OneFreak
OneFreak
全部文章
分类
归档
标签
去牛客网
登录
/
注册
OneFreak的博客
全部文章
(共15篇)
题解 | 求int型正整数在内存中存储时1的个数
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-18
0
22
题解 | 整数与IP地址间的转换
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-17
0
24
题解 | 数字颠倒
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-17
0
22
题解 | 删除字符串中出现次数最少的字符
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-13
0
18
题解 | 字符个数统计
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-13
0
20
题解 | 句子逆序
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-10
0
18
题解 | 提取不重复的整数
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-10
0
27
题解 | 称砝码
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-09
0
29
题解 | 合并表记录
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-09
0
18
题解 | 合唱队
#include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(nullptr) #define INF 0x7fffffff #define inf 0x...
2025-03-09
0
23
首页
上一页
1
2
下一页
末页