QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#37235#2832. Graph TheoryZhaoZiLongWA 3ms5660kbC++171.7kb2022-06-30 15:38:312022-06-30 15:38:32

详细

Test #1:

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

input:

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

output:

2
0
2

result:

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