QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#397441#6413. Classical Graph Theory ProblemmonstersqwqTL 0ms0kbC++203.1kb2024-04-24 08:49:122024-04-24 08:49:13

詳細信息

Test #1:

score: 0
Time Limit Exceeded

input:

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

output:

6 4 5 

result: