QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#154672#6533. Traveling in Cellsucup-team929#WA 1ms3500kbC++172.6kb2023-08-31 20:57:232023-08-31 20:57:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3500kb

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:

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

result:

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