数字:
#include#include #include using namespace std;int main(){ vector a; for(vector ::size_type i=0;i<=9;i++) a.push_back(i); for(vector ::size_type k=0;k<=9;k++) cout<
本文共 577 字,大约阅读时间需要 1 分钟。
数字:
#include#include #include using namespace std;int main(){ vector a; for(vector ::size_type i=0;i<=9;i++) a.push_back(i); for(vector ::size_type k=0;k<=9;k++) cout<
字符串:
#include#include #include using namespace std;int main(){ string str; getline(cin,str);; reverse(str.begin(),str.end()); cout<
运行如下:
转载于:https://www.cnblogs.com/sr1993/archive/2013/04/22/3697872.html