摘要:
import java.util.*; public class lianxi28 { public static void main(String[] args) { Scanner s = new Scanner(System.in); int[] a = new int[10]; System 阅读全文
摘要:
新学的知识有限就先这样吧import javax.swing.JOptionPane; public class SPMMG { public static void main(String[] args) { int per=Integer.parseInt(JOptionPane.showInp 阅读全文
摘要:
import javax.swing.JOptionPane; public class God { public static void main(String[] args) { int months=Integer.parseInt(JOptionPane.showInputDialog(nu 阅读全文