online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include<cstdio> //使用freopen语句,须调用cstdio库 int main() { freopen("reopen.in", "r", stdin); freopen("reopen.out", "w", stdout); int a; scanf("%d",&a); printf("%d",a); fclose(stdin);fclose(stdout); return 0; }
1 2 3 4 5 4 4 10
33
1

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue