LOJ: 1299 - Fantasy Cricket
LOJ: 1299 - Fantasy Cricket IDEA: The idea is explained by commenting out on code below. ///============================================================================/// /// /// /// IT'S ME /// /// BISHAL GAUTAM /// /// CSE,JAHANGIRNAGAR UNIVERSITY,DHAKA /// /// "Follow Excellence..Success will chase U" /// /// /// ///============================================================================/// #include<bits/stdc++.h> #define PI acos(-1.0) #define X first #define Y second #define mpp make_pair #define nl printf("\n") #define SZ(x) (int)(x.size()) #define pb(x) push_back(x) #define pii pair<int,int>...