QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#148479#4194. Killjoys' ConferenceMaMengQiWA 10ms31164kbC++171.3kb2023-08-23 16:21:342023-08-25 02:14:23

詳細信息

Test #1:

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

input:

4 2 11
1 2
3 4

output:

3

result:

ok single line: '3'

Test #2:

score: 0
Accepted
time: 2ms
memory: 29076kb

input:

5 2 3
1 2
3 4

output:

2

result:

ok single line: '2'

Test #3:

score: 0
Accepted
time: 1ms
memory: 29004kb

input:

3 3 11
1 2
2 3
3 1

output:

impossible

result:

ok single line: 'impossible'

Test #4:

score: 0
Accepted
time: 1ms
memory: 27532kb

input:

100 0 13

output:

9

result:

ok single line: '9'

Test #5:

score: 0
Accepted
time: 10ms
memory: 31164kb

input:

1000000 0 999983

output:

131073

result:

ok single line: '131073'

Test #6:

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

input:

5 0 17

output:

17

result:

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