Submission #115802

#TimeUsernameProblemLanguageResultExecution timeMemory
115802maho04printf 함수 1 (BSC_0_1)C++14
Compilation error
0 ms0 KiB
#include<cstdio> int main() { printf{"Hello World"}; }

Compilation message (stderr)

printf1.cpp: In function 'int main()':
printf1.cpp:4:9: error: expected ';' before '{' token
   printf{"Hello World"};
         ^
printf1.cpp:4:24: warning: statement is a reference, not call, to function 'printf' [-Waddress]
   printf{"Hello World"};
                        ^
printf1.cpp:4:24: warning: statement has no effect [-Wunused-value]