QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#744212#8818. Colorful Graph 3Z_301WA 0ms3584kbC++141.5kb2024-11-13 21:11:572024-11-13 21:11:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
4 2
1 1
2 2
0 0
5 2
3 1

output:

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

result:

wrong answer Integer parameter [name=m] equals to 6, violates the range [0, 4] (test case 2)