Saturday, January 5, 2019

URI 1073:: SOLUTION

URI Online Judge | 1073

Even Square

Read an integer N. Print the square of each one of the even values from 1 to including if it is the case.

Input

The input contains an integer (5 < < 2000).

Output

Print the square of each one of the even values from 1 to N, as the given example.
Be carefull! Some language automaticly print 1e+006 instead 1000000. Please configure your program to print the correct format setting the output precision.
Input SampleOutput Sample
62^2 = 4
4^2 = 16
6^2 = 36



[WAIT]
     First of all, think yourself that you have tried enough for the problem. If you did not please read the program once. REMEMBER one think, just believe in yourself.....YOU CAN.....YOU KNOW....


See the ANSWER here...

No comments:

Post a Comment