摘要:
哇塞?开始的三个数其中两个数一定能确定一个序列。(鸽巢原理) #include using namespace std;typedef long long LL;const int N=3e4+10;int a[N],n;bool vis[N];void print(vectorv){ ... 阅读全文
摘要:
怎么麻烦怎么来了??? 提供几个案例: 5 0.00001 0.00001 0 0.0 0.0222 1 0.001 0.2000 2 005.06 0.230 1 00.020 0 贴份代码跑。。 #include using namespace std;typedef long lon... 阅读全文