79837587

Date: 2025-12-04 06:29:34
Score: 1.5
Natty:
Report link

#include <studio.h>

Int main( )

{

 int x=0;
int  y=0;
while  (x<15) {
     y++,x+=++y;
     printf ("%i %i\n",x,y);
     }
return 0;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arman Ahmed