{"ScriptPreparationCode":"var random = Math.floor(Math.random() * 20);\r\n","TestCases":[{"Name":"Tenary","Code":"const status_ =\r\n random === 0 ? -Math.PI:\r\n random === 1 ? Math.EPSILON:\r\n random === 2 ? 1:\r\n random === 3 ? 1:\r\n random === 4 ? 1:\r\n random === 5 ? 1:\r\n random === 6 ? 1:\r\n random === 7 ? 1:\r\n random === 8 ? 1:\r\n random === 9 ? 1:\r\n random === 18 ? 5:\r\n random === 19 ? 28:\r\n random === 20 ? 0:\r\n -1;","IsDeferred":false},{"Name":"Dictionary","Code":"const test = {\r\n 0: -Math.PI,\r\n 1: Math.EPSILON,\r\n 2: 1,\r\n 3: 1,\r\n 4: 1,\r\n 5: 1,\r\n 6: 1,\r\n 7: 1,\r\n 8: 1,\r\n 9: 1,\r\n 18: 5,\r\n 19: 28,\r\n 20: 0,\r\n};\r\n\r\nstatus_ = test[random] || -1;","IsDeferred":false}]}