#C. [NOIP2010 普及组] 数字统计

    Type: RemoteJudge 1000ms 125MiB

[NOIP2010 普及组] 数字统计

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

请统计某个给定范围 [L,R][L, R] 的所有整数中,数字 22 出现的次数。

比如给定范围 [2,22][2, 22],数字 22 在数 22 中出现了 11 次,在数 1212 中出现 11 次,在数 2020 中出现 11 次,在数 2121 中出现 11 次,在数 2222 中出现 22 次,所以数字 22 在该范围内一共出现了 66 次。

输入格式

22 个正整数 LLRR,之间用一个空格隔开。

输出格式

数字 22 出现的次数。

2 22

6

2 100
20

提示

1LR1000001 ≤ L ≤R≤ 100000

NOIP2010 普及组 第一题

2023级初一上学期竞赛组期中考(3班)

Not Attended
Status
Done
Rule
OI
Problem
5
Start at
2023-11-13 14:30
End at
2023-11-13 16:00
Duration
1.5 hour(s)
Host
Partic.
11