QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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'