wrdoct
wrdoct
全部文章
分类
复习(44)
面经(1)
题解(88)
归档
标签
去牛客网
登录
/
注册
wrdoct的博客
TA的专栏
127篇文章
14人订阅
华为题库题解
103篇文章
467人学习
互联网学习
24篇文章
9431人学习
全部文章
(共151篇)
题解 | #24点运算#
#include <iostream> #include <string> #include <unordered_map> #include <vector> #include <algorithm> using namespace s...
C++
2022-05-05
0
324
题解 | #24点运算#
来自专栏
#include <iostream> #include <string> #include <unordered_map> #include <vector> #include <algorithm> using namespace s...
C++
2022-05-05
0
268
题解 | #删除字符串中出现次数最少的字符#
来自专栏
#include <iostream> #include <string> #include <unordered_map> #include <vector> #include <algorithm> using namespace s...
C++
2022-05-05
3
273
题解 | #表达式求值#
#include <iostream> #include <string> #include <stack> using namespace std; int calculate(int a, int b, char sym){ switch(sym){...
C++
2022-05-05
0
250
题解 | #表达式求值#
来自专栏
#include <iostream> #include <string> #include <stack> using namespace std; int calculate(int a, int b, char sym){ switch(sym){...
C++
2022-05-05
0
345
题解 | #四则运算#
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; string changeKuohao(string& s){ for(in...
C++
2022-05-05
0
364
题解 | #四则运算#
来自专栏
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; string changeKuohao(string& s){ for(in...
C++
2022-05-05
0
303
题解 | #字符串排序#
#include<bits/stdc++.h> using namespace std; int main(){ string str = ""; getline(cin, str); char out[1000]; int k = 0; ...
C++
2022-05-05
0
267
题解 | #字符串排序#
来自专栏
#include<bits/stdc++.h> using namespace std; int main(){ string str = ""; getline(cin, str); char out[1000]; int k = 0; ...
C++
2022-05-05
0
255
题解 | #完全数计算#
来自专栏
#include<bits/stdc++.h> using namespace std; bool isAllNum(int num){ int tmp = 0; for(int i = 1; i < num; i++){ if(num % i ...
C++
2022-05-05
0
253
首页
上一页
7
8
9
10
11
12
13
14
15
16
下一页
末页