#include#include #include using namespace std;int main(){ string word; vector Str; while(cin>>word) Str.push_back(word); for(auto c:Str) { cout< <<" "; for(auto &ch:c) ch=toupper(ch); cout< <
运行结果:
本文共 377 字,大约阅读时间需要 1 分钟。
#include#include #include using namespace std;int main(){ string word; vector Str; while(cin>>word) Str.push_back(word); for(auto c:Str) { cout< <<" "; for(auto &ch:c) ch=toupper(ch); cout< <
运行结果:
转载地址:http://gedko.baihongyu.com/