P1083 [NOIP2012 提高组] 借教室 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) 思路:二分前缀和
我们将和质检员那题差不多,只需要将候选人二分即可
#include<bits/stdc.h>
using namespace std;
#define int long long
int n,m;
int r[100000…
cf好了 让我们开始
T1 Two Regular Polygons
判断能不能构造出题中要求的正多边形
关键是n%m0 Two Regular Polygons
#include<bits/stdc.h>
using namespace std;
int t;
int n,m;
int main()
{cin>>t;for(int i1;i<t;i){cin>>n>>m;if(n%m0)co…