QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#876944#7861. Inverse Topological Sortucup-team1494WA 1ms5872kbC++203.6kb2025-01-31 15:46:502025-01-31 15:46:50

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5872kb

input:

3
1 2 3
1 2 3

output:

Yes
4
1 2
1 2
2 3
2 3

result:

wrong answer Integer parameter [name=edges] equals to 4, violates the range [0, 3]