| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. 
 
 The area of a circleQuestion:
Find the area of the circle with radius taken as an input from keyboard. The input can be a float number also the result should be a float number.
 Input specification:  
One input : radius of the circle.
 Output specification: 
Show the area of the circle.
 Tips: 
	Π is 3.14, Area = 	Πr2
 
  
| Sample Input | Sample Output |  | 
315
 
 | 
28.26 706.5
 
 |  
 Для отправки решений необходимо выполнить вход.
 
 
 |