icepointboy
icepointboy
全部文章
分类
归档
标签
去牛客网
登录
/
注册
icepointboy的博客
全部文章
(共32篇)
题解 | 茉茉的密码
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; vector<string> vec(n); for (int i = 0; ...
2025-11-15
0
5
题解 | 三角形取数(Hard Version)
#include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); int n, k; cin &g...
2025-10-27
0
17
题解 | 斐波那契字符串
#include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); ...
2025-10-16
0
25
题解 | 卡牌游戏
#include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); int n; cin>&g...
2025-09-25
0
20
题解 | 矩形游戏
#include <iostream> #include<cmath> using namespace std; int main() { int n; cin>>n; int sum=n; for(int i=2;i<=s...
2025-09-22
0
32
题解 | 小红的矩阵染色
#include <iostream> #include<algorithm> #include<vector> #include<string> using namespace std; int main() { ios_base::syn...
2025-09-20
0
36
题解 | 排座椅
#include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); int n,m,k,l,d; p...
2025-09-20
0
25
题解 | 小红的矩阵染色
#include <iostream> #include<algorithm> #include<vector> #include<string> using namespace std; int main() { ios_base::syn...
2025-09-18
0
29
题解 | 小红的回文串
#include <iostream> #include<string> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); in...
2025-09-16
0
27
题解 | 元素方碑
#include <iostream> #include<vector> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); in...
2025-09-14
0
27
首页
上一页
1
2
3
4
下一页
末页