Advertisement
TaniaTanni

Untitled

Oct 23rd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. #include <stdio.h>
  2. void 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