Problem1207--长方形的面积

1207: 长方形的面积

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

从键盘上读入长方形的边长a,b,并判断是否能构成长方形,若能则计算它的面积和周长,并输出结果。不能则输出"error"

Input

共一行,即a,b两个数。


Output

它的面积和周长。


Sample Input Copy

2.5 3.5

Sample Output Copy

8.75
12.00