QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#162172#7105. Pixel Artucup-team029#WA 1ms6112kbC++143.1kb2023-09-03 05:38:282023-09-03 05:38:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

1 2
1 2
1 1

result:

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