프로그래밍_일반/백준
boj 18301
Spadework
2020. 2. 4. 12:59
* Solved 기준 브론즈5 단순 풀이
n1,n2,n12 = map(int, input().split())
print((n1+1)*(n2+1)//(n12+1)-1)