QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#426474#6329. Colorful GraphcrescentWA 0ms4400kbC++143.6kb2024-05-31 12:31:592024-05-31 12:32:00

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 4328kb

input:

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

output:

1 2 2 1 1 

result:

ok AC

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 4400kb

input:

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

output:

1 1 2 0 0 

result:

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