MulinLiu
MulinLiu
全部文章
题解
归档
标签
去牛客网
登录
/
注册
MulinLiu的博客
全部文章
/ 题解
(共3篇)
牛客小白月赛32E题题解
#include <bits/stdc++.h> using namespace std; typedef long long ll; const int N=32; int main() { &n...
C++
2024-07-16
0
140
牛客小白月赛32C题题解
#include <bits/stdc++.h> using namespace std; typedef long long ll; const int N=32; int a[N]; int main() { &nb...
C++
2024-07-16
1
150
小白月赛32A题题解
#include <bits/stdc++.h> using namespace std; typedef long long ll; int a[7]; int b[7]; int mai...
C++
2024-07-16
0
132