main() { 1+1; }
main() { printf("%d\n", 1+1); }
#include <stdio.h> main() { printf("%d\n", 1+1); }
printf("%d", 10000000000); printf("%lld", 10000000000);
// if(x=0) // x 0 // if(x==0) // x 0 교 if(){ 1; } // 경 1 . // .
while(){ while(){ while(){ // goto 기 . // 권 . if(){ goto exit_loop; } } } } exit_loop: