QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#703489 | #2169. 'S No Problem | HuangHanSheng | WA | 1ms | 10232kb | C++20 | 3.5kb | 2024-11-02 17:52:59 | 2024-11-02 17:52:59 |
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: 8428kb
input:
5 1 2 1 1 3 2 1 4 3 1 5 4
output:
10
result:
ok single line: '10'
Test #2:
score: 0
Accepted
time: 0ms
memory: 10232kb
input:
6 6 2 1 4 6 1 3 1 1 1 5 1 1 6 10
output:
15
result:
ok single line: '15'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 8484kb
input:
6 1 3 1 3 2 1 3 4 10 5 4 1 4 6 1
output:
16
result:
wrong answer 1st lines differ - expected: '15', found: '16'