摘要: 题的网址 https://www.luogu.com.cn/problem/P1162 其中较简单的没注释 代码如下 `#include include include using namespace std; int h[10]={0,0,1,-1,0}; int p[10]={0,1,0,0,- 阅读全文
posted @ 2025-07-17 09:17 chang507 阅读(7) 评论(0) 推荐(0)