#请在这里编写代码 n = int(input("糖果总数为:")) yours = n//4 print(f"老师共买了{n}颗糖果,你最少可以分到{yours}颗")