QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#384736#6836. A Plus B ProblemdsostWA 1ms3704kbC++202.0kb2024-04-10 11:34:292024-04-10 11:34:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

0 -3
3 -2
5 -1
7 0
8 1

result:

wrong answer 1st lines differ - expected: '0 2', found: '0 -3'