摘要: import java.util.*; public class hello { public static void main(String[] args) { int a ,b,m; Scanner s = new Scanner(System.in); System.out.print( "键入一个整数: "); a = s.nextInt(); System.out.p... 阅读全文
posted @ 2018-04-10 21:12 努力girl 阅读(340) 评论(1) 推荐(0)