제출 #1136669

#제출 시각아이디문제언어결과실행 시간메모리
1136669starpotprintf 함수 2 (BSC_0_2)C++20
0 / 100
0 ms320 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:5:9: warning: unknown escape sequence: '\_'
    5 |   cout<<"...\_\_\_\_\_\_.~..."<<endl;
      |         ^~~~~~~~~~~~~~~~~~~~~~
printf2.cpp:5:9: warning: unknown escape sequence: '\_'
printf2.cpp:5:9: warning: unknown escape sequence: '\_'
printf2.cpp:5:9: warning: unknown escape sequence: '\_'
printf2.cpp:5:9: warning: unknown escape sequence: '\_'
printf2.cpp:5:9: warning: unknown escape sequence: '\_'
printf2.cpp:6:9: warning: unknown escape sequence: '\.'
    6 |   cout<<"~.///////\..-."<<endl;
      |         ^~~~~~~~~~~~~~~~
printf2.cpp:7:9: warning: unknown escape sequence: '\_'
    7 |   cout<<".///////\_'\..."<<endl;
      |         ^~~~~~~~~~~~~~~~~
printf2.cpp:7:9: warning: unknown escape sequence: '\.'
#Verdict Execution timeMemoryGrader output
Fetching results...