QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#193370#6329. Colorful GraphGuanYunchangWA 1ms5864kbC++173.3kb2023-09-30 16:59:592023-09-30 16:59:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

1 2 3 4 5 

result:

wrong answer Integer 3 violates the range [1, 2]