Hacker News new | ask | show | jobs
by harshalizee 1112 days ago
That's what my solution after the parsing would be.

OP mentioned reading from a file, which you would only be able to use after string conversion to ints.

1 comments

Maybe they didin't calculated the digits, like this:

if toInt(number) % 10 != 0

  print number  
else

  print number + "(" + number[0] + "," + number[1] + ")"