QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#171851#7105. Pixel Artucup-team1342WA 2ms3740kbC++17627b2023-09-09 17:41:192023-09-09 17:41:20

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3740kb

input:

3
2 5 2
1 1 1 2
2 3 2 5
2 5 2
1 1 1 3
2 3 2 5
3 3 3
1 1 1 2
3 1 3 2
1 3 2 3

output:

4
1 1
1 2
3 1
3 2

result:

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