QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#606886 | #6418. Ah, It's Yesterday Once More | karito# | WA | 8ms | 10504kb | Python3 | 634b | 2024-10-03 12:52:28 | 2024-10-03 12:52:28 |
Judging History
answer
print(20,20)
print("00000000000000000000")
print("11111111111111111110")
print("00000000000000000000")
print("01111111111111111111")
print("00000000000000000000")
print("11111111111111111110")
print("00000000000000000000")
print("01111111111111111111")
print("00000000000000000000")
print("11111111111111111110")
print("00000000000000000000")
print("01111111111111111111")
print("00000000000000000000")
print("11111111111111111110")
print("00000000000000000000")
print("01111111111111111111")
print("00000000000000000000")
print("11111111111111111110")
print("01010101010101010100")
print("00000000000000000000")
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 8ms
memory: 10504kb
input:
output:
20 20 00000000000000000000 11111111111111111110 00000000000000000000 01111111111111111111 00000000000000000000 11111111111111111110 00000000000000000000 01111111111111111111 00000000000000000000 11111111111111111110 00000000000000000000 01111111111111111111 00000000000000000000 11111111111111111110 ...
result:
wrong answer Not connected.