QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#171602#6533. Traveling in Cellsucup-team944#WA 6ms63632kbC++175.4kb2023-09-09 17:17:152023-09-09 17:17:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 6ms
memory: 63632kb

input:

2
5 10
1 2 3 1 2
1 10 100 1000 10000
3 3 1 3
3 3 2 2 3
2 5 20000
2 3 200
3 3 2 1 3
3 3 3 1 2 3
1 3 4
2 1 100000
1 2 2
3 1 2 1 2
4 1
1 2 3 4
1000000 1000000 1000000 1000000
3 4 4 1 2 3 4

output:

1
100
2
110
2
1200
3
21211
1
100010
4
4000000

result:

wrong answer 1st numbers differ - expected: '100', found: '1'