Run ID:88641
提交时间:2024-08-19 16:38:28
n = int(input()) x = int(input()) y = int(input()) s = n-x*y if s > 0: pirnt(s) else: print(0)