QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#877641#9065. Acceptable Seating ArrangementsMaMengQiWA 0ms3584kbC++202.9kb2025-01-31 23:54:482025-01-31 23:55:00

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 3
1 4 5
2 3 6
3 5 6
1 2 4

output:

1 1 2 1
2 2 1 1
2 3 1 3
1 2 2 3

result:

wrong answer (r1,c1) == (r2,c2)