QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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