摘要: public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a=sc.nextInt(); String str=sc.next(); char c=str.charAt(0); int b= s 阅读全文
posted @ 2021-06-07 18:43 bobochen 阅读(47) 评论(0) 推荐(0)