摘要: http://ybt.ssoier.cn:8088/problem_show.php?pid=1253 1 #include<bits/stdc++.h> 2 using namespace std; 3 int n, k; 4 struct node{ //结构体表示数轴位置和所用时间 5 int 阅读全文
posted @ 2020-09-29 23:19 TFLSNOI 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://ybt.ssoier.cn:8088/problem_show.php?pid=1251 1 #include<bits/stdc++.h> 2 using namespace std; 3 int m, n; 4 char mp[25][25]; 5 int sx, sy, 阅读全文
posted @ 2020-09-29 22:42 TFLSNOI 阅读(852) 评论(0) 推荐(0) 编辑