Submission #52637

#TimeUsernameProblemLanguageResultExecution timeMemory
52637gs18115printf 함수 1 (BSC_0_1)C++14
100 / 100
2 ms248 KiB
extern"C"{int puts(const char*);}main(){puts("Hello World!");}

Compilation message (stderr)

printf1.cpp:1:39: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 extern"C"{int puts(const char*);}main(){puts("Hello World!");}
                                       ^
#Verdict Execution timeMemoryGrader output
Fetching results...