QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#796093 | #5426. Drain the Water Tank | xyj | WA | 1ms | 8052kb | C++11 | 1.4kb | 2024-12-01 10:42:43 | 2024-12-01 10:42:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 5896kb
input:
6 0 0 1 1 2 1 3 0 3 2 0 2
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 8052kb
input:
8 4 4 0 4 0 2 1 2 2 2 2 0 3 0 4 0
output:
2
result:
wrong answer 1st numbers differ - expected: '1', found: '2'