QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#623946#7954. Special NumbersZhaoZiLongWA 1ms3940kbC++174.9kb2024-10-09 14:26:422024-10-09 14:26:47

詳細信息

Test #1:

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

input:

5 1 20

output:

4

result:

ok single line: '4'

Test #2:

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

input:

5 50 100

output:

19

result:

ok single line: '19'

Test #3:

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

input:

15 11 19

output:

0

result:

ok single line: '0'

Test #4:

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

input:

1 100 100000

output:

99901

result:

ok single line: '99901'

Test #5:

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

input:

1 1 1

output:

1

result:

ok single line: '1'

Test #6:

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

input:

10 800 43021

output:

23570

result:

ok single line: '23570'

Test #7:

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

input:

1125899906842624 1 100000000000000000000

output:

555058180

result:

ok single line: '555058180'

Test #8:

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

input:

187500000 5941554024261918062 17356601866920567143

output:

679191360

result:

ok single line: '679191360'

Test #9:

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

input:

1555848 157165614890794026 49792374427566422833

output:

189329809

result:

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