摘要: ## 上午 - [P1789 【Mc生存】插火把](https://www.luogu.com.cn/problem/P1789) 点击查看代码 ``` #include using namespace std; const int N=110; bool a[N][N]; int n,m,k,x, 阅读全文
posted @ 2023-08-21 14:16 HelloHeBin 阅读(131) 评论(0) 推荐(0) 编辑