QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#74059#2832. Graph TheoryGuanYunchangWA 3ms17972kbC++1.4kb2023-01-30 15:02:442023-01-30 15:02:46

详细

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 17972kb

input:

3 2
1 2
2 3
3 2
1 1
2 2
3 3
1 2
2 3
3 1

output:

1
1
2

result:

wrong answer 2nd lines differ - expected: '0', found: '1'