Run ID:141400

提交时间:2025-12-22 21:22:01

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