QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98366#2919. SubprimeZhaoZiLongWA 18ms6072kbC++171.9kb2023-04-19 06:55:382023-04-19 06:55:40

详细

Test #1:

score: 100
Accepted
time: 13ms
memory: 6052kb

input:

1 10000
389

output:

45

result:

ok single line: '45'

Test #2:

score: 0
Accepted
time: 17ms
memory: 6000kb

input:

1 100
8

output:

8

result:

ok single line: '8'

Test #3:

score: 0
Accepted
time: 17ms
memory: 6060kb

input:

8000 9000
395

output:

0

result:

ok single line: '0'

Test #4:

score: 0
Accepted
time: 18ms
memory: 6024kb

input:

50000 80000
572

output:

63

result:

ok single line: '63'

Test #5:

score: 0
Accepted
time: 14ms
memory: 6000kb

input:

90000 100000
9999

output:

5

result:

ok single line: '5'

Test #6:

score: 0
Accepted
time: 16ms
memory: 5988kb

input:

1 100000
37502

output:

1

result:

ok single line: '1'

Test #7:

score: 0
Accepted
time: 17ms
memory: 6072kb

input:

1 1000
000

output:

0

result:

ok single line: '0'

Test #8:

score: 0
Accepted
time: 17ms
memory: 5960kb

input:

4509 12345
9999

output:

4

result:

ok single line: '4'

Test #9:

score: -100
Wrong Answer
time: 13ms
memory: 6012kb

input:

1 1
2

output:

0

result:

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