Home
blogspot
SEO
Facebook
Windows 7
Windows 8
Scholarship news
Other
Privacy policy
Learn Teach Share
4.2.15
Uva 10071 - Back to High School Physics (Solution)
Input 2 integer and multiply them with 2.
#include<stdio.h>
int main()
{
int v,t;
while(scanf("%d%d",&v,&t)!=EOF)
printf("%d\n",2*(v*t));
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
No comments:
Post a Comment