Plzmoonc
Plzmoonc
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Plzmoonc的博客
全部文章
(共1篇)
题解 | 挡住洪水
#include<bits/stdc++.h> using namespace std; #define int long long signed main(){ int x, y; cin >> x >> y; char c[x+2][...
2025-11-03
0
28