online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#pragma warning(disable:4996) //컴파일러 κ²½κ³  λΉ„ν™œμ„±ν™” #include <stdio.h> //ν‘œμ€€ 라이브러리 헀더 포함함 int main(){ int a, b; char op; printf("λ‘μ •μˆ˜ λ§μ…ˆ(ex 10 + 20): "); scanf("%d %c %d", &a, &op, &b); //μž…λ ₯ν•  λ•Œ μŠ€νŽ˜μ΄μŠ€λ°”λ‘œ 띄어쓰기 printf("%d %c %d = %d", a, op, b, a+b); return 0; }

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