摘要: 地址:https://codeforces.com/contest/1328 题意:a,b。a只能+1操作。求最少几步能整除b 解析:分类讨论即可。 #include<iostream> #include<cstdio> #include<cstring> using namespace std; 阅读全文
posted @ 2020-03-27 23:06 liyexin 阅读(136) 评论(0) 推荐(0)