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