Submission #713581

# Submission time Handle Problem Language Result Execution time Memory
713581 2023-03-22T14:52:07 Z becaido printf 함수 2 (BSC_0_2) C++17
0 / 100
0 ms 212 KB
#include <stdio.h>

int main() {
  printf(R"(...______.~...
~.///////\..-.
.///////_'\...
..II%II.+I.,..
..IIIII.nI.P..
"""""""""""""")");
}

Compilation message

printf2.cpp: In function 'int main()':
printf2.cpp:4:10: warning: repeated 'I' flag in format [-Wformat=]
    4 |   printf(R"(...______.~...
      |          ^~~~~~~~~~~~~~~~~
    5 | ~.///////\..-.
      | ~~~~~~~~~~~~~~
    6 | .///////_'\...
      | ~~~~~~~~~~~~~~
    7 | ..II%II.+I.,..
      | ~~~~~~~~~~~~~~
    8 | ..IIIII.nI.P..
      | ~~~~~~~~~~~~~~
    9 | """""""""""""")");
      | ~~~~~~~~~~~~~~~~
printf2.cpp:4:10: warning: unknown conversion type character '+' in format [-Wformat=]
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -