QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#37235#2832. Graph TheoryZhaoZiLongWA 3ms5660kbC++171.7kb2022-06-30 15:38:312022-06-30 15:38:32

Details

Tip: Click on the bar to expand more detailed information

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'