摘要:
#include #define MAXLINE 10int getLine(char s[], int lim);void copy(char to[], char from[]);int calcLen(char s[]);int main(){ int len, index, row; ... 阅读全文
posted @ 2014-10-28 22:30
司空格子Ored
阅读(228)
评论(0)
推荐(0)
摘要:
#include #define MAXLINE 100#define MAX 8int getline(char line[],int maxline);void copy(char to[],char from[]);int main(){ int len; int max; ... 阅读全文
posted @ 2014-10-28 00:32
司空格子Ored
阅读(193)
评论(0)
推荐(0)
摘要:
#include #define MAXLINE 10int getline(char line[],int maxline);void copy(char to[],char from[]);int main(){ int len; int max; char line[MAXL... 阅读全文
posted @ 2014-10-28 00:09
司空格子Ored
阅读(216)
评论(0)
推荐(0)

浙公网安备 33010602011771号