Submission #16344

#TimeUsernameProblemLanguageResultExecution timeMemory
16344eaststarprintf 함수 1 (BSC_0_1)C++14
Compilation error
0 ms0 KiB
main(){puts("Hello World!");}

Compilation message (stderr)

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!");}
                           ^