QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#725218#7954. Special Numbersgym#WA 0ms3860kbC++202.2kb2024-11-08 16:43:042024-11-08 16:43:04

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 1 20

output:

4

result:

ok single line: '4'

Test #2:

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

input:

5 50 100

output:

19

result:

ok single line: '19'

Test #3:

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

input:

15 11 19

output:

0

result:

ok single line: '0'

Test #4:

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

input:

1 100 100000

output:

99901

result:

ok single line: '99901'

Test #5:

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

input:

1 1 1

output:

0

result:

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