You are viewing a single comment's thread. Return to all comments →
The trick is to check for any number N, what the values for N % 3 and -N % 3 are. Then, think about what it means for the last round.
N % 3
-N % 3
Seems like cookies are disabled on this browser, please enable them to open this website
Kitty and Katty
You are viewing a single comment's thread. Return to all comments →
The trick is to check for any number N, what the values for
N % 3
and-N % 3
are. Then, think about what it means for the last round.