a = float(input())P = float(input()) b = P / 2 - aprint(a * b)
5 20
25.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!