QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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")
详细
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'