Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Question by Ibrahim Mesecan.
Numbers and Squares
You are given two integers (a and b). Show the numbers
from a to b with their squares.
Input specification
You will be given two integers (a and b) where
1 ≤ (a and b) ≤ 10000.
Output specification
Show space separated two numbers per line:
the number and its square
Sample Input
3 5
|
Sample Output
3 9
4 16
5 25
|
Для отправки решений необходимо выполнить вход.
|