摘要: import java.util.*; public class Ge { public static void main(String[] args){ int row=7; for(int i=-row;i<=row;i++) { int a=(i<0)?-i:i; for (int j=0;j<=row*2 ;j++ ) { if(a... 阅读全文
posted @ 2017-03-30 21:00 苏轼的红烧肉 阅读(115) 评论(0) 推荐(0)
摘要: 学科一阵才发现自己需要一个博客 想想也是好笑 希望每天都能看到自己的进步 一点一点的加油 阅读全文
posted @ 2017-03-30 20:58 苏轼的红烧肉 阅读(75) 评论(0) 推荐(0)