Commit 3a7c6ca7 by BellCodeEditor

auto save

parent 399a96fa
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ def f(n):
if n == 1:
return 1
return n+f(n-1)
num=f(9**9**9)
num=f(999999999999999999999999999999999999999999999999)
print(num)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment