online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main() { printf("μ •μˆ˜: %d\n", 100); //μ •μˆ˜ 100 좜λ ₯ printf("μ‹€μˆ˜: %f\n", 3.14); // μ‹€μˆ˜ 3.14 좜λ ₯ printf("문자: %c\n", 'K'); // 문자 K 좜λ ₯ printf("λ¬Έμžμ—΄: %s\n", "Hello,C!"); // λ¬Έμžμ—΄ Hello,C! 좜λ ₯ 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