QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#175345 | #5435. Clamped Sequence | ucup-team981 | WA | 1ms | 3856kb | C++20 | 800b | 2023-09-10 17:33:16 | 2023-09-10 17:33:17 |
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: 1ms
memory: 3856kb
input:
8 3 3 1 4 1 5 9 2 6
output:
15
result:
ok 1 number(s): "15"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3624kb
input:
2 1 -1000000000 1000000000
output:
1
result:
ok 1 number(s): "1"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3504kb
input:
2 1000000000 -1000000000 1000000000
output:
0
result:
wrong answer 1st numbers differ - expected: '1000000000', found: '0'