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 의 합을 κ³„μ‚°ν•˜κ³ , κ²°κ³Όλ₯Ό 화면에 좜λ ₯ν•œλ‹€. 이 뢀뢄은 μ—¬λŸ¬ 쀄 μ£Όμ„μœΌλ‘œ 처리 됨. */ // μ•„λž˜ μ½”λ“œλŠ” ν˜„μž¬ λΉ„ν™œμ„±ν™”λ˜μ–΄ μžˆλ‹€. // print("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