QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#183520#4000. Dynamic ReachabilityZ_301WA 0ms9788kbC++177.1kb2023-09-19 16:37:042023-09-19 16:37:04

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 9788kb

input:

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

output:


result:

wrong answer 1st lines differ - expected: 'YES', found: ''