{"ScriptPreparationCode":"let lowerBound = -Number.MAX_VALUE;\r\nfunction max() {\r\n let maximum = lowerBound;\r\n let i = arguments.length;\r\n while (i--) {\r\n arguments[i] \u003E maximum \u0026\u0026 (maximum = arguments[i])\r\n }\r\n return maximum;\r\n};","TestCases":[{"Name":"Math.max","Code":"return Math.max(1,21,53,12,58,65,32,12,445,9382,132,12398,1239812, 21938721, 981, 91283, 1, 1, 1, 1, 1, 102183129312)","IsDeferred":false},{"Name":"Custom","Code":"return max(1,21,53,12,58,65,32,12,445,9382,132,12398,1239812, 21938721, 981, 91283, 1, 1, 1, 1, 1, 102183129312)","IsDeferred":false}]}