python-algorithm

[백준] 18301

무적김두칠 2021. 3. 3. 11:50

1
2
a,b,c=map(int, input().split())
print( (a+1)*(b+1)//(c+1)-1  )
cs
반응형