symons

___________每一天都是幸福的!!

  博客园  ::  :: 新随笔  ::  :: 订阅 订阅  :: 管理

2013年4月18日

摘要: 1 #include <stdio.h> 2 #include <iostream> 3 #include <iostream> 4 using namespace std; 5 char gird[50][50]; 6 void init() 7 { 8 int i,j; 9 for(i=0;i<17;++i) 10 { 11 12 for(j=0;j<33;++j) 13 { 14 gird[i][j]='~'; 15 if(i%2==0&&j%4=... 阅读全文
posted @ 2013-04-18 18:27 symons 阅读(180) 评论(0) 推荐(0)