a=int(input())b=int(input())c=int(input())avg=a+b+cprint("0:.2f".format(avg))
1 2 3
0:.2f
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!