You are viewing a single comment's thread. Return to all comments →
int result = (s + m -1) % n; if(result == 0){ return n; }else{ return result; } }
Seems like cookies are disabled on this browser, please enable them to open this website
Save the Prisoner!
You are viewing a single comment's thread. Return to all comments →
int result = (s + m -1) % n; if(result == 0){ return n; }else{ return result; } }