- 博客(2)
- 收藏
- 关注
原创 CF1B Spreadsheets
CF1B Spreadsheets 添加链接描述 超细节的一道题: 1、测试点六: 这个主要是 判断字符串是哪个 坐标形式。 比如:R1 和 R1C1 (挂了6次,太羞了) 2、关于z的判断 #include <bits/stdc++.h> #define _for(i, a, b) for( int i = a; i < b; ++i) using namespace std; typedef long long ll; const int maxn = 400; const in
2021-03-23 23:35:05
232
1
原创 洛谷P1433
洛谷P1443马的遍历 原题连接:马的遍历 #include <bits/stdc++.h> #define _for(i, a, b) for( int i = a; i < b; ++i) using namespace std; typedef long long ll; const int maxn = 400; const int mod = 1e9+7; int graph[maxn][maxn]; int _go[8][2] = {{2, 1},{2, -1}, {-
2021-03-21 20:33:28
112
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅