#include <iostream>using namespace std; int main() { string s; cin >> s; cout << s; return 0;}
123
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!