Submission #13416

# Submission time Handle Problem Language Result Execution time Memory
13416 2015-02-19T11:48:18 Z gs14004 printf 함수 1 (BSC_0_1) C++14
Compilation error
0 ms 0 KB
int main(){
  putchar('H');
  putchar('e');
  putchar('l');
  putchar('l');
  putchar('o');
  putchar(' ');
  putchar('W');
  putchar('o');
  putchar('r');
  putchar('l');
  putchar('d');
  putchar('!');
}

Compilation message

printf1.cpp: In function ‘int main()’:
printf1.cpp:2:14: error: ‘putchar’ was not declared in this scope
   putchar('H');
              ^