Forgot password? New user? Sign up
Existing user? Log in
The output of hilarious can be approximated as na\sqrt{ na }na, where nnn is a positive integer. What is aaa?
hilarious
1 2 3 4 5 6 7 8 9
def hilarious(n): j = 1 i = 0 s = 0 while i < n: i += j s += 1 j += 1 return s
Problem Loading...
Note Loading...
Set Loading...