QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#397441#6413. Classical Graph Theory ProblemmonstersqwqTL 0ms0kbC++203.1kb2024-04-24 08:49:122024-04-24 08:49:13

Details

Tip: Click on the bar to expand more detailed information

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: