暑假第二十八测

题解: 第一题:蓝书上原题,每个蚂蚁相对位置不变,排一遍序; #include<bits/stdc++.h> using namespace std; const int M = 100005, E = 1000000000; double ans[M], t[M] ; struct Ant{int p, d;}a[M]; int main(){ freopen("ant.in","r",
相关文章
相关标签/搜索