240 发简信
IP属地:广东
  • for循环打印正、倒金字塔

    正金字塔 public static void main(String[] args) { int LINE = 9; //首先设定金字塔行数 ...