QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#84989 | #1839. Joke | ybw051114 | WA | 3ms | 3380kb | C++14 | 7.6kb | 2023-03-06 21:33:41 | 2023-03-06 21:34:06 |
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: 3344kb
input:
2 1 2 2 1
output:
3
result:
ok 1 number(s): "3"
Test #2:
score: 0
Accepted
time: 2ms
memory: 3324kb
input:
4 4 3 2 1 4 3 2 1
output:
16
result:
ok 1 number(s): "16"
Test #3:
score: 0
Accepted
time: 3ms
memory: 3380kb
input:
5 1 2 3 4 5 0 0 0 0 0
output:
1546
result:
ok 1 number(s): "1546"
Test #4:
score: -100
Wrong Answer
time: 2ms
memory: 3380kb
input:
6 1 6 2 5 3 4 0 1 0 2 0 3
output:
148
result:
wrong answer 1st numbers differ - expected: '52', found: '148'