QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#384745#6836. A Plus B ProblemdsostWA 0ms3656kbC++202.0kb2024-04-10 11:49:022024-04-10 11:49:02

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3656kb

input:

5 5
01234
56789
2 1 0
2 2 1
2 3 2
2 4 3
2 5 4

output:

0 2
3 2
4 3
6 3
7 3

result:

wrong answer 3rd lines differ - expected: '5 3', found: '4 3'