Run ID:86846

提交时间:2024-07-28 16:07:41

m=int(input()) res=1 n=1 while res<=m: res*=n n+=1 print(n-1)