QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#662395#7954. Special NumbersMaMengQiWA 0ms3876kbC++202.4kb2024-10-20 23:41:392024-10-20 23:41:41

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3632kb

input:

5 1 20

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3580kb

input:

5 50 100

output:

19

result:

ok single line: '19'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3536kb

input:

15 11 19

output:

0

result:

ok single line: '0'

Test #4:

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

input:

1 100 100000

output:

31

result:

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