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