79449643

Date: 2025-02-18 21:25:39
Score: 1
Natty:
Report link

Look into Integer.compare(a, b). It is something like this:

int sign = (a < b ? 1 : (a > b ? -1 : 0));

and choose a = 0 and b = col.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Attila Hejja