Submission #834528

#TimeUsernameProblemLanguageResultExecution timeMemory
834528dugersurenprintf 함수 2 (BSC_0_2)C++14
0 / 100
1 ms212 KiB
#include <bits/stdc++.h> using namespace std; int main() { printf("...______.~...\n~.///////\..-.\n.///////_'\...\n..II%II.+I.,..\n..IIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\""); }

Compilation message (stderr)

printf2.cpp: In function 'int main()':
printf2.cpp:5:9: warning: unknown escape sequence: '\.'
    5 |  printf("...______.~...\n~.///////\..-.\n.///////_'\...\n..II%II.+I.,..\n..IIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
printf2.cpp:5:9: warning: unknown escape sequence: '\.'
printf2.cpp:5:64: warning: repeated 'I' flag in format [-Wformat=]
    5 |  printf("...______.~...\n~.///////\..-.\n.///////_'\...\n..II%II.+I.,..\n..IIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");
      |                                                                ^
printf2.cpp:5:66: warning: unknown conversion type character '+' in format [-Wformat=]
    5 |  printf("...______.~...\n~.///////\..-.\n.///////_'\...\n..II%II.+I.,..\n..IIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");
      |                                                                  ^
#Verdict Execution timeMemoryGrader output
Fetching results...