Wednesday, April 13, 2016

UVA Problem 100: Back to High school physics-Solution

Unknown
#include <stdio.h>

int main()
{
    int v, t;
    while (scanf("%d%d",&v,&t)==2)
        printf("%d\n",(2*v*t));
    return 0;
}

Unknown

Studying at Shahjalal University of Science and Technology, Sylhet.

0 comments:

Post a Comment

Coprights @ 2016,