目录

力扣788. 旋转数字

力扣788. Rotated Digits(旋转数字)

统计 [1, n] 中旋转后有效的数字个数。

示例 1:

../posts/01_学习/87_LeetCode/0788_旋转数字/img/0788-1-description.png

输入:n = 10
输出:4
解释:...

提示: