Submission #18880

# Submission time Handle Problem Language Result Execution time Memory
18880 2016-02-16T10:22:11 Z dltldls95 printf 함수 1 (BSC_0_1) C++
Compilation error
0 ms 0 KB
int main()
{
  printf("Hello World!");
  return 0;
}

Compilation message

printf1.cpp: In function ‘int main()’:
printf1.cpp:3:24: error: ‘printf’ was not declared in this scope
   printf("Hello World!");
                        ^