摘要: 弱智题解。 阅读全文
posted @ 2019-08-08 19:15 _xuefeng 阅读(507) 评论(0) 推荐(2) 编辑
摘要: 1 #include 2 #define N 100005 3 #define int long long 4 using namespace std; 5 const double eps=1e-5; 6 double delta=0.956,fj=1; 7 int n,ret,s[N],h[N]; 8 inline int _abs(int x){return x>1; 18... 阅读全文
posted @ 2019-08-08 11:37 _xuefeng 阅读(40) 评论(0) 推荐(0) 编辑