会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
彩虹桥
首页
彩虹桥
首页
新随笔
管理
2020年9月8日
【思维/构造】D - Decrease the Sum of Digits
摘要: D - Decrease the Sum of Digits 只要发现进位可以直接抹掉后面的位数就行了,剩下的就是在第几位进位的问题。写得繁琐了一点。 int main() { //ios::sync_with_stdio(false); //while (scanf("%d%d",&n,&m)!=
阅读全文
posted @ 2020-09-08 10:37 StreamAzure
阅读(250)
评论(0)
推荐(0)
公告