QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#114862#5670. Group GuestslpfWA 3ms13896kbC++141.1kb2023-06-23 19:33:392023-06-23 19:33:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 13792kb

input:

2 4
1 2
3 4

output:

2 0

result:

ok single line: '2 0'

Test #2:

score: 0
Accepted
time: 3ms
memory: 13896kb

input:

2 3
1 2
3 1

output:

0 0

result:

ok single line: '0 0'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 13844kb

input:

5 5
1 2
2 3
2 4
5 2
5 4

output:

0 1

result:

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