Run ID:141066

提交时间:2025-12-21 09:41:58

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