QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#442437 | #8522. Waterfall Matrix | ucup-team3642# | WA | 4ms | 38620kb | C++14 | 4.1kb | 2024-06-15 12:00:11 | 2024-06-15 12:00:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 3ms
memory: 38620kb
input:
5 1 3 5 3 2 1 3 3 3 4 4 1 3 5 4
output:
3
result:
ok 1 number(s): "3"
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 38532kb
input:
1 1 1 58383964
output:
58383959
result:
wrong answer 1st numbers differ - expected: '0', found: '58383959'