79712830

Date: 2025-07-24 05:33:25
Score: 2.5
Natty:
Report link
  1. We use i * i <= n because it is both correct and optimal.

  2. Using i <= n works but is inefficient and unnecessary.

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