QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#726519 | #6418. Ah, It's Yesterday Once More | maspy | WA | 12ms | 10516kb | Python3 | 513b | 2024-11-09 02:03:32 | 2024-11-09 02:03:32 |
Judging History
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.