QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#291298 | #7953. Product Delivery | HuangHanSheng | WA | 1ms | 5884kb | C++20 | 2.0kb | 2023-12-26 10:26:53 | 2023-12-26 10:26:53 |
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: 5884kb
input:
4 13 15 5 8 6 14 3 7
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 5884kb
input:
5 1 2 2 3 33 44 4 5 6 7
output:
2
result:
ok single line: '2'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 5624kb
input:
5 10 20 3 6 13 30 7 8 11 13
output:
2
result:
wrong answer 1st lines differ - expected: '3', found: '2'