数字累加 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 211 点赞 3 评论 319 浏览