都没有AC😭😭😭 一直没有系统的学习python,一些东西用的不好😭😭😭 写得好烂,只想记录和跟大家讨论一下。 1. 送外卖 n, t = map(int, input().split()) tmp = list(map(int, input().split())) tmp.sort() # 用一个变量记录当前时间,一个记录使用魔法次数 current_t, count = 0, 0 for i in range(n): if current_t + t > tmp[i]: count += 1 else: ...