Run ID:141378
提交时间:2025-12-22 19:34:45
a,b,c=input().split() a,b,c=int(a),int(b),int(c) print(a-(b//c))