摘要: import java.util.Scanner; public class Time { public static void main(String[] args) { Scanner in = new Scanner(System.in); int time = in.nextInt(); i 阅读全文
posted @ 2017-10-15 22:44 啊,哈哈 阅读(182) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class temperature { public static void main(String[] args) { Scanner in =new Scanner(System.in); int a=in.nextInt(); 阅读全文
posted @ 2017-10-15 22:43 啊,哈哈 阅读(199) 评论(0) 推荐(0)