QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#368736#7954. Special Numbersnew_dawn_2#WA 224ms1417796kbC++172.5kb2024-03-27 15:51:192024-03-27 15:51:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 175ms
memory: 1417548kb

input:

5 1 20

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 171ms
memory: 1417528kb

input:

5 50 100

output:

19

result:

ok single line: '19'

Test #3:

score: 0
Accepted
time: 163ms
memory: 1417544kb

input:

15 11 19

output:

0

result:

ok single line: '0'

Test #4:

score: 0
Accepted
time: 168ms
memory: 1417552kb

input:

1 100 100000

output:

99901

result:

ok single line: '99901'

Test #5:

score: 0
Accepted
time: 155ms
memory: 1417796kb

input:

1 1 1

output:

1

result:

ok single line: '1'

Test #6:

score: 0
Accepted
time: 176ms
memory: 1417488kb

input:

10 800 43021

output:

23570

result:

ok single line: '23570'

Test #7:

score: -100
Wrong Answer
time: 224ms
memory: 1417540kb

input:

1125899906842624 1 100000000000000000000

output:

86322626358813438448

result:

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