QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#94347 | #5681. Caravan Trip Plans | ZhangYiDe | WA | 2ms | 3328kb | C++11 | 1.5kb | 2023-04-05 17:50:40 | 2023-04-05 17:50:41 |
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: 3328kb
input:
5 1 2 3 5 7 11 3 7
output:
10
result:
ok single line: '10'
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3284kb
input:
8 3 2 3 5 7 11 13 17 19 3 7 5 15 8 24
output:
10 1001 245157
result:
wrong answer 2nd lines differ - expected: '126', found: '1001'