摘要: A. Reachable Numbers 题意:设f(x)为 x+1 这个数去掉后缀0的数,现在给出n,问经过无数次这种变换后,最多能得到多少个不同的数。 代码 #include<cstdio> #include<cstring> #include<iostream> #include<algori 阅读全文
posted @ 2019-04-29 22:21 black_hole6 阅读(212) 评论(0) 推荐(0)