Toggle navigation
编程魔法师 OJ
首页
比赛
注册
登录
开始
2024-08-21 00:00:00
8.19-8.24集训第三天
结束
2024-08-25 00:00:00
Contest is over.
当前
2024-12-22 14:16:51
信息
问题
状态
榜单
答疑
题解
#include<bits/stdc++.h> using namespace std; const int N = 1e4 + 10; int dx[5] = {0, 1, 2, 2, 1}; int dy[5] = {0, -2, -1, 1
Eric2658 •
4个月前
比赛已结束。