摘要: 1 import java.util.*; 2 public class O1 { 3 public static void main(String args[ ]) { 4 int sum=0; 5 int i; //募捐人数 6 int money; 7 Scanner reader=new S 阅读全文
posted @ 2020-11-26 19:12 李家宇 阅读(86) 评论(0) 推荐(0)
摘要: 1 import java.util.*; 2 public class TextScore { 3 public static void main(String args[ ]) { 4 int score; 5 char grade; 6 Scanner reader=new Scanner(S 阅读全文
posted @ 2020-11-26 19:11 李家宇 阅读(43) 评论(0) 推荐(0)