Submission #1279975

#TimeUsernameProblemLanguageResultExecution timeMemory
1279975ojiprintf 함수 1 (BSC_0_1)C++20
Compilation error
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello World\!" return 0; }

Compilation message (stderr)

printf1.cpp: In function 'int main()':
printf1.cpp:4:11: warning: unknown escape sequence: '\!'
    4 |     cout<<"Hello World\!"
      |           ^~~~~~~~~~~~~~~
printf1.cpp:4:26: error: expected ';' before 'return'
    4 |     cout<<"Hello World\!"
      |                          ^
      |                          ;
    5 |     return 0;
      |     ~~~~~~