QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#658216 | #9483. Maximize Array | ucup-team4385# | TL | 3ms | 11712kb | C++14 | 1.2kb | 2024-10-19 16:23:51 | 2024-10-19 16:24:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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