#include<stdio.h>
#include<conio.h>
void mian()
{
clrscr();
int v,t,a;
float res;
printf("Enter the values of a, t and v ::");
scanf("%d%d%d",&a.&t,&v)
res=(v*t)+(0.5*a*t*t);
printf("The result is %f",res);
getch();
}