QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#62194 | #2838. 2D Geometry | defathom# | WA | 19ms | 8180kb | Python3 | 20b | 2022-11-17 16:58:19 | 2022-11-17 16:58:20 |
Judging History
answer
print("Hello world")
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 19ms
memory: 8180kb
input:
3 0 0 0 1 0 2 3 0 0 0 1 1 0 6 0 0 0 1 0 2 0 3 1 1 1 2
output:
Hello world
result:
wrong answer 1st lines differ - expected: '3', found: 'Hello world'