QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#104626 | #5203. Easy Assembly | nanika | WA | 2ms | 3544kb | C++17 | 1.3kb | 2023-05-11 13:39:27 | 2023-05-11 13:39:31 |
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: 3488kb
input:
2 3 3 5 8 2 9 2
output:
1 2
result:
ok 2 number(s): "1 2"
Test #2:
score: 0
Accepted
time: 2ms
memory: 3444kb
input:
1 1 1
output:
0 0
result:
ok 2 number(s): "0 0"
Test #3:
score: 0
Accepted
time: 2ms
memory: 3488kb
input:
1 1 1000000000
output:
0 0
result:
ok 2 number(s): "0 0"
Test #4:
score: 0
Accepted
time: 2ms
memory: 3488kb
input:
1 2 1 2
output:
0 0
result:
ok 2 number(s): "0 0"
Test #5:
score: 0
Accepted
time: 0ms
memory: 3432kb
input:
1 2 1 3
output:
0 0
result:
ok 2 number(s): "0 0"
Test #6:
score: 0
Accepted
time: 0ms
memory: 3444kb
input:
1 2 2 3
output:
0 0
result:
ok 2 number(s): "0 0"
Test #7:
score: -100
Wrong Answer
time: 2ms
memory: 3544kb
input:
1 2 2 1
output:
0 0
result:
wrong answer 1st numbers differ - expected: '1', found: '0'