#include <bits/stdc++.h>using namespace std; int main() { int x = 5; cout << x << endl; x = 0; cout << x << endl; }
Standard input is empty
5 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!