Advertisement
karolinagergert

Untitled

Jul 10th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. N=int(input())
  3. m=int(input())
  4. m=m*60
  5. k=0
  6. i=0
  7. while i<N:
  8. i+=1
  9. k=10*i
  10. print((m+k)/2 * N)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement