红色蚂蚁 -- The Red Ant
团结就是力量 -- Union Gives Strength

导航

 

2004年10月15日

摘要: /////////////////////////////////////////////////////////////////// #include <stdio.h> #include <string.h> #define STR_BUFFSIZE 5 void myfflush(FILE *stream) { char buffer[STR_BUFFSIZE]; w... 阅读全文
posted @ 2004-10-15 22:55 红色蚂蚁 阅读(1427) 评论(0) 推荐(0)
 
摘要: /*输入:2 12345 abcde 希望输出: 0:12345 1:abcde*/#include <stdio.h>#include <stdlib.h>#include <string.h>int main( void ){ char **instr, **p; int i, j; printf( "num: " ); scanf( "%d", &... 阅读全文
posted @ 2004-10-15 10:27 红色蚂蚁 阅读(2442) 评论(0) 推荐(0)