我的代码:/* 标准文档模板 */#include "Stdio.h"#include "Conio.h"char *copy(char *fstr,int n);int main(void){ /* 此处添加你自己的代码 */ char * str="0"; int m; printf("please input string:"); ...
阅读全文
2008
01-29