QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#877558#9065. Acceptable Seating ArrangementsHuangHanShengWA 0ms3584kbC++231.1kb2025-01-31 23:21:452025-01-31 23:21:56

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:

4
1 1 2 1
1 1 2 2
1 2 2 3
1 3 1 2

result:

wrong answer unacceptable permutation