79205089

Date: 2024-11-19 21:26:31
Score: 2
Natty:
Report link

Ensure the inner loop increments correctly with j++. Keep the condition j <= i in the inner loop. Avoid accidental modifications to loop control variables (i or j) inside the loops.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Renad