问题标题: 酷町堂:3530 数的约数

0
0

0
已采纳
高振淇
高振淇
修练者
修练者

不会,哈哈!

高振淇在2018-12-05 16:34:53追加了内容

望采纳

1
时梓繁
时梓繁
修练者
修练者

我只能给予你头文件了:

#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)
{
0
我要回答