Processing math: 100%
Rounded division - MarisaOJ: Marisa Online Judge

Rounded division

Time limit: 1000 ms
Memory limit: 256 MB
You are given two real numbers a,b. Print ab rounded to two decimal places. ### Input - Two real numbers a,b. ### Output - ab rounded to two decimal places. ### Constraints - (1≤a,b≤1000). ### Example Input: 7.32.4 Output: 3.04