QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#725362#9525. Welcome to Join the Online Meeting!无言以对 (Zhixing Zuo, Yunpeng Xu, Zhen Liu) #WA 4ms52108kbC++141.5kb2024-11-08 17:19:042024-11-08 17:19:04

詳細信息

Test #1:

score: 100
Accepted
time: 4ms
memory: 50944kb

input:

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

output:

Yes
2
1 2 3 2 
2 1 4 

result:

ok ok

Test #2:

score: -100
Wrong Answer
time: 3ms
memory: 52108kb

input:

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

output:

Yes
1
1 2 3 2 

result:

wrong answer member 4 is not invited