Codeforces Bear and Big Brother Solution
Amanur Rahman
March 19, 2017
#include<bits/stdc++.h> using namespace std; int main() { int a,b,cnt=0; cin >> a >> b; while(b>=a) ...
We share codes. We love code. We respect programming
