题目链接http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=1012

不解释

#include"stdio.h" 

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

posted on 2013-02-25 07:10  秒速5CM  阅读(109)  评论(0编辑  收藏  举报