Source Code
n,x,y = map(int,input().split())
t1 = x*y
probs = x+y
print((n*t1)//probs)
Copy
Hurry up tamahom
Python 3
20 ms
3.9 MB
Wrong Answer