public class MathP { //想要出几道题目 public static void main(String[] args) { Scanner input=new Scanner(System.in); int length = input.nextInt(); for(int k=0;k
本文共 244 字,大约阅读时间需要 1 分钟。
public class MathP { //想要出几道题目 public static void main(String[] args) { Scanner input=new Scanner(System.in); int length = input.nextInt(); for(int k=0;k
转载于:https://www.cnblogs.com/20101chenyi/p/6524646.html