← Back to List

28444번: HI-ARC=? ↗

Solutions

Python 3
51 B | 51 chars
h,i,a,r,c=map(int,input().split())
print(h*i-a*r*c)