QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#548609#6621. Luggage LockZhangYiDeWA 35ms4412kbC++201.3kb2024-09-05 19:35:572024-09-05 19:35:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 35ms
memory: 4412kb

input:

6
1234 2345
1234 0123
1234 2267
1234 3401
1234 1344
1234 2468

output:

2
2
4
6
2
4

result:

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