QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#310193 | #4299. Cooking | ezteam1 | WA | 143ms | 5256kb | C++14 | 4.1kb | 2024-01-21 08:10:32 | 2024-01-21 08:10:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 114ms
memory: 5256kb
input:
3 2 2 2 1 4 3 4 4 5 3 5 6
output:
10
result:
ok answer is '10'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3588kb
input:
2 2 39 23 9 9 23
output:
-1
result:
ok answer is '-1'
Test #3:
score: 0
Accepted
time: 143ms
memory: 5176kb
input:
1 2 100
output:
100
result:
ok answer is '100'
Test #4:
score: -100
Wrong Answer
time: 27ms
memory: 5148kb
input:
6 4 1 4 1 1 5 3 6 16 18 9 3 6 4 10 5 9 10 16 10 5 1 13 10 18 5 1 16 12 5 9 9 13 12 13 17 3 10 10 5 17 5
output:
37
result:
wrong answer expected '36', found '37'