PersonalCorpus 版 (精华区)
1228530 Big Guava ... 10071 Accepted
0:00.100 392 2002/11/11 04:24:34.520
void main()
{
#ifndef ONLINE_JUDGE
freopen("k:\\uva\\i10071","r",stdin);
freopen("k:\\uva\\o10071","w",stdout);
#endif
int i,j,k,t;
while (scanf("%d%d\n",&k,&t)==2) {
printf("%d\n",2*k*t);
}
}
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.070毫秒