← Back to List
18301번: Rats ↗
Solutions
Python 3
62 B | 62 chars
a,b,c=map(int,input().split()) print(int((a+1)*(b+1)/(c+1)-1))