aiNayan

10071

Dec 27th, 2020 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int v,t,s;
  5. while(scanf("%d %d",&v,&t)==2)
  6. {
  7. s=2*v*t;
  8. printf("%d\n",s);
  9. }
  10. return 0;
  11. }
Add Comment
Please, Sign In to add comment