QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#442577 | #8522. Waterfall Matrix | ucup-team1878# | WA | 0ms | 3616kb | C++23 | 893b | 2024-06-15 12:52:05 | 2024-06-15 12:52:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3564kb
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: 0
Accepted
time: 0ms
memory: 3616kb
input:
1 1 1 58383964
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3556kb
input:
2 1 1 204909414 2 2 807091086
output:
204909414
result:
wrong answer 1st numbers differ - expected: '602181672', found: '204909414'