WsjjsZ
WsjjsZ
全部文章
分类
归档
标签
去牛客网
登录
/
注册
WsjjsZ的博客
TA的专栏
52篇文章
0人订阅
多多练习C++
52篇文章
357人学习
全部文章
(共87篇)
题解 | #判断两个IP是否属于同一子网#
#include <bitset> #include <iostream> #include <bits/stdc++.h> using namespace std; string strip, ip1, ip2; bool ishefa(string st) {...
2023-03-15
0
304
题解 | #字符串合并处理#
#include <iostream> #include <vector> #include <string> #include <bits/stdc++.h> using namespace std; string str,str1,str2,s1;...
2023-03-14
0
252
题解 | #配置文件恢复#
#include <iostream> #include <vector> using namespace std; int main() { string str; vector<pair<string, string>...
2023-03-13
0
316
题解 | #Redraiment的走法#
#include <iostream> #include <bits/stdc++.h> using namespace std; int n,a[205],dp[205]; int main() { cin>> n; memset(d...
2023-03-12
0
243
题解 | #从单向链表中删除指定值的节点#
#include <iostream> #include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; int st[2*n]; ...
2023-03-12
0
217
题解 | #查找兄弟单词#
#include <iostream> #include <algorithm> #include <vector> #include<bitset> using namespace std; bool isbrother(string w1,str...
2023-03-12
0
302
题解 | #MP3光标位置#
来自专栏
#include <iostream> using namespace std; int main() { int n; string str; while(cin>>n>>str){ int num=1; ...
2023-03-08
0
357
题解 | #合法IP#
来自专栏
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main() { string str; vector<string>...
2023-03-07
0
274
题解 | #在字符串中找出连续最长的数字串#
来自专栏
#include <iostream> #include <vector> #include <algorithm> using namespace std; int cmp(pair<string,int> a,pair<string,int&...
2023-03-06
0
266
题解 | #求解立方根#
来自专栏
#include <iostream> #include <iomanip> using namespace std; double cal(double x){ double left=min(-1.0,x); double right=max(1.0,x...
2023-03-06
0
301
首页
上一页
1
2
3
4
5
6
7
8
9
下一页
末页