79797380

Date: 2025-10-23 04:02:06
Score: 1.5
Natty:
Report link
for ( init(); check();  doOut()) 
{
 doIn(); 
}

means

init();
for (;;) 
{
  if (!check()) break;
  doIn(); 
  doOut();
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lin