79717837

Date: 2025-07-28 20:14:44
Score: 1
Natty:
Report link
for (int i = 0; i <= 8; ++i) {
    System.out.println(Math.min(i, 8 - i));
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Konstantin Makarov