摘要:
#include <stdio.h>#define MAXLINE 1000 int max;char line[MAXLINE];char longest[MAXLINE]; int getline(void);void copy(void); /*打印最长的行,*特别版本*/main(){ in 阅读全文
摘要:
/******************************************************//*统计各个数字、空白符及其他字符出现的次数*/#include <stdio.h>main(){ int c,i,nwhite,nother; int ndigit[10]; nwhit 阅读全文