Submission #1290246

#TimeUsernameProblemLanguageResultExecution timeMemory
1290246nivekprintf 함수 2 (BSC_0_2)C++20
0 / 100
1 ms332 KiB
#include<bits/stdc++.h>
using namespace std;

int main(){
  ios::sync_with_stdio(false);
  cin.tie(nullptr);
  
  cout << "...\_\_\_\_\_\_.~..." << "\n";
  cout << "~.///////\..-." << "\n";
  cout << ".///////\_'\..." << "\n";
  cout << "..II%II.+I.,.." << "\n";
  cout << "..IIIII.nI.P.." << "\n";
  cout << """""""""""""""" << "\n";
  
  return 0;
}

Compilation message (stderr)

printf2.cpp: In function 'int main()':
printf2.cpp:8:11: warning: unknown escape sequence: '\_'
    8 |   cout << "...\_\_\_\_\_\_.~..." << "\n";
      |           ^~~~~~~~~~~~~~~~~~~~~~
printf2.cpp:8:11: warning: unknown escape sequence: '\_'
printf2.cpp:8:11: warning: unknown escape sequence: '\_'
printf2.cpp:8:11: warning: unknown escape sequence: '\_'
printf2.cpp:8:11: warning: unknown escape sequence: '\_'
printf2.cpp:8:11: warning: unknown escape sequence: '\_'
printf2.cpp:9:11: warning: unknown escape sequence: '\.'
    9 |   cout << "~.///////\..-." << "\n";
      |           ^~~~~~~~~~~~~~~~
printf2.cpp:10:11: warning: unknown escape sequence: '\_'
   10 |   cout << ".///////\_'\..." << "\n";
      |           ^~~~~~~~~~~~~~~~~
printf2.cpp:10:11: warning: unknown escape sequence: '\.'
#Verdict Execution timeMemoryGrader output
Fetching results...