摘要: 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)