mhdh
mhdh
全部文章
题解
归档
标签
去牛客网
登录
/
注册
mhdh的博客
全部文章
/ 题解
(共2篇)
题解 | #氧气少年很幸运#
D #include<bits/stdc++.h> using namespace std; int main() { printf("89 63 78 69 98\n"); printf("58 51 48 31 24\n"); printf("60 50 59...
2024-06-01
7
130
题解 | #邂逅#
A 签到, 记录一下 #include<bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false),cin.tie(nullptr),cout.tie(nullptr) #define lowbi...
2024-04-13
3
174