{"ScriptPreparationCode":"const string3 = \u00273\u0027;\r\nconst number3 = 3;\r\nconst add = (a,b) =\u003E {\r\n return a\u002Bb;\r\n}","TestCases":[{"Name":"\u591A\u6001","Code":"for (let i=0; i \u003C 1e5; i\u002B\u002B) {\r\n const a = Math.random();\r\n const b= Math.random();\r\n\r\n const d = Math.random();\r\n\r\n add(a,b);\r\n add(string3,d);\r\n}","IsDeferred":false},{"Name":"\u56FA\u5B9A","Code":"for (let i=0; i \u003C 1e5; i\u002B\u002B) {\r\n const a = Math.random();\r\n const b= Math.random();\r\n const d = Math.random();\r\n\r\n add(a,b);\r\n add(number3,d);\r\n}","IsDeferred":false}]}