online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main() { short sh = 12; int nt = 155; long long on = 1666; long ln = 2000; printf("μžλ£Œν˜•μ˜ 크기λ₯Ό μ•Œμ•„λ³΄λŠ” μ½”λ“œ\n"); printf("1. short : %dbyte, %dbyte \n", sizeof(sh), sizeof nt); printf("2. int : %dbyte, %dbyte \n", sizeof(nt), sizeof nt); printf("3. long long : %dbyte, %dbyte \n", sizeof(on), sizeof on); printf("4. long : %dbyte, %dbyte\n", sizeof(ln), sizeof ln); 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