QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#658216#9483. Maximize Arrayucup-team4385#TL 3ms11712kbC++141.2kb2024-10-19 16:23:512024-10-19 16:24:00

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 11712kb

input:

9 3
1 2 3 4 1 2 3 4 1

output:

4 4 1

result:

ok 3 tokens

Test #2:

score: -100
Time Limit Exceeded

input:

6 1
1 6 4 2 3 5

output:


result: