← Back to List

10179번: 쿠폰 ↗

Solutions

Python 3
77 B | 77 chars
for _ in range(int(input())):
    a=float(input())
    print("$%.2f"%(a*4/5))