#include <stdio.h> int main() {int b,h,area;scanf("%d %d",&b,&h);area=(b*h)/2;printf("%d",area); return 0;}
6 5
15
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!