Powered by Blogger.

Wednesday, March 6, 2013

acm 10071 high school physics


#include<stdio.h>
int main()
{
    int v,t;
    while(scanf("%d%d",&v,&t)!=EOF)
    {
    printf("%d\n",2*v*t);
    }
    return 0;
}

0 comments:

Post a Comment