QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#63244 | #5080. Folding Stick | HuangHanSheng | WA | 69ms | 35260kb | Java11 | 1.8kb | 2022-11-21 06:11:59 | 2022-11-21 06:12: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: 60ms
memory: 35168kb
input:
4 3 2 2 3
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 69ms
memory: 35164kb
input:
5 1 1 1 1 1
output:
1
result:
ok single line: '1'
Test #3:
score: 0
Accepted
time: 65ms
memory: 35256kb
input:
7 1 3 2 3 4 2 2
output:
6
result:
ok single line: '6'
Test #4:
score: 0
Accepted
time: 38ms
memory: 35240kb
input:
9 5 6 3 4 8 8 2 2 5
output:
9
result:
ok single line: '9'
Test #5:
score: -100
Wrong Answer
time: 53ms
memory: 35260kb
input:
10 5 6 3 4 8 6 2 1 8 5
output:
16
result:
wrong answer 1st lines differ - expected: '9', found: '16'