IntoTheDusk
IntoTheDusk
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
IntoTheDusk的博客
全部文章
(共1篇)
周赛113题解
A 模拟即可。 #include <bits/stdc++.h> using namespace std; void solve(){ } int main(){ ios::sync_with_stdio(false);cin.tie(0); int cnt=0;string s;c...
2025-10-12
0
9