摘要: 1 #include 2 #include 3 4 void main() 5 { 6 int readi(); 7 char* readc(); 8 void write(char* read,int i); 9 10 int i=0;11 char* ... 阅读全文
posted @ 2015-11-17 21:08 Yx37412 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 void main() 3 { 4 int testofstatic(); 5 int a=0; 6 a=testofstatic(); 7 printf("%d\n",a); 8 a=testofstatic(); 9 p... 阅读全文
posted @ 2015-11-17 17:09 Yx37412 阅读(119) 评论(0) 推荐(0) 编辑