Category: URI Online Judge
Here I tried to write everything in standard C++ #include<iostream> #include<iomanip> using namespace std; int main() {…
Dont forget to use format specifier for unsigned int %u #include<iostream> #include<cstdio> int main() { unsigned int a,b,output;…
Here is a link http://www.mathsisfun.com/sets/intervals.html Check there about the interval notation section… Interval Notation In “Interval Notation”…
An equation ax2 + bx + c = 0 where a,b and c are any number and…
Hints: Don’t forget to think that A is even so we have to use a%2==0 that’s it…
Solution: Just think simple if we take age input then if we want year then we have…
Recent Comments