You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like res is not used after the loop or returned from the function so could we rename the outer declaration to initial_res or something similar?
Variable
res
is declared here, and then shadowed within the loop again here.The text was updated successfully, but these errors were encountered: