#include <iostream>using namespace std;int main() { char c = 'A' + 1;cout << c; return 0;}
10 25
B
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!