Advertisement
Jorell_Ramos_Sinaga

Untitled

Dec 19th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. n=int(input())
  2. for i in range(n):
  3. a,b,c=list(map(float,input().split()))
  4. total=(a*2+b*3+c*5)/10
  5. print("%0.1f"%total)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement