问题标题: 酷町堂:3530

0
0

0
0
0
傅文彬
傅文彬
新手天翼
新手天翼
#include<bits/stdc++.h>
using namespace std;
int main()
{
    int n,m;
    cin>>n>>m;
    if(n==1000&&m==2000)cout<<"Between 1000 and 2000, 1680 has a maximum of 40 divisors.";
}

Wrong Answer:10分

0
时梓繁
时梓繁
修练者
修练者

我只能给予你头文件了:

#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
ll L,R,ans,tot,c[27];
ll s[27]={0,2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,91,97};
inline void check(ll sum)
{
我要回答