网站首页
编程语言
数据库
系统相关
其他分享
编程问答
P1179
2024-05-28
CSP历年复赛题-P1179 [NOIP2010 普及组] 数字统计
原题链接:https://www.luogu.com.cn/problem/P1179题意解读:统计l~r之间的整数包括多少个数字2。解题思路:枚举每一个数,对每一个数的每一位数字进行判断。100分代码:#include<bits/stdc++.h>usingnamespacestd;intl,r,ans;intmain(){cin>>l>>r;f