摘要:        
1 /* 2 @2011/6/14 螺旋方阵 3 @author zengweilin 4*/ 5 #include "stdio.h" 6 #include "stdlib.h" 7 8 void widdershins(int); 9 void deasil(int); 10 11 int main(){ 12 int n; 13 printf("please input the value of n: "); 14 scanf("%d",&n); 15 while(n<=0) 16 { 17 p    阅读全文
        
            posted @ 2011-06-17 22:09
KISS's blog
阅读(1071)
评论(2)
推荐(0)
        
        
                    
                
浙公网安备 33010602011771号