Submission #834533

# Submission time Handle Problem Language Result Execution time Memory
834533 2023-08-22T15:19:18 Z dugersuren printf 함수 2 (BSC_0_2) C++14
0 / 100
1 ms 336 KB
#include <bits/stdc++.h>
using namespace std;

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

Compilation message

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