QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#99892 | #6355. 5 | larryzhong# | WA | 2ms | 3472kb | C++17 | 1.5kb | 2023-04-23 23:01:56 | 2023-04-23 23:01:58 |
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: 2ms
memory: 3472kb
input:
7 9 0 0 0 1 1 2 5
output:
42
result:
ok 1 number(s): "42"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3416kb
input:
10 33 9 9 8 1 1 1 1 1 1 1
output:
48
result:
ok 1 number(s): "48"
Test #3:
score: 0
Accepted
time: 2ms
memory: 3468kb
input:
10 14 2 4 4 1 0 1 0 1 0 1
output:
81
result:
ok 1 number(s): "81"
Test #4:
score: -100
Wrong Answer
time: 2ms
memory: 3384kb
input:
10 14 3 5 3 0 1 0 1 0 1 0
output:
78
result:
wrong answer 1st numbers differ - expected: '87', found: '78'