QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#196860#6329. Colorful Graphucup-team607RE 0ms3672kbC++204.1kb2023-10-02 01:20:572023-10-02 01:20:58

详细

Test #1:

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

input:

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

output:

2 2 2 1 2

result:

ok AC

Test #2:

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

input:

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

output:

1 1 2 1 1

result:

ok AC

Test #3:

score: -100
Runtime Error

input:

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

output:


result: