摘要:
public class W1 { public static void main(String[] args) { for(int i=1;i<8;i++){ for(int k =1;k<=11-i;k++){ System.out.print(" "); } for(int f=0;f<2*i 阅读全文
posted @ 2018-07-02 15:45
燁市钦
阅读(211)
评论(0)
推荐(0)
2018年7月2日