QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#884063 | #7231. Greedy game | ucup-team4645 | WA | 0ms | 9784kb | C++23 | 1.6kb | 2025-02-05 21:09:53 | 2025-02-05 21:09:56 |
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: 0ms
memory: 7736kb
input:
5 1 2 3 4 5 2 3 4 5 6
output:
8
result:
ok single line: '8'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 9784kb
input:
10 1 1 1 1 1 1 1 1 1 1 2 3 9 5 6 6 1 2 3 4
output:
28
result:
wrong answer 1st lines differ - expected: '17', found: '28'