답안 #18880

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
18880 2016-02-16T10:22:11 Z dltldls95 printf 함수 1 (BSC_0_1) C++
컴파일 오류
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!");
                        ^