Y
Hacker News
new
|
ask
|
show
|
jobs
pyrale
3 hours ago
[
-
]
> (x-1) * 10 + (y-1) + 1
Is that not equivalent to:
> (x-1) * 10 + y
or:
> x * 10 + y - 10
Please enable JavaScript to continue using this application.