Category: Problem Solution
Here I tried to write everything in standard C++ #include<iostream> #include<iomanip> using namespace std; int main() {…
This solution didn’t accurately done by me but i tried to understand how to solve it from…
It’s really easy problem..You will enjoy definitely #include<iostream> #include<cstdio> int main() { unsigned int weight,divide; while(scanf(“%u”,&weight)==1){ divide=weight%2;…
Dont forget to use format specifier for unsigned int %u #include<iostream> #include<cstdio> int main() { unsigned int a,b,output;…
By thinking 24 hr++ I have solved this problem.I got guidance from my friend M.H Riyad also..He…
Solution actually simple…You have to think simple here is the cartesian co ordinate link check here then…
Recent Comments