Moon指针
Moon指针
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Moon指针的博客
全部文章
(共2篇)
题解 | 乒乓球
#include<bits/stdc++.h> #define int long long using namespace std; void solve() { string s; cin>>s; int w=0; int l=0; ...
2025-07-12
0
10
题解 | 变幻莫测
#include<bits/stdc++.h> #define int long long using namespace std; void solve() { int a, b; cin >> a >> b; if(a==b){ ...
2025-07-10
1
15