QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#112838 | #3123. Stove | MaMengQi | 0 | 1ms | 3428kb | C++17 | 662b | 2023-06-14 22:53:07 | 2023-06-14 22:53:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Subtask #1:
score: 0
Runtime Error
Test #1:
score: 20
Accepted
time: 0ms
memory: 3388kb
input:
10 1 1 3 4 6 8 10 13 14 15 20
output:
20
result:
ok single line: '20'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3424kb
input:
10 3 2 3 6 9 10 11 13 14 17 18
output:
13
result:
ok single line: '13'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3428kb
input:
10 5 1 2 4 6 8 10 13 15 16 19
output:
13
result:
ok single line: '13'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3372kb
input:
10 7 2 3 5 6 9 12 14 17 18 20
output:
10
result:
ok single line: '10'
Test #5:
score: -20
Runtime Error
input:
10 10 1 2 4 9 10 12 16 17 19 20
output:
result:
Subtask #2:
score: 0
Skipped
Dependency #1:
0%
Subtask #3:
score: 0
Skipped
Dependency #1:
0%