摘要: import java.util.Scanner; public class input { public static void main(String[] args) { //从键盘读取若干整数并求和 int nextValue; int sum=0; Scanner sr = new Scan 阅读全文
posted @ 2016-03-28 11:19 大橙子桑 阅读(260) 评论(0) 推荐(0) 编辑