# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1170425 | samia | Bouquet (EGOI24_bouquet) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin>>n;
int ans=n;
int x,y;
while(n--){
cin>>x>>y;
}
ans/=(x+1);
cout<<max(1,ans)ans<<endl;
}