QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#219312#6329. Colorful Graphucup-team1295WA 2ms14016kbC++1410.2kb2023-10-19 11:55:152023-10-19 11:55:15

详细

Test #1:

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

input:

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

output:

1 1 1 2 1

result:

ok AC

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 14016kb

input:

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

output:

0 0 0 0 0

result:

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