Xiaotu666
Xiaotu666
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Xiaotu666的博客
全部文章
(共2篇)
题解 | 小苯的计算式
//暴力 #include <bits/stdc++.h> using namespace std; #define int long long #define IOS ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.ti...
2025-11-21
0
9
题解 | 小红的魔法药剂
#include<bits/stdc++.h> using namespace std; int a[100010],b[100010],c[100010],s[100010]; int main(){ int n; cin>>n; for(int i...
2025-10-24
1
21