摘要: 题目链接:https://www.luogu.com.cn/problem/P1002 1 #include<bits/stdc++.h> 2 using namespace std; 3 int bx, by, mx, my; 4 long long f[25][25]; //f[x][y]表示从 阅读全文
posted @ 2020-08-13 17:50 TFLSNOI 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 题目链接https://www.luogu.com.cn/problem/P3613 1 #include <iostream> 2 #include <vector> 3 using namespace std; 4 const int MAX = 100005; 5 struct node 6 阅读全文
posted @ 2020-08-13 10:57 TFLSNOI 阅读(187) 评论(0) 推荐(0) 编辑