摘要: 没有好办法就暴力,没有好办法就模拟。 #include<iostream> using namespace std; struct node { int dis; bool dir;//1是向右 0是向左 } p[1005]; int num[1005];//用来记录每个位置有几个球 int sig 阅读全文
posted @ 2022-05-11 19:47 夏莱发电厂的Sensei 阅读(30) 评论(0) 推荐(0)