摘要: import java.util.Scanner;public class year { public static void main(String[] args){ Scanner sc=new Scanner(System.in); while(true){ int choice=test() 阅读全文
posted @ 2017-09-24 11:07 soulika 阅读(144) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class game { public static void main(String[] args){ Scanner sc=new Scanner(System.in); int number=10; //游戏中的10次机会 in 阅读全文
posted @ 2017-09-22 23:24 soulika 阅读(108) 评论(0) 推荐(0)