79263667

Date: 2024-12-09 01:52:36
Score: 2.5
Natty:
Report link

I think there are two problems with your code, first, your function is defined inside the while loop, so you can't get the function outside the body of the loop, and second, your loop does not change the loop, there should be a +1 operation in the loop, otherwise it is a dead loopenter image description here

I don't know what you want to do with this code, maybe you can change your function, think about why the function definition is in the loop, and then optimize your code

enter image description here

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: a human