QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#101657#6329. Colorful GraphwaifuSenpai#WA 7ms4892kbC++173.6kb2023-04-30 17:16:592023-04-30 17:17:02

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3828kb

input:

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

output:

2 1 1 2 2 

result:

ok AC

Test #2:

score: 0
Accepted
time: 2ms
memory: 3784kb

input:

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

output:

2 2 1 1 1 

result:

ok AC

Test #3:

score: 0
Accepted
time: 0ms
memory: 3832kb

input:

8 6
6 1
3 4
3 6
2 3
4 1
6 4

output:

4 4 4 4 3 4 2 1 

result:

ok AC

Test #4:

score: -100
Wrong Answer
time: 7ms
memory: 4892kb

input:

7000 6999
4365 4296
2980 3141
6820 4995
4781 24
2416 5844
2940 2675
3293 2163
3853 5356
262 6706
1985 1497
5241 3803
353 1624
5838 4708
5452 3019
2029 6161
3849 4219
1095 1453
4268 4567
1184 1857
2911 3977
1662 2751
6353 6496
2002 6628
1407 4623
425 1331
4445 4277
1259 3165
4994 1044
2756 5788
5496 ...

output:

1750 1949 2587 2137 1383 1749 1748 2510 3041 2241 1342 373 1747 157 2211 1746 2775 1745 3139 1789 2740 2909 135 2253 1939 1744 1743 996 2424 1742 2921 2867 1741 1740 2524 2524 2327 1739 111 1738 2203 2954 1737 2804 1736 3111 1735 1060 1734 1733 3483 1732 2664 355 1973 2110 850 1731 3208 1730 2881 56...

result:

wrong answer Integer 1949 violates the range [1, 1750]