Codeforces Round #412 (rated, Div. 2, base on VK Cup 2017 Round 3), problem: (E) Prairie Partition Solution In C/C++

#include<bits/stdc++.h>
using namespace std;
int n;
long long a[100005];
int check(int x){
int i,j,res,ress,t,sum;
long long A,AA;
i=0;ress=0;
for(j=0;j<60;j++){
A=(1LL<<j);
res=0;
for(;i<n;i++){
if(a[i]==A){
res++;
}
else if(a[i]<A){
ress++;
}
else break;
}
if(ress>x) return 0;
if(x>res){
ress-=(x-res);
if(ress<0) ress=0;
x=res;
}
if(res>x) ress+=(res-x);
}
return 1;
}
int main(void){
int i,j,L,R,M,ans;
scanf(“%d”,&n);
L=0;R=0;
for(i=0;i<n;i++){
scanf(“%lld”,&a[i]);
if(a[i]==1) R++;
}
sort(a,a+n);
ans=R;
while(L<R){
M=(L+R)/2;
if(check(M)) R=M;
else L=M+1;
}
if(L==0||check(L)==0){
printf(“-1\n”);
return 0;
}
for(i=L;i<=ans;i++){
printf(“%d “,i);
}
printf(“\n”);
}

Everything You Need to...

📢 As an Amazon Associate, I earn from qualifying...

China’s largest memory chipmaker...

China's semiconductor ambitions are facing a fresh financial dilemma...

The Real Truth About...

📢 As an Amazon Associate, I earn from qualifying...

Is Desk Productivity Tools...

📢 As an Amazon Associate, I earn from qualifying...

The Outer Worlds 2...

Gamers and RPG enthusiasts have reason to celebrate as...

Why Travel Organization Gear...

📢 As an Amazon Associate, I earn from qualifying...

Everything You Need to Know About Portable Cooling Gear Right Now

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Portable Cooling Gear?The Portable Cooling Gear...

China’s largest memory chipmaker sparks fears of a cash drain before blockbuster IPO

China's semiconductor ambitions are facing a fresh financial dilemma as ChangXin Memory Technologies (CXMT), the nation's premier DRAM chipmaker, prepares for a highly anticipated...

The Real Truth About Bedroom Aesthetic Decor Before You Buy

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Bedroom Aesthetic Decor?The Bedroom Aesthetic Decor...

Is Desk Productivity Tools Worth Your Money Here Is Our Full Review

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Desk Productivity Tools?The Desk Productivity Tools...

The Outer Worlds 2 v1.2.0.1-TENOKE

Gamers and RPG enthusiasts have reason to celebrate as Obsidian Entertainment's acclaimed franchise returns with new developments. The highly anticipated sequel to the award-winning...

Why Travel Organization Gear Is Currently Breaking the Internet

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Travel Organization Gear?The Travel Organization Gear...

Why Everyone Is Talking About the Car Detailing Essentials

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Car Detailing Essentials?The Car Detailing Essentials...

Why Everyone Is Talking About the Smart Home Hacks

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Smart Home Hacks?The Smart Home Hacks...

Why Everyone Is Talking About the Viral Kitchen Gadgets

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Viral Kitchen Gadgets?The Viral Kitchen Gadgets...