738. 单调递增的数字
当且仅当每个相邻位数上的数字 x 和 y 满足 x < y 时,我们称这个整数是单调递增的。
给定一个整数 n ,返回 小于或等于 n 的最大数字,且数字呈 单调递增 。
示例 1:
输入: n 10
输出: 9
思路:
假设这个数是98,…
Caused by: java.lang.ClassNotFoundException:
目录
Caused by: java.lang.ClassNotFoundException: org.springframework.context.event.GenericApplicationListener
spring-boot-dependencies:jar:2.1.9.RELEASE was not found org.springframework.context.event.Generi…