{"ScriptPreparationCode":"const n = Math.random() * 1000;","TestCases":[{"Name":"Math","Code":"return Math.max(250, Math.min(750, this.n));","IsDeferred":false},{"Name":"Ternary","Code":"return this.n \u003C 250 ? 250 : this.n \u003E 750 ? 750 : this.n;","IsDeferred":false}]}