{"ScriptPreparationCode":"const FULL = 2_097_152;\r\nconst bound = 12818;","TestCases":[{"Name":"modulo","Code":"return FULL - (FULL % bound);","IsDeferred":false},{"Name":"division, unsigned right shift","Code":"return bound * (FULL / bound \u003E\u003E\u003E 0);","IsDeferred":false}]}