行大道
行大道
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
行大道的博客
全部文章
(共1篇)
1023-病菌感染-答案
#include<bits/stdc++.h> using namespace std; int a[1001][1001],n,m,s,f=1; int main() { cin>>n>>m; for...
C++
C++14
数组
2023-03-19
2
460