online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main() { //변수 선언 int a = 5; int b = 10; /* 여기서는 두 변수 a, b의 합을 계산하고 결과를 화면에 출력합니다. 이 부분은 여러 줄 주석으로 처리되었습니다. */ // 아래 코드는 현재 비활성화되었습니다. //printf("a + b = %d/n", (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