摘要:
#include<cstdio> #include<iostream> #define ll long long using namespace std; int main(){ ll n; cin>>n; ll sum=0; for(ll l=1,r;l<=n;l=r+1){ r=n/(n/l); 阅读全文
posted @ 2021-12-06 22:12
Object_S
阅读(19)
评论(0)
推荐(0)
2021年12月6日