Loading...
Rectangle Area
Time: 1 s
Memory: 125 MB
Given the height and width of a Rectangle.Find Area of the Rectangle
Input
The input file contains two integers (height and weight)
Constraint
\(1 \leq height,weight \leq 10000 \)
Output
Print the area
Examples
Input
Output
3 4
12
Input
Output
4.5433 5.55555
25.24053
Problem Info
Problem ID 3
Time Limit 1000 ms
Memory Limit 128000 KB
Moderators rajon68 , AmirHamza
Statistics
Submit
You need to Login or Registration for submit your solution