#include <iostream>using namespace std; int main() { int x ; char y; cin >> x >> y; cout << x << endl << y;}
Standard input is empty
32764
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!