Run ID:141697
提交时间:2025-12-28 14:37:56
#y里面有多少个完整的x #y//x n,x,y=map(int,input().split()) if n>=(y//x): t=n-(y//x) else: t=0 print(t)