ccl_aurora
ccl_aurora
全部文章
分类
归档
标签
去牛客网
登录
/
注册
ccl_aurora的博客
全部文章
(共61篇)
题解 | 【模板】位运算Ⅰ ‖ 整体与、或、异或
#include <iostream> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int k; cin>>k; w...
2026-01-02
0
41
题解 | 【模板】双端队列
#include <iostream> #include<deque> using namespace std; int main() { int q; cin>>q; deque<int>dq; while(q--)...
2025-12-31
0
56
题解 | 机器翻译
#include<iostream> #include<deque> #include<unordered_map> using namespace std; int main(){ int m,n,res=0; cin>>m>...
2025-12-31
0
45
题解 | 小红的01串
#include <iostream> #include<unordered_map> #define ll long long using namespace std; int main() { int q; cin>>q; strin...
2025-12-31
0
43
题解 | 【模板】队列操作
#include <iostream> #include<vector> using namespace std; void queue(int n,vector<int>& m){ if(n==1){ int b; ...
2025-12-21
0
36
题解 | 01串题
#include <iostream> #include<iomanip> #include<vector> using namespace std; int main() { int a,b,x; cin>>a>>b&g...
2025-12-18
0
45
题解 | 点击消除
#include <iostream> #include<stack> #include<vector> #include<algorithm> using namespace std; int main() { stack<char&...
2025-12-16
0
40
题解 | 多项式输出
#include <ios> #include <iostream> #include<vector> #include<cmath> using namespace std; int main() { int n,sign=0; c...
2025-12-16
0
56
题解 | 月月查华华的手机
#include <iostream> #include<string> #include<unordered_map> using namespace std; //使用const string&来加快运行速度 bool judge(const stri...
2025-12-15
0
39
题解 | 小红的密码修改
#include <iostream> using namespace std; int main() { int t; cin >> t; while (t--) { int tim = 0, num = 0, max_char =...
2025-12-12
0
36
首页
上一页
1
2
3
4
5
6
7
下一页
末页