QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#147267#4194. Killjoys' ConferenceMaMengQiWA 4ms28952kbC++201.8kb2023-08-22 22:37:262023-08-22 22:37:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 28768kb

input:

4 2 11
1 2
3 4

output:

3

result:

ok single line: '3'

Test #2:

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

input:

5 2 3
1 2
3 4

output:

2

result:

ok single line: '2'

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 27940kb

input:

3 3 11
1 2
2 3
3 1

output:

2

result:

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