Search Here

Tuesday, May 5, 2015

UVa - 10071 ( Back to High School Physics Solution)

Tip : Try Yourself First . For Help Scroll Down .


Code :


#include<stdio.h>
int main()
{
    int v,t,d;;
    while(scanf("%d%d",&v,&t)!=EOF)
    {

        {
            d=v*(2*t);
            printf("%d\n",d);
        }

    }

    return 0;
}


=> Questions ?? Leave A Comment .

No comments:

Post a Comment