eolymp
bolt
Try our new interface for solving problems
Problems

Use sub-program

Use sub-program

Time limit 0.5 seconds
Memory limit 64 MiB

Calculate the sum and product N pairs which set material numbers, having taken advantage of subroutine SumDob for calculation of the sum and product of two material numbers.

Input data

In the first line set the natural number N - quantity of pairs numbers. In the subsequent N lines through a blank it set on 2 material numbers. All input on the module does not exceed 100.

Output data

In N lines deduce through a blank on two numbers: at first the sum, and then product of the next pair numbers. Result deduces with accuracy 4 signs after a decimal point.

Examples

Input example #1
2
6 7.5
2.1 2.0
Output example #1
13.5000 45.0000
4.1000 4.2000
Source SFE-2010 Variant 13