제출 #1279976

#제출 시각아이디문제언어결과실행 시간메모리
1279976ojiprintf 함수 1 (BSC_0_1)C++20
100 / 100
1 ms332 KiB
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello World\!"<<endl; return 0; }

컴파일 시 표준 에러 (stderr) 메시지

printf1.cpp: In function 'int main()':
printf1.cpp:4:11: warning: unknown escape sequence: '\!'
    4 |     cout<<"Hello World\!"<<endl;
      |           ^~~~~~~~~~~~~~~
#Verdict Execution timeMemoryGrader output
Fetching results...