Re:10071 Back to High School Physics

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

Re:10071 Back to High School Physics

Postby 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

Re: plz help

Postby 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.
User avatar
sohel
Guru
 
Posts: 862
Joined: Thu Jan 30, 2003 5:50 am
Location: University of Texas at San Antonio

Re:10071 Back to High School Physics

Postby 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

Re:10071 Back to High School Physics

Postby 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: Bing [Bot] and 0 guests