Game of Throwns

From programming_contest
Revision as of 00:06, 2 November 2017 by imported>Kmk21 (Created page with "This problem asks you to simulate a specified game. Just do what it says, modding to deal with wrap around, and push the new value to a stack. Pop for undo. Category:ICPC P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This problem asks you to simulate a specified game. Just do what it says, modding to deal with wrap around, and push the new value to a stack. Pop for undo.