- 博客(4)
- 收藏
- 关注
原创 关于类型转换的循环的有点迷惑的程序
#include <iostream> #include <fstream> #include <vector> #include <string> #include <algorithm> #include <cctype> #include <utility> using namespace std; ...
2019-10-13 10:51:23
135
原创 lambda与bind函数的使用
#include <iostream> #include<string> #include<vector> #include<algorithm> #include<numeric> #include<functional> using namespace std; using namespace std::placeh...
2019-10-12 11:08:47
362
原创 去掉读入字符串中的标点符号的程序
程序一如下所示 #include<iostream> #include<string> #include<cctype> using std::cin; using std::string; using std::cout; int main() { string s ; if(getline(cin, s)) for (decltype(s.s...
2019-09-18 11:57:42
775
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅