数字累加 public static void main(String[] args) { Scanner sc = new Scanner(System.in); int start = sc.nextInt();//开始的累加的数字 int end = sc.nextInt();//累加结束的数字 int i = start; i Java 2023-05-07 156 点赞 2 评论 236 浏览