写一个函数,找出一个英文句子中的最长单词
摘要:之前程序实验课上遇到的一道题,由于没做出来,这里有答案后在此记录一下 这里答案是非函数的方法做的,后面我自己尝试着给改成了函数 #include <stdio.h> #include <string.h> int main() { char str[233]; //自定义一个数组 printf("输
阅读全文
posted @ 2020-11-27 16:30
posted @ 2020-11-27 16:30
posted @ 2020-11-26 22:59
posted @ 2020-11-26 22:48
posted @ 2020-11-26 22:24
posted @ 2020-11-26 10:36