QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#302309#7954. Special Numbersucup-team2880#WA 20ms365716kbC++201.6kb2024-01-10 19:02:312024-01-10 19:02:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 12ms
memory: 365524kb

input:

5 1 20

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 12ms
memory: 365508kb

input:

5 50 100

output:

19

result:

ok single line: '19'

Test #3:

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

input:

15 11 19

output:

0

result:

ok single line: '0'

Test #4:

score: 0
Accepted
time: 11ms
memory: 365716kb

input:

1 100 100000

output:

99901

result:

ok single line: '99901'

Test #5:

score: 0
Accepted
time: 4ms
memory: 365508kb

input:

1 1 1

output:

1

result:

ok single line: '1'

Test #6:

score: -100
Wrong Answer
time: 20ms
memory: 365656kb

input:

10 800 43021

output:

23322

result:

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