problem no 1071

Problems from Bangladesh regional contest

Moderator: Board moderators

problem no 1071

Postby yasin_air » Sat Nov 13, 2010 8:50 am

Hi i am new in online judge. so that i cant able to understand the process . i am trying to solve and submit problem no 10071.volume C or III,problem 10071. address http://uva.onlinejudge.org/index.php?op ... ategory=12.

my code is
#include<stdio.h>
#include<stdlib.h>
main()
{

int v,t;
scanf("%d %d",&v,&t);
long int s;
s=abs(v*t*2);
printf("%ld",s);
return 0;
}
i also try it with several other ways.please help me as soon as possible.
yasin_air
New poster
 
Posts: 1
Joined: Sat Nov 13, 2010 8:42 am

Return to Site 9 - Bangladesh

Who is online

Users browsing this forum: tryi2t4w9e and 1 guest

cron