#include<iostream> int main(){ int n; std::cin >> n; static int a = n - 1; return 0;}
42
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!