QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#402292#7640. Colorful Cyclesucup-team199WA 5ms3760kbC++203.1kb2024-04-30 11:10:332024-04-30 11:10:33

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 5ms
memory: 3760kb

input:

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

output:

Yes
1 2 1
2 3 1
1 3 2
3 4 3
3 5 3
4 5 3

result:

wrong output format YES or NO expected, but 1 found [2nd token]