Run ID:141401

提交时间:2025-12-22 21:23:25

def a(x=0): if x > 100: return print(x) a(x + 1) a()