QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#563918#7954. Special Numbersucup-team4741#WA 832ms66612kbC++207.2kb2024-09-14 17:20:082024-09-14 17:20:08

詳細信息

Test #1:

score: 100
Accepted
time: 315ms
memory: 66484kb

input:

5 1 20

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 477ms
memory: 66604kb

input:

5 50 100

output:

19

result:

ok single line: '19'

Test #3:

score: 0
Accepted
time: 400ms
memory: 66612kb

input:

15 11 19

output:

0

result:

ok single line: '0'

Test #4:

score: 0
Accepted
time: 832ms
memory: 66572kb

input:

1 100 100000

output:

99901

result:

ok single line: '99901'

Test #5:

score: 0
Accepted
time: 233ms
memory: 66608kb

input:

1 1 1

output:

1

result:

ok single line: '1'

Test #6:

score: -100
Wrong Answer
time: 760ms
memory: 66596kb

input:

10 800 43021

output:

22576

result:

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