CodeChef - SQUIRREL Squirrel and chestnut (二分答案)
#include <bits/stdc++.h>
using namespace std;
#define ll long long
ll T[10000007];
ll P[10000007];
ll ans[10000007];
ll n, m, k;
bool cmp(ll a, ll b){return a > b;}
ll check(ll ti)
{
ll ...
原创
2018-08-29 20:42:06 ·
259 阅读 ·
0 评论