基础练习 字母图形

Problem: AcCode:   import java.util.Scanner; public class BASIC_3 { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = in.nextInt(); int m = in.nextInt();
相关文章
相关标签/搜索