Interesting Function

Posted 20203246

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Interesting Function相关的知识,希望对你有一定的参考价值。

#include <bits/stdc++.h>
using namespace std;
using ll = long long ;
ll solve(int n){
    ll ans=0;
    for(int i=1;i<=10;i++)
        ans+=n/(int)(pow(10,i-1));
    return ans;
}
int main()
{
    ios::sync_with_stdio(false);
    int l,r;
    int t;cin>>t;
    while(t--){
        cin>>l>>r;
        cout<<solve(r)-solve(l)<<endl;
    }
}
View Code

 

以上是关于Interesting Function的主要内容,如果未能解决你的问题,请参考以下文章

Codeforces1538 F. Interesting Function(十进制按位考虑贡献)

26个jQuery代码片段使用技巧

discuz X3.1 源代码阅读,记录代码片段

vue2.0 代码功能片段

js常用代码片段

Interesting Applications in Machine Learning and Computer Vision