摘要: 1 public class test 2 { 3 public static void main(String[] args) 4 { 5 Scanner input = new Scanner(System.in); 6 int n = input.nextInt(); 7 int k = input.nextIn... 阅读全文
posted @ 2019-05-26 16:56 Huayra 阅读(300) 评论(0) 推荐(0)