Run ID:88650
提交时间:2024-08-19 16:56:03
n,x,y=input().split() n,x,y=int(n),int(x),int(y) b=n*x//y c=n-b print(c)