[NOIP 2002 普及组] 过河卒 - 题解
题解

oscar | 2026-07-02 20:57 | 4

``` #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> #define ll long long using namespace std; const int fx[] = {0, -2, -1, 1, 2, 2, 1, -1, -2}; const int fy[] = {0, …

查看详情
题目信息
题号 P1
标题 [NOIP 2002 普及组] 过河卒
难度 普及-