#include <iostream> using namespace std; int main() { char a = 'b'; cout << a + 1; return 0; }
b
c
98
99