제출 #1279986

#제출 시각아이디문제언어결과실행 시간메모리
1279986ojiprintf 함수 2 (BSC_0_2)C++20
0 / 100
0 ms332 KiB
#include<bits/stdc++.h>
using namespace std;
int main(){
    cout<<"...\_\_\_\_\_\_.~..." <<endl;
    cout<< "~.///////\..-." <<endl;
    cout<<".///////\_'\..."<<endl;
    cout<<"..II%II.+I.,.."<<endl;
    cout<<"..IIIII.nI.P.."<<endl;
    cout<<" """""""""""""" "<<endl;
    return 0;
}

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

printf2.cpp: In function 'int main()':
printf2.cpp:4:11: warning: unknown escape sequence: '\_'
    4 |     cout<<"...\_\_\_\_\_\_.~..." <<endl;
      |           ^~~~~~~~~~~~~~~~~~~~~~
printf2.cpp:4:11: warning: unknown escape sequence: '\_'
printf2.cpp:4:11: warning: unknown escape sequence: '\_'
printf2.cpp:4:11: warning: unknown escape sequence: '\_'
printf2.cpp:4:11: warning: unknown escape sequence: '\_'
printf2.cpp:4:11: warning: unknown escape sequence: '\_'
printf2.cpp:5:12: warning: unknown escape sequence: '\.'
    5 |     cout<< "~.///////\..-." <<endl;
      |            ^~~~~~~~~~~~~~~~
printf2.cpp:6:11: warning: unknown escape sequence: '\_'
    6 |     cout<<".///////\_'\..."<<endl;
      |           ^~~~~~~~~~~~~~~~~
printf2.cpp:6:11: warning: unknown escape sequence: '\.'
#Verdict Execution timeMemoryGrader output
Fetching results...