/** * @Projectname: LeetCode * @Filename: Main * @Author: 杨逸 * @Data:2023/9/2 18:44 * @Description: */ public class Main { public static void main(String[] args) { System.out.println(User.RankLevel2.level); } }