摘要:
Educational Codeforces Round 1 A. Tricky Sum 数学,求$1 \dots n$的和减去 小于等于n的二次幂乘2之和 LL f[40]; void solve() { LL n; cin>>n; LL ans=n+n*(n-1)/2; for(int i=0; 阅读全文
posted @ 2023-01-21 14:53
magicat
阅读(100)
评论(0)
推荐(0)
浙公网安备 33010602011771号