You are viewing a single comment's thread. Return to all comments →
def saveThePrisoner(n, m, s):
l = m + s -1 l = l % n if l == 0: l = n return l
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 →
Python 3
def saveThePrisoner(n, m, s):