摘要: 一:把一个英语句子中的单词次序颠倒后输出。例如输入“how are you”,输出“you are how” #include<stdio.h> int main() { char sentence[100]; int len=0,j,wordlen=0; gets(sentence); while 阅读全文
posted @ 2016-04-10 20:17 最佳损友 阅读(178) 评论(0) 推荐(0) 编辑