답안 #16344

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
16344 2015-08-21T14:14:01 Z eaststar printf 함수 1 (BSC_0_1) C++14
컴파일 오류
0 ms 0 KB
main(){puts("Hello World!");}

Compilation message

printf1.cpp:1:6: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
 main(){puts("Hello World!");}
      ^
printf1.cpp: In function ‘int main()’:
printf1.cpp:1:27: error: ‘puts’ was not declared in this scope
 main(){puts("Hello World!");}
                           ^