winning-cb-scholarship-hint

Topic Replies Activity
Why binary search is used to solve this ques 7 January 20, 2020
Winning CB Scholarship Hint 6 December 27, 2019
Winning cb scholarship 6 December 13, 2019
#include<bits/stdc++.h> using namespace std; #define ll long long int int main() { ll n,m,x,y; ll t; cin>>n>>m>>x>>y; t=m+y; ll s; if((t/x)>n) cout<<n; else cout<<t/x; return 0; } 2 November 12, 2019
Winning CB scholarship hint 2 June 29, 2019