会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bible-
博客园
首页
新随笔
联系
管理
订阅
2023年5月16日
Codeforces Round 873 (Div. 2)
摘要: Codeforces Round 873 (Div. 2) A - Divisible Array 思路:每个数为i时都为i的倍数,前n个数和为Sn=n*(n+1)/2,可知每个数再乘n,Sn必为n的倍数 #include<bits/stdc++.h> using namespace std; ty
阅读全文
posted @ 2023-05-16 12:55 bible_w
阅读(46)
评论(0)
推荐(0)
编辑
公告