Run ID:89460

提交时间:2024-08-24 20:45:13

n,x,y = map(int,input().split()) print(int((n-y/x)//1))