摘要: [problem](https://atcoder.jp/contests/practice2/tasks/practice2_c) 不用 ACL! ```cpp ll fs(ll n,ll m,ll a,ll b){ ll res=0; if (a>=m){ res+=n*(n+1)/2*(a/m 阅读全文
posted @ 2023-08-07 14:28 SFlyer 阅读(37) 评论(0) 推荐(0)