QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#95135 | #5681. Caravan Trip Plans | MaMengQi | WA | 1ms | 3516kb | C++98 | 675b | 2023-04-09 09:10:29 | 2023-04-09 09:13:32 |
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: 3324kb
input:
5 1 2 3 5 7 11 3 7
output:
10
result:
ok single line: '10'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3516kb
input:
8 3 2 3 5 7 11 13 17 19 3 7 5 15 8 24
output:
1287
result:
wrong answer 1st lines differ - expected: '10', found: '1287'