QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#726519#6418. Ah, It's Yesterday Once MoremaspyWA 12ms10516kbPython3513b2024-11-09 02:03:322024-11-09 02:03:32

Judging History

你现在查看的是最新测评结果

  • [2024-11-09 02:03:32]
  • 评测
  • 测评结果:WA
  • 用时:12ms
  • 内存:10516kb
  • [2024-11-09 02:03:32]
  • 提交

answer

txt="""01011111011111011111
11101001101001101001
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01001101001101001101
11111011111011111011"""

print(20,20)
for row in txt.split():
    print(row.strip())

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 12ms
memory: 10516kb

input:



output:

20 20
01011111011111011111
11101001101001101001
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
01011101011101011101
11101011101011101011
...

result:

wrong answer 62 successful hack.