摘要: 题目描述: 给定一个英语句子,各个单词之间用空格分隔。要求编写程序,将所有单词倒序输出 输入示例: Hello World Here I Come 输出示例: Come I Here World Hello 1 #include <stack> 2 #include <string> 3 #incl 阅读全文
posted @ 2020-01-20 22:16 cxc1357 阅读(342) 评论(0) 推荐(0)