- 博客(2)
- 收藏
- 关注
原创 ABC-239-C-Knight Fork题解
题目链接AC题解:#include<bits/stdc++.h>using namespace std;int dx[8] = {1,2,2,1,-1,-2,-2,-1};int dy[8] = {2,1,-1,-2,-2,-1,1,2};int main(){ long long x1,y1,x2,y2,a,b,xx1,xx2,yy1,yy2; while(scanf("%lld %lld %lld %lld", &x1, &y1, &
2022-03-14 10:21:05
1005
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人