1949:【10NOIP普及组】数字统计
生活随笔
收集整理的這篇文章主要介紹了
1949:【10NOIP普及组】数字统计
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
/*
1949:【10NOIP普及組】數字統計
http://ybt.ssoier.cn:8088/problem_show.php?pid=1949
*/
#include <bits/stdc++.h>
using namespace std;
int main( void )
{int L,R,tmp,ans=0;cin>>L>>R;for(int i=L;i<=R;i++){int tmp=i;while( tmp ){if( tmp%10 == 2){ans++;}tmp/=10;}}cout<<ans<<endl;return 0;
}
1949:【10NOIP普及組】數字統計
http://ybt.ssoier.cn:8088/problem_show.php?pid=1949
總結
以上是生活随笔為你收集整理的1949:【10NOIP普及组】数字统计的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python报错:xml.parsers
- 下一篇: 1.8 编程基础之多维数组 11 图像旋