int main() { int x = 1; if (x == 1) { x = 2; } return 0;}
45
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!