79085244

Date: 2024-10-14 08:07:35
Score: 1.5
Natty:
Report link

Modify the second level for loop to

     for (int j = 0; j < count; j++) {
        result.append(ch);
     }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: null