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