摘要: 09、分巧克力 题目: public static void main(String[] args) { //练习一下暴力枚举 Scanner sc = new Scanner(System.in); int N = sc.nextInt(); int K = sc.nextInt(); int[] 阅读全文
posted @ 2020-04-08 21:14 贝加尔湖畔╭ 阅读(244) 评论(0) 推荐(0)