Question Name:Discover the MonkSolution : #include < bits / stdc ++. h > using namespace std ; #define ll long long int int main () … In cpp
Question Name: King’s Race - SRM DSA ELABSolution: #include < bits / stdc ++. h > using namespace std ; int main (){ int t , a , b , x ; cin &… In cpp
Question Name:Rectangular Land - SRM DSA ELABSolution : #include <algorithm> #include <bitset> #include <cassert> #include <climits> #… In cpp
Question Name:ROY & FLOWER FARM - SRM ELAB DSA#include < bits / stdc ++. h > #define int long long #define fi first #define se second #define pb push_b… In cpp