wrdoct
wrdoct
全部文章
分类
复习(44)
面经(1)
题解(88)
归档
标签
去牛客网
登录
/
注册
wrdoct的博客
TA的专栏
127篇文章
15人订阅
华为题库题解
103篇文章
486人学习
互联网学习
24篇文章
9697人学习
全部文章
(共151篇)
题解 | #24点运算#
#include <iostream> #include <string> #include <unordered_map> #include <vector> #include <algorithm> using namespace s...
C++
2022-05-05
0
329
题解 | #24点运算#
来自专栏
#include <iostream> #include <string> #include <unordered_map> #include <vector> #include <algorithm> using namespace s...
C++
2022-05-05
0
274
题解 | #删除字符串中出现次数最少的字符#
来自专栏
#include <iostream> #include <string> #include <unordered_map> #include <vector> #include <algorithm> using namespace s...
C++
2022-05-05
3
284
题解 | #表达式求值#
#include <iostream> #include <string> #include <stack> using namespace std; int calculate(int a, int b, char sym){ switch(sym){...
C++
2022-05-05
0
264
题解 | #表达式求值#
来自专栏
#include <iostream> #include <string> #include <stack> using namespace std; int calculate(int a, int b, char sym){ switch(sym){...
C++
2022-05-05
0
356
题解 | #四则运算#
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; string changeKuohao(string& s){ for(in...
C++
2022-05-05
0
373
题解 | #四则运算#
来自专栏
#include <bits/stdc++.h> #include <iostream> #include <string> using namespace std; string changeKuohao(string& s){ for(in...
C++
2022-05-05
0
312
题解 | #字符串排序#
#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
277
题解 | #字符串排序#
来自专栏
#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
256
题解 | #完全数计算#
来自专栏
#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
256
首页
上一页
7
8
9
10
11
12
13
14
15
16
下一页
末页