BlueBook
Write a program that reads a real value
Input Specification
The first line of input will be the number of test cases,
Output Specification
All answers should be to 2 decimal places.
Sample Input
Copy
3
2.0 4
4.0 2
3.0 3
Sample Output
Copy
16.00
16.00
27.00
Comments