摘要:
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)
浙公网安备 33010602011771号