QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#865439#8447. Groups of Strangersucup-team1005#WA 1ms3968kbC++144.6kb2025-01-21 18:42:282025-01-21 18:42:29

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3968kb

input:

4 3
1 2
1 3
3 4

output:

1 2 3 1

result:

ok 

Test #2:

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

input:

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

output:


result:

wrong output format Unexpected end of file - token expected