Advertisement
mahamudulcsedu

distance2835

Sep 22nd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     int v,t,s;
  5.     scanf("%d%d",&v,&t);
  6.     s=v*t*2;
  7.     printf("%d",s);
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement