QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#466264#7222. The Great HuntGuanYunchangML 0ms3540kbC++202.6kb2024-07-07 17:20:572024-07-07 17:20:58

详细

Test #1:

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

input:

10
2 1
3 1
6 1
8 2
4 3
9 6
5 4
7 8
10 7
8 7
10 2
7 2
10 1
3 1
5 2
5 1
6 1
9 2
3 4

output:

Yes
7 10 8 2 1 5 3 6 9 4

result:

ok 

Test #2:

score: -100
Memory Limit Exceeded

input:

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

output:


result: