Run ID:141068

提交时间:2025-12-21 09:43:00

def f(n): if n>=100: return print(n) n+=1 f(n) f(0)