All about problems in Volume C. If there is a thread about your problem, please use it. If not, create one with its number in the subject.
Moderator: Board moderators
by rahat khan » Fri May 27, 2011 6:13 am
#include<stdio.h>
int main()
{
int s,v,t;
scanf("%d %d",&v,&t);
s=v*t*2;
printf("%d\n",s);
return 0;
}
Last edited by
rahat khan on Fri May 27, 2011 10:59 am, edited 1 time in total.
-
rahat khan
- New poster
-
- Posts: 10
- Joined: Mon May 23, 2011 1:12 pm
by sohel » Fri May 27, 2011 6:37 am
- Please mention your problem name and ID.
- Search the board first to find existing discussions of your problem. Do not create a new thread if one exists already. Make your post on an existing thread.
-

sohel
- Guru
-
- Posts: 865
- Joined: Thu Jan 30, 2003 5:50 am
- Location: University of Texas at San Antonio
-
by rahat khan » Fri May 27, 2011 6:41 am
#include<stdio.h>
int main()
{
int s,v,t;
scanf("%d %d",&v,&t);
s=v*t*2;
printf("%d\n",s);
return 0;
}
-
rahat khan
- New poster
-
- Posts: 10
- Joined: Mon May 23, 2011 1:12 pm
by rahat khan » Fri May 27, 2011 10:57 am
#include<stdio.h>
int main()
{
int s,v,t;
scanf("%d %d",&v,&t);
s=v*t;
s=s*2;
printf("%d\n",s);
return 0;
}
-
rahat khan
- New poster
-
- Posts: 10
- Joined: Mon May 23, 2011 1:12 pm
Return to Volume C
Who is online
Users browsing this forum: No registered users and 0 guests