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