79622188

Date: 2025-05-14 19:59:21
Score: 1
Natty:
Report link

The loop for (; arg1 != arg2; ++arg1) will never end if the initial values are 1 and 1. You start it with ++arg1 this means that the first iteration will begin from incrementing arg1 and compare 2!=1 then 3!=1 etc.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sergey Soltanov