QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#310206 | #4299. Cooking | ezteam1 | WA | 900ms | 4156kb | C++14 | 4.1kb | 2024-01-21 08:29:51 | 2024-01-21 08:29:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 94ms
memory: 4084kb
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: 3868kb
input:
2 2 39 23 9 9 23
output:
-1
result:
ok answer is '-1'
Test #3:
score: 0
Accepted
time: 83ms
memory: 3940kb
input:
1 2 100
output:
100
result:
ok answer is '100'
Test #4:
score: 0
Accepted
time: 329ms
memory: 4084kb
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:
36
result:
ok answer is '36'
Test #5:
score: -100
Wrong Answer
time: 900ms
memory: 4156kb
input:
10 2 1 4 1 5 3 2 4 1 1 11 75 28 28 74 17 64 19 81 31 75 38 83 34 64 56 72 37 94 16 28 83 65 50 66 77 5 48 2 88 28 34 50 47 38 97 100 83 80 34 74 64 66 38 67 2 70 53 42 14 17 56 77 97 2 61 60 61 100 24 64 72 5 100 70 60 35 89 61 57 19 37 48 83 53 61 89 6 36 93 81 94 2 80 42 100 61 36 70 10 31 16 88 3...
output:
202
result:
wrong answer expected '155', found '202'