#include <iostream> int main() { char a = 'a'; char symb = a + 2; std::cout << symb; }