wrdoct
wrdoct
全部文章
分类
复习(44)
面经(1)
题解(88)
归档
标签
去牛客网
登录
/
注册
wrdoct的博客
TA的专栏
127篇文章
14人订阅
华为题库题解
103篇文章
467人学习
互联网学习
24篇文章
9431人学习
全部文章
(共151篇)
题解 | #密码验证合格程序#
#include <bits/stdc++.h> using namespace std; //包括大小写字母.数字.其它符号,以上四种至少三种 bool checkChar(string str){ int i = 0, j = 0, k = 0, l = 0; f...
C++
2022-05-11
0
302
题解 | #密码验证合格程序#
来自专栏
#include <bits/stdc++.h> using namespace std; //包括大小写字母.数字.其它符号,以上四种至少三种 bool checkChar(string str){ int i = 0, j = 0, k = 0, l = 0; f...
C++
2022-05-11
0
243
题解 | #合唱队#
#include <bits/stdc++.h> using namespace std; void process(vector<int> vec, int N, int& res){ vector<int> leftNum(N, 0); ...
C++
2022-05-11
0
246
题解 | #合唱队#
来自专栏
#include <bits/stdc++.h> using namespace std; void process(vector<int> vec, int N, int& res){ vector<int> leftNum(N, 0); ...
C++
2022-05-11
0
230
题解 | #识别有效的IP地址和掩码并进行分类统计#
//#include <bits/stdc++.h> #include <iostream> #include <string> #include <sstream> #include <vector> using namespace s...
C++
2022-05-10
0
436
题解 | #识别有效的IP地址和掩码并进行分类统计#
来自专栏
//#include <bits/stdc++.h> #include <iostream> #include <string> #include <sstream> #include <vector> using namespace s...
C++
2022-05-10
0
248
题解 | #截取字符串#
来自专栏
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; int main(){ string str = ""; getline(c...
C++
2022-05-07
0
316
题解 | #图片整理#
来自专栏
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; struct cmp{ bool operator()(char& a, c...
C++
2022-05-07
0
266
题解 | #坐标移动#
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; unordered_map<char, pair<int, int>>...
C++
2022-05-07
0
254
题解 | #坐标移动#
来自专栏
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; unordered_map<char, pair<int, int>>...
C++
2022-05-07
0
371
首页
上一页
7
8
9
10
11
12
13
14
15
16
下一页
末页