2032 lines
No EOL
49 KiB
JSON
2032 lines
No EOL
49 KiB
JSON
{
|
|
"": {
|
|
"exit": 1,
|
|
"ftime": 1755570465.533511,
|
|
"output": "syntax error!\n\n\u2191\n\u2514 unexpected EOF token\n"
|
|
},
|
|
" ": {
|
|
"exit": 1,
|
|
"ftime": 1755570467.656182,
|
|
"output": "syntax error!\n \n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"!": {
|
|
"exit": 1,
|
|
"ftime": 1755472276.9564838,
|
|
"output": "syntax error!\n!\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"! ? ! : !": {
|
|
"exit": 1,
|
|
"ftime": 1755472574.5932646,
|
|
"output": "syntax error!\n! ? ! : !\n \u2191\n \u2514 unexpected question mark token\n"
|
|
},
|
|
"!!": {
|
|
"exit": 1,
|
|
"ftime": 1755570443.7262852,
|
|
"output": "syntax error!\n!!\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"!0": {
|
|
"exit": 0,
|
|
"ftime": 1755562257.4041865,
|
|
"output": "1 \n"
|
|
},
|
|
"!1": {
|
|
"exit": 0,
|
|
"ftime": 1755562251.9156868,
|
|
"output": "0\n"
|
|
},
|
|
"!7": {
|
|
"exit": 0,
|
|
"ftime": 1755570438.7811491,
|
|
"output": "0\n"
|
|
},
|
|
"!=": {
|
|
"exit": 1,
|
|
"ftime": 1755570441.2534919,
|
|
"output": "syntax error!\n!=\n\u2191\n\u2514 unexpected not-equal-to token\n"
|
|
},
|
|
"!@": {
|
|
"exit": 1,
|
|
"ftime": 1755561357.1989076,
|
|
"output": "syntax error!\n!@\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
"!x": {
|
|
"exit": 0,
|
|
"ftime": 1755570436.2528877,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"!~1": {
|
|
"exit": 1,
|
|
"ftime": 1755568117.2562263,
|
|
"output": "syntax error!\n!~1\n \u2191\n \u2514 unknown token '~'\n"
|
|
},
|
|
"%": {
|
|
"exit": 1,
|
|
"ftime": 1755472489.1916378,
|
|
"output": "syntax error!\n%\n\u2191\n\u2514 unexpected percent token\n"
|
|
},
|
|
"& $ !": {
|
|
"exit": 1,
|
|
"ftime": 1755568483.730846,
|
|
"output": "syntax error!\n& $ !\n\u2191\n\u2514 unknown token '& '\n"
|
|
},
|
|
"&&": {
|
|
"exit": 1,
|
|
"ftime": 1755570408.109909,
|
|
"output": "syntax error!\n&&\n\u2191\n\u2514 unexpected logical-and token\n"
|
|
},
|
|
"&1": {
|
|
"exit": 1,
|
|
"ftime": 1755570411.3819938,
|
|
"output": "syntax error!\n&1\n\u2191\n\u2514 unknown token '&1'\n"
|
|
},
|
|
"(": {
|
|
"exit": 1,
|
|
"ftime": 1755472637.094835,
|
|
"output": "syntax error!\n(\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"((x": {
|
|
"exit": 1,
|
|
"ftime": 1755570418.7118096,
|
|
"output": "syntax error!\n((x\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"((x = 1, 0) && (x = 2, 1)), x": {
|
|
"exit": 0,
|
|
"ftime": 1755570393.3025537,
|
|
"output": "1 \n"
|
|
},
|
|
"((x = 1, 0) || (x = 2, 1)), x": {
|
|
"exit": 0,
|
|
"ftime": 1755570398.453907,
|
|
"output": "2 \n"
|
|
},
|
|
"((x = 1, 1) && (x = 2, 1)), x": {
|
|
"exit": 0,
|
|
"ftime": 1755570405.6788423,
|
|
"output": "2 \n"
|
|
},
|
|
"((x = 1, 1) || (x = 2, 1)), x": {
|
|
"exit": 0,
|
|
"ftime": 1755570377.9668455,
|
|
"output": "1 \n"
|
|
},
|
|
"()": {
|
|
"exit": 1,
|
|
"ftime": 1755570380.4453027,
|
|
"output": "syntax error!\n()\n \u2191\n \u2514 unexpected close parentheses token\n"
|
|
},
|
|
"()+": {
|
|
"exit": 1,
|
|
"ftime": 1755570382.8541567,
|
|
"output": "syntax error!\n()+\n \u2191\n \u2514 unexpected close parentheses token\n"
|
|
},
|
|
"(1": {
|
|
"exit": 1,
|
|
"ftime": 1755570385.7815366,
|
|
"output": "syntax error!\n(1\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"(1 + 2) * 3": {
|
|
"exit": 0,
|
|
"ftime": 1755570334.5242145,
|
|
"output": "9 \n"
|
|
},
|
|
"(1 @": {
|
|
"exit": 1,
|
|
"ftime": 1755570366.9972131,
|
|
"output": "syntax error!\n(1 @\n \u2191\n \u2514 unexpected unknown token '@'\n"
|
|
},
|
|
"(1)": {
|
|
"exit": 0,
|
|
"ftime": 1755570370.141912,
|
|
"output": "1 \n"
|
|
},
|
|
"(:": {
|
|
"exit": 1,
|
|
"ftime": 1755472628.7429862,
|
|
"output": "syntax error!\n(:\n \u2191\n \u2514 unexpected colon token\n"
|
|
},
|
|
"(x": {
|
|
"exit": 1,
|
|
"ftime": 1755570372.74205,
|
|
"output": "syntax error!\n(x\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
")": {
|
|
"exit": 1,
|
|
"ftime": 1755472580.6547318,
|
|
"output": "syntax error!\n)\n\u2191\n\u2514 unexpected close parentheses token\n"
|
|
},
|
|
"*": {
|
|
"exit": 1,
|
|
"ftime": 1755472397.2866447,
|
|
"output": "syntax error!\n*\n\u2191\n\u2514 unexpected asterisk token\n"
|
|
},
|
|
"**": {
|
|
"exit": 1,
|
|
"ftime": 1755483885.957823,
|
|
"output": "syntax error!\n**\n\u2191\n\u2514 unexpected double-asterisk token\n"
|
|
},
|
|
"+": {
|
|
"exit": 1,
|
|
"ftime": 1755472494.519292,
|
|
"output": "syntax error!\n+\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"+(": {
|
|
"exit": 1,
|
|
"ftime": 1755570324.7007818,
|
|
"output": "syntax error!\n+(\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"+()": {
|
|
"exit": 1,
|
|
"ftime": 1755570327.1491728,
|
|
"output": "syntax error!\n+()\n \u2191\n \u2514 unexpected close parentheses token\n"
|
|
},
|
|
"+(+1)": {
|
|
"exit": 0,
|
|
"ftime": 1755562135.8728306,
|
|
"output": "1 \n"
|
|
},
|
|
"+(-(-1))": {
|
|
"exit": 0,
|
|
"ftime": 1755562133.0358293,
|
|
"output": "1 \n"
|
|
},
|
|
"+(-1)": {
|
|
"exit": 0,
|
|
"ftime": 1755562128.2221787,
|
|
"output": "-1 \n"
|
|
},
|
|
"+0": {
|
|
"exit": 0,
|
|
"ftime": 1755562120.6025288,
|
|
"output": "0\n"
|
|
},
|
|
"+1": {
|
|
"exit": 0,
|
|
"ftime": 1755562142.4908085,
|
|
"output": "1 \n"
|
|
},
|
|
"+@": {
|
|
"exit": 1,
|
|
"ftime": 1755472170.3884883,
|
|
"output": "syntax error!\n+@\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
"+x": {
|
|
"exit": 0,
|
|
"ftime": 1755570330.5251958,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
",": {
|
|
"exit": 1,
|
|
"ftime": 1755570321.8302011,
|
|
"output": "syntax error!\n,\n\u2191\n\u2514 unexpected comma token\n"
|
|
},
|
|
"-": {
|
|
"exit": 1,
|
|
"ftime": 1755472282.3418233,
|
|
"output": "syntax error!\n-\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"-0": {
|
|
"exit": 0,
|
|
"ftime": 1755562075.2591796,
|
|
"output": "0\n"
|
|
},
|
|
"-1": {
|
|
"exit": 0,
|
|
"ftime": 1755562140.2048728,
|
|
"output": "-1 \n"
|
|
},
|
|
"-1 // 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478727.684199,
|
|
"output": "0\n"
|
|
},
|
|
"-2 ** -3": {
|
|
"exit": 0,
|
|
"ftime": 1755486379.725868,
|
|
"output": "error: negative exponents not supported\n"
|
|
},
|
|
"-2 ** 3": {
|
|
"exit": 0,
|
|
"ftime": 1755486375.940761,
|
|
"output": "-8 \n"
|
|
},
|
|
"-2 ** 7": {
|
|
"exit": 0,
|
|
"ftime": 1755486372.2766812,
|
|
"output": "-128 \n"
|
|
},
|
|
"-2 ** 8": {
|
|
"exit": 0,
|
|
"ftime": 1755486368.9484634,
|
|
"output": "256 \n"
|
|
},
|
|
"-3": {
|
|
"exit": 0,
|
|
"ftime": 1755478660.0032132,
|
|
"output": "-3 \n"
|
|
},
|
|
"-3 // 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478677.9157176,
|
|
"output": "-1 \n"
|
|
},
|
|
"-4.5 % 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478891.1978335,
|
|
"output": "-\u00b9/\u2082\n"
|
|
},
|
|
"-@": {
|
|
"exit": 1,
|
|
"ftime": 1755472149.663119,
|
|
"output": "syntax error!\n-@\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
".": {
|
|
"exit": 1,
|
|
"ftime": 1755570309.6210766,
|
|
"output": "syntax error!\n.\n\u2191\n\u2514 unknown token '.'\n"
|
|
},
|
|
".1": {
|
|
"exit": 0,
|
|
"ftime": 1755570305.8452609,
|
|
"output": "\u00b9/\u2081\u2080\n"
|
|
},
|
|
".5": {
|
|
"exit": 0,
|
|
"ftime": 1755570240.7566268,
|
|
"output": "\u00b9/\u2082\n"
|
|
},
|
|
"/": {
|
|
"exit": 1,
|
|
"ftime": 1755472294.1493642,
|
|
"output": "syntax error!\n/\n\u2191\n\u2514 unexpected slash token\n"
|
|
},
|
|
"0": {
|
|
"exit": 0,
|
|
"ftime": 1755570317.941767,
|
|
"output": "0\n"
|
|
},
|
|
"0 % 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568889.6442444,
|
|
"output": "remainder divide by zero\n"
|
|
},
|
|
"0 % 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478880.9583962,
|
|
"output": "0\n"
|
|
},
|
|
"0 && 0": {
|
|
"exit": 0,
|
|
"ftime": 1755570173.3261843,
|
|
"output": "0\n"
|
|
},
|
|
"0 && 1": {
|
|
"exit": 0,
|
|
"ftime": 1755570176.5969257,
|
|
"output": "0\n"
|
|
},
|
|
"0 && x": {
|
|
"exit": 0,
|
|
"ftime": 1755570179.2047415,
|
|
"output": "0\n"
|
|
},
|
|
"0 && y": {
|
|
"exit": 0,
|
|
"ftime": 1755567991.3860817,
|
|
"output": "0\n"
|
|
},
|
|
"0 ** 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568743.0922885,
|
|
"output": "1 \n"
|
|
},
|
|
"0 ** 1": {
|
|
"exit": 0,
|
|
"ftime": 1755568740.3265917,
|
|
"output": "0\n"
|
|
},
|
|
"0 / 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568885.1886072,
|
|
"output": "divide by zero\n"
|
|
},
|
|
"0 // 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568887.1004734,
|
|
"output": "integer divide by zero\n"
|
|
},
|
|
"0 ? 0 : 0": {
|
|
"exit": 0,
|
|
"ftime": 1755474998.383444,
|
|
"output": "0\n"
|
|
},
|
|
"0 ? 1 : 2": {
|
|
"exit": 0,
|
|
"ftime": 1755570182.2458131,
|
|
"output": "2 \n"
|
|
},
|
|
"0 ? 1 : z": {
|
|
"exit": 0,
|
|
"ftime": 1755570156.3111558,
|
|
"output": "error: use of undefined variable 'z'!\n"
|
|
},
|
|
"0 ? x : y = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755568479.5800548,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"0 ? y : 2": {
|
|
"exit": 0,
|
|
"ftime": 1755570160.5873857,
|
|
"output": "2 \n"
|
|
},
|
|
"0 ? y : z": {
|
|
"exit": 0,
|
|
"ftime": 1755570163.7235713,
|
|
"output": "error: use of undefined variable 'z'!\n"
|
|
},
|
|
"0 || 0": {
|
|
"exit": 0,
|
|
"ftime": 1755570167.0605476,
|
|
"output": "0\n"
|
|
},
|
|
"0 || 1": {
|
|
"exit": 0,
|
|
"ftime": 1755570126.886756,
|
|
"output": "1 \n"
|
|
},
|
|
"0 || 3": {
|
|
"exit": 0,
|
|
"ftime": 1755567781.0723803,
|
|
"output": "1 \n"
|
|
},
|
|
"0 || x": {
|
|
"exit": 0,
|
|
"ftime": 1755570145.2583308,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"0)": {
|
|
"exit": 1,
|
|
"ftime": 1755570148.4369347,
|
|
"output": "syntax error!\n0)\n \u2191\n \u2514 unexpected close parentheses token\n"
|
|
},
|
|
"0.1": {
|
|
"exit": 0,
|
|
"ftime": 1755483238.3148835,
|
|
"output": "\u00b9/\u2081\u2080\n"
|
|
},
|
|
"0.1234 % 0.01": {
|
|
"exit": 0,
|
|
"ftime": 1755483275.4819613,
|
|
"output": "\u00b9\u2077/\u2085\u2080\u2080\u2080\n"
|
|
},
|
|
"0_": {
|
|
"exit": 0,
|
|
"ftime": 1755570151.5659115,
|
|
"output": "0\n"
|
|
},
|
|
"0_1": {
|
|
"exit": 0,
|
|
"ftime": 1755570112.9896061,
|
|
"output": "1 \n"
|
|
},
|
|
"0_1.2_3": {
|
|
"exit": 0,
|
|
"ftime": 1755570116.854553,
|
|
"output": "1 \u00b2\u00b3/\u2081\u2080\u2080\n"
|
|
},
|
|
"0____": {
|
|
"exit": 0,
|
|
"ftime": 1755570119.451222,
|
|
"output": "0\n"
|
|
},
|
|
"0_b": {
|
|
"exit": 1,
|
|
"ftime": 1755570123.1974983,
|
|
"output": "syntax error!\n0_b\n\u2191\n\u2514 unknown token '0_b'\n"
|
|
},
|
|
"0_x": {
|
|
"exit": 1,
|
|
"ftime": 1755570095.7953963,
|
|
"output": "syntax error!\n0_x\n\u2191\n\u2514 unknown token '0_x'\n"
|
|
},
|
|
"0b0_": {
|
|
"exit": 0,
|
|
"ftime": 1755570101.1145003,
|
|
"output": "0\n"
|
|
},
|
|
"0b0_1.0_1": {
|
|
"exit": 0,
|
|
"ftime": 1755570106.460154,
|
|
"output": "1 \u00b9/\u2084\n"
|
|
},
|
|
"0b10": {
|
|
"exit": 0,
|
|
"ftime": 1755474218.6265395,
|
|
"output": "2 \n"
|
|
},
|
|
"0b101010": {
|
|
"exit": 0,
|
|
"ftime": 1755570111.0521355,
|
|
"output": "42 \n"
|
|
},
|
|
"0b_": {
|
|
"exit": 0,
|
|
"ftime": 1755570073.4428928,
|
|
"output": "0\n"
|
|
},
|
|
"0b_1001_0110": {
|
|
"exit": 0,
|
|
"ftime": 1755570076.0196342,
|
|
"output": "150 \n"
|
|
},
|
|
"0o775": {
|
|
"exit": 1,
|
|
"ftime": 1755570083.9405794,
|
|
"output": "syntax error!\n0o775\n \u2191\n \u2514 unexpected identifier token\n"
|
|
},
|
|
"0x0": {
|
|
"exit": 0,
|
|
"ftime": 1755474212.1525915,
|
|
"output": "0\n"
|
|
},
|
|
"0x0_": {
|
|
"exit": 0,
|
|
"ftime": 1755570086.3799772,
|
|
"output": "0\n"
|
|
},
|
|
"0x1": {
|
|
"exit": 0,
|
|
"ftime": 1755474208.4757392,
|
|
"output": "1 \n"
|
|
},
|
|
"0x2": {
|
|
"exit": 0,
|
|
"ftime": 1755474203.2893522,
|
|
"output": "2 \n"
|
|
},
|
|
"0x3": {
|
|
"exit": 0,
|
|
"ftime": 1755474205.4912224,
|
|
"output": "3 \n"
|
|
},
|
|
"0xA": {
|
|
"exit": 0,
|
|
"ftime": 1755474193.0495868,
|
|
"output": "10 \n"
|
|
},
|
|
"0xB": {
|
|
"exit": 0,
|
|
"ftime": 1755474195.6182008,
|
|
"output": "11 \n"
|
|
},
|
|
"0xC": {
|
|
"exit": 0,
|
|
"ftime": 1755474198.4027262,
|
|
"output": "12 \n"
|
|
},
|
|
"0xDEAD": {
|
|
"exit": 0,
|
|
"ftime": 1755570040.8915925,
|
|
"output": "57005 \n"
|
|
},
|
|
"0xDEAD.BEEF": {
|
|
"exit": 0,
|
|
"ftime": 1755570049.5162158,
|
|
"output": "57005 \u2074\u2078\u2078\u2077\u2079/\u2086\u2085\u2085\u2083\u2086\n"
|
|
},
|
|
"0x_": {
|
|
"exit": 0,
|
|
"ftime": 1755570067.572174,
|
|
"output": "0\n"
|
|
},
|
|
"0x_DEAD_BEEF": {
|
|
"exit": 0,
|
|
"ftime": 1755570070.701697,
|
|
"output": "3735928559 \n"
|
|
},
|
|
"0xa": {
|
|
"exit": 0,
|
|
"ftime": 1755474184.3448875,
|
|
"output": "10 \n"
|
|
},
|
|
"0xb": {
|
|
"exit": 0,
|
|
"ftime": 1755474187.194442,
|
|
"output": "11 \n"
|
|
},
|
|
"0xc": {
|
|
"exit": 0,
|
|
"ftime": 1755474178.0334952,
|
|
"output": "12 \n"
|
|
},
|
|
"1": {
|
|
"exit": 0,
|
|
"ftime": 1755473274.803795,
|
|
"output": "1 \n"
|
|
},
|
|
"1 != 1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755568466.6754937,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 % 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568881.6850033,
|
|
"output": "remainder divide by zero\n"
|
|
},
|
|
"1 % 1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477402.8769383,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 % 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478836.4612925,
|
|
"output": "1 \n"
|
|
},
|
|
"1 % @": {
|
|
"exit": 1,
|
|
"ftime": 1755478945.8297648,
|
|
"output": "syntax error!\n1 % @\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
"1 % x": {
|
|
"exit": 0,
|
|
"ftime": 1755477762.686847,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"1 & 2": {
|
|
"exit": 1,
|
|
"ftime": 1755568393.6757336,
|
|
"output": "syntax error!\n1 & 2\n \u2191\n \u2514 unexpected unknown token '& '\n"
|
|
},
|
|
"1 & y": {
|
|
"exit": 1,
|
|
"ftime": 1755568391.748134,
|
|
"output": "syntax error!\n1 & y\n \u2191\n \u2514 unexpected unknown token '& '\n"
|
|
},
|
|
"1 && 0": {
|
|
"exit": 0,
|
|
"ftime": 1755570035.9631639,
|
|
"output": "0\n"
|
|
},
|
|
"1 && 0 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755568430.875486,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 && 1": {
|
|
"exit": 0,
|
|
"ftime": 1755570038.0861595,
|
|
"output": "1 \n"
|
|
},
|
|
"1 && x": {
|
|
"exit": 0,
|
|
"ftime": 1755569969.1386967,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"1 * 1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477399.907385,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 * @": {
|
|
"exit": 1,
|
|
"ftime": 1755478943.0933278,
|
|
"output": "syntax error!\n1 * @\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
"1 * x": {
|
|
"exit": 0,
|
|
"ftime": 1755477750.310719,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"1 ** 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568735.060389,
|
|
"output": "1 \n"
|
|
},
|
|
"1 ** 1": {
|
|
"exit": 0,
|
|
"ftime": 1755568737.3890376,
|
|
"output": "1 \n"
|
|
},
|
|
"1 + 1 + 1 == 3": {
|
|
"exit": 0,
|
|
"ftime": 1755476845.825342,
|
|
"output": "1 \n"
|
|
},
|
|
"1 + 1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755568431.0960212,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 + 2": {
|
|
"exit": 0,
|
|
"ftime": 1755471799.9383914,
|
|
"output": "3 \n"
|
|
},
|
|
"1 + 3": {
|
|
"exit": 0,
|
|
"ftime": 1755471804.28364,
|
|
"output": "4 \n"
|
|
},
|
|
"1 - 1": {
|
|
"exit": 0,
|
|
"ftime": 1755569976.5786297,
|
|
"output": "0\n"
|
|
},
|
|
"1 - 1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477257.426796,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 - x": {
|
|
"exit": 0,
|
|
"ftime": 1755569957.507827,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"1 / 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568805.1642942,
|
|
"output": "divide by zero\n"
|
|
},
|
|
"1 / 1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477315.4834661,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 / 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569959.8013082,
|
|
"output": "\u00b9/\u2083\n"
|
|
},
|
|
"1 / @": {
|
|
"exit": 1,
|
|
"ftime": 1755478915.4125614,
|
|
"output": "syntax error!\n1 / @\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
"1 / x": {
|
|
"exit": 0,
|
|
"ftime": 1755478911.7502086,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"1 // 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568803.2603655,
|
|
"output": "integer divide by zero\n"
|
|
},
|
|
"1 // 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478677.919678,
|
|
"output": "0\n"
|
|
},
|
|
"1 // y": {
|
|
"exit": 0,
|
|
"ftime": 1755478520.4740233,
|
|
"output": "error: use of undefined variable 'y'!\n"
|
|
},
|
|
"1 2 3": {
|
|
"exit": 1,
|
|
"ftime": 1755569962.4989061,
|
|
"output": "syntax error!\n1 2 3\n \u2191\n \u2514 unexpected literal token\n"
|
|
},
|
|
"1 : 2": {
|
|
"exit": 1,
|
|
"ftime": 1755569964.6912265,
|
|
"output": "syntax error!\n1 : 2\n \u2191\n \u2514 unexpected colon token\n"
|
|
},
|
|
"1 << (1 << 1000)": {
|
|
"exit": 1,
|
|
"ftime": 1755568144.6100826,
|
|
"output": "syntax error!\n1 << (1 << 1000)\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"1 << (1 >> 1000)": {
|
|
"exit": 1,
|
|
"ftime": 1755568146.209755,
|
|
"output": "syntax error!\n1 << (1 >> 1000)\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"1 << 1000": {
|
|
"exit": 1,
|
|
"ftime": 1755568185.8038259,
|
|
"output": "syntax error!\n1 << 1000\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"1 << 2": {
|
|
"exit": 1,
|
|
"ftime": 1755568126.2031245,
|
|
"output": "syntax error!\n1 << 2\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477208.1395626,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 == 1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477212.379068,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 == @": {
|
|
"exit": 1,
|
|
"ftime": 1755476759.1444638,
|
|
"output": "syntax error!\n1 == @\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
"1 >> (1 << 1000)": {
|
|
"exit": 1,
|
|
"ftime": 1755568141.1235204,
|
|
"output": "syntax error!\n1 >> (1 << 1000)\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"1 >> (1 >> 1000)": {
|
|
"exit": 1,
|
|
"ftime": 1755568142.7142582,
|
|
"output": "syntax error!\n1 >> (1 >> 1000)\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"1 >> 1000": {
|
|
"exit": 1,
|
|
"ftime": 1755568188.9314723,
|
|
"output": "syntax error!\n1 >> 1000\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"1 ? 1 : 1": {
|
|
"exit": 0,
|
|
"ftime": 1755474987.6536245,
|
|
"output": "1 \n"
|
|
},
|
|
"1 ? 1 : 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569935.8429232,
|
|
"output": "1 \n"
|
|
},
|
|
"1 ? 1 : z": {
|
|
"exit": 0,
|
|
"ftime": 1755569938.2184339,
|
|
"output": "1 \n"
|
|
},
|
|
"1 ? 2": {
|
|
"exit": 1,
|
|
"ftime": 1755471599.4746149,
|
|
"output": "syntax error!\n1 ? 2\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"1 ? 2 %": {
|
|
"exit": 1,
|
|
"ftime": 1755569953.6840866,
|
|
"output": "syntax error!\n1 ? 2 %\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"1 ? 2 :": {
|
|
"exit": 1,
|
|
"ftime": 1755569931.6193838,
|
|
"output": "syntax error!\n1 ? 2 :\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"1 ? 2 : !": {
|
|
"exit": 1,
|
|
"ftime": 1755570487.2467196,
|
|
"output": "syntax error!\n1 ? 2 : !\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"1 ? 2 : :": {
|
|
"exit": 1,
|
|
"ftime": 1755569933.6668887,
|
|
"output": "syntax error!\n1 ? 2 : :\n \u2191\n \u2514 unexpected colon token\n"
|
|
},
|
|
"1 ? 2 ?": {
|
|
"exit": 1,
|
|
"ftime": 1755471611.8653636,
|
|
"output": "syntax error!\n1 ? 2 ?\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"1 ? :": {
|
|
"exit": 1,
|
|
"ftime": 1755471457.004932,
|
|
"output": "syntax error!\n1 ? :\n \u2191\n \u2514 unexpected colon token\n"
|
|
},
|
|
"1 ? x : y = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477201.7068734,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 ? y : 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569917.5393546,
|
|
"output": "error: use of undefined variable 'y'!\n"
|
|
},
|
|
"1 ? y : z": {
|
|
"exit": 0,
|
|
"ftime": 1755569923.2425215,
|
|
"output": "error: use of undefined variable 'y'!\n"
|
|
},
|
|
"1 @ 1 = 1": {
|
|
"exit": 1,
|
|
"ftime": 1755477196.619504,
|
|
"output": "syntax error!\n1 @ 1 = 1\n \u2191\n \u2514 unexpected unknown token '@'\n"
|
|
},
|
|
"1 ^ 2": {
|
|
"exit": 1,
|
|
"ftime": 1755568108.0733635,
|
|
"output": "syntax error!\n1 ^ 2\n \u2191\n \u2514 unexpected unknown token '^'\n"
|
|
},
|
|
"1 ^ y": {
|
|
"exit": 1,
|
|
"ftime": 1755568105.426644,
|
|
"output": "syntax error!\n1 ^ y\n \u2191\n \u2514 unexpected unknown token '^'\n"
|
|
},
|
|
"1 | 2": {
|
|
"exit": 1,
|
|
"ftime": 1755568389.715351,
|
|
"output": "syntax error!\n1 | 2\n \u2191\n \u2514 unexpected unknown token '| '\n"
|
|
},
|
|
"1 | y": {
|
|
"exit": 1,
|
|
"ftime": 1755568385.6194391,
|
|
"output": "syntax error!\n1 | y\n \u2191\n \u2514 unexpected unknown token '| '\n"
|
|
},
|
|
"1 || 0": {
|
|
"exit": 0,
|
|
"ftime": 1755569925.6189568,
|
|
"output": "1 \n"
|
|
},
|
|
"1 || 0 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477190.899154,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 || 1": {
|
|
"exit": 0,
|
|
"ftime": 1755569928.2908602,
|
|
"output": "1 \n"
|
|
},
|
|
"1 || 1 = 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477186.0034633,
|
|
"output": "error: cannot assign to rvalue-expressions\n"
|
|
},
|
|
"1 || x": {
|
|
"exit": 0,
|
|
"ftime": 1755569913.9299915,
|
|
"output": "1 \n"
|
|
},
|
|
"1(": {
|
|
"exit": 1,
|
|
"ftime": 1755570482.2467897,
|
|
"output": "syntax error!\n1(\n \u2191\n \u2514 unexpected open parentheses token\n"
|
|
},
|
|
"1)": {
|
|
"exit": 1,
|
|
"ftime": 1755570475.1112752,
|
|
"output": "syntax error!\n1)\n \u2191\n \u2514 unexpected close parentheses token\n"
|
|
},
|
|
"1)),": {
|
|
"exit": 1,
|
|
"ftime": 1755569896.2820683,
|
|
"output": "syntax error!\n1)),\n \u2191\n \u2514 unexpected close parentheses token\n"
|
|
},
|
|
"1,": {
|
|
"exit": 1,
|
|
"ftime": 1755569898.243432,
|
|
"output": "syntax error!\n1,\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"1, 2": {
|
|
"exit": 0,
|
|
"ftime": 1755564193.1345315,
|
|
"output": "2 \n"
|
|
},
|
|
"1.": {
|
|
"exit": 0,
|
|
"ftime": 1755570303.4040573,
|
|
"output": "1 \n"
|
|
},
|
|
"1.2.3": {
|
|
"exit": 1,
|
|
"ftime": 1755570246.1242442,
|
|
"output": "syntax error!\n1.2.3\n \u2191\n \u2514 unexpected literal token\n"
|
|
},
|
|
"1.5": {
|
|
"exit": 0,
|
|
"ftime": 1755569862.0755053,
|
|
"output": "1 \u00b9/\u2082\n"
|
|
},
|
|
"123a": {
|
|
"exit": 1,
|
|
"ftime": 1755569885.156464,
|
|
"output": "syntax error!\n123a\n\u2191\n\u2514 unknown token '123a'\n"
|
|
},
|
|
"1_2_3": {
|
|
"exit": 0,
|
|
"ftime": 1755569888.1800854,
|
|
"output": "123 \n"
|
|
},
|
|
"1a2": {
|
|
"exit": 1,
|
|
"ftime": 1755569893.650014,
|
|
"output": "syntax error!\n1a2\n\u2191\n\u2514 unknown token '1a'\n"
|
|
},
|
|
"2": {
|
|
"exit": 0,
|
|
"ftime": 1755473334.3720822,
|
|
"output": "2 \n"
|
|
},
|
|
"2 != x": {
|
|
"exit": 0,
|
|
"ftime": 1755569842.498088,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"2 * 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569859.6669254,
|
|
"output": "6 \n"
|
|
},
|
|
"2 ** (1 << 1000)": {
|
|
"exit": 1,
|
|
"ftime": 1755568177.4182842,
|
|
"output": "syntax error!\n2 ** (1 << 1000)\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"2 ** (2 ** 100)": {
|
|
"exit": 0,
|
|
"ftime": 1755486329.9161963,
|
|
"output": "error: cannot exponentiate beyond ULONG_MAX\n"
|
|
},
|
|
"2 ** -100": {
|
|
"exit": 0,
|
|
"ftime": 1755485912.92433,
|
|
"output": "error: negative exponents not supported\n"
|
|
},
|
|
"2 ** -3": {
|
|
"exit": 0,
|
|
"ftime": 1755484850.7665782,
|
|
"output": "error: negative exponents not supported\n"
|
|
},
|
|
"2 ** 3": {
|
|
"exit": 0,
|
|
"ftime": 1755486620.6945953,
|
|
"output": "8 \n"
|
|
},
|
|
"2 ** 3.5": {
|
|
"exit": 0,
|
|
"ftime": 1755486595.597832,
|
|
"output": "error: cannot exponentiate by a fraction\n"
|
|
},
|
|
"2 ** 7": {
|
|
"exit": 0,
|
|
"ftime": 1755486363.6767666,
|
|
"output": "128 \n"
|
|
},
|
|
"2 ** 8": {
|
|
"exit": 0,
|
|
"ftime": 1755486361.3349445,
|
|
"output": "256 \n"
|
|
},
|
|
"2 ** x": {
|
|
"exit": 0,
|
|
"ftime": 1755486590.4542077,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"2 + 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569823.2745173,
|
|
"output": "5 \n"
|
|
},
|
|
"2 - 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569825.508279,
|
|
"output": "-1 \n"
|
|
},
|
|
"2 / 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569827.7623808,
|
|
"output": "\u00b2/\u2083\n"
|
|
},
|
|
"2 / 4": {
|
|
"exit": 0,
|
|
"ftime": 1755569788.2515879,
|
|
"output": "\u00b9/\u2082\n"
|
|
},
|
|
"2 < x": {
|
|
"exit": 0,
|
|
"ftime": 1755569820.5219944,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"2 << -3": {
|
|
"exit": 1,
|
|
"ftime": 1755568128.0669255,
|
|
"output": "syntax error!\n2 << -3\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"2 << 3": {
|
|
"exit": 1,
|
|
"ftime": 1755568122.2343354,
|
|
"output": "syntax error!\n2 << 3\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"2 << x": {
|
|
"exit": 1,
|
|
"ftime": 1755568153.9386828,
|
|
"output": "syntax error!\n2 << x\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"2 <= 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566107.52813,
|
|
"output": "1 \n"
|
|
},
|
|
"2 <= x": {
|
|
"exit": 0,
|
|
"ftime": 1755569749.6094458,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"2 > x": {
|
|
"exit": 0,
|
|
"ftime": 1755569763.7381756,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"2 > >=": {
|
|
"exit": 1,
|
|
"ftime": 1755564724.330153,
|
|
"output": "syntax error!\n2 > >=\n \u2191\n \u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
"2 >= 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566104.951979,
|
|
"output": "0\n"
|
|
},
|
|
"2 >= x": {
|
|
"exit": 0,
|
|
"ftime": 1755569783.7619905,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"2 >> -3": {
|
|
"exit": 1,
|
|
"ftime": 1755568136.4830797,
|
|
"output": "syntax error!\n2 >> -3\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"2 >> 3": {
|
|
"exit": 1,
|
|
"ftime": 1755568152.059411,
|
|
"output": "syntax error!\n2 >> 3\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"2 >> 3.5": {
|
|
"exit": 1,
|
|
"ftime": 1755569701.1215994,
|
|
"output": "syntax error!\n2 >> 3.5\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"2 >> x": {
|
|
"exit": 1,
|
|
"ftime": 1755568156.1861951,
|
|
"output": "syntax error!\n2 >> x\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"2 >>=": {
|
|
"exit": 1,
|
|
"ftime": 1755564720.689766,
|
|
"output": "syntax error!\n2 >>=\n \u2191\n \u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
"2 >>= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755564718.664137,
|
|
"output": "syntax error!\n2 >>= 3\n \u2191\n \u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
"2)": {
|
|
"exit": 1,
|
|
"ftime": 1755569708.8826613,
|
|
"output": "syntax error!\n2)\n \u2191\n \u2514 unexpected close parentheses token\n"
|
|
},
|
|
"2,": {
|
|
"exit": 1,
|
|
"ftime": 1755569723.377508,
|
|
"output": "syntax error!\n2,\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"2.0": {
|
|
"exit": 0,
|
|
"ftime": 1755569725.8970704,
|
|
"output": "2 \n"
|
|
},
|
|
"2.0 << 3.5": {
|
|
"exit": 1,
|
|
"ftime": 1755569695.8755376,
|
|
"output": "syntax error!\n2.0 << 3.5\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"2.3a": {
|
|
"exit": 1,
|
|
"ftime": 1755487439.1222117,
|
|
"output": "syntax error!\n2.3a\n \u2191\n \u2514 unexpected identifier token\n"
|
|
},
|
|
"2.5": {
|
|
"exit": 0,
|
|
"ftime": 1755478503.2517016,
|
|
"output": "2 \u00b9/\u2082\n"
|
|
},
|
|
"2.5 % 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478873.9738853,
|
|
"output": "\u00b9/\u2082\n"
|
|
},
|
|
"2.5 ** 3": {
|
|
"exit": 0,
|
|
"ftime": 1755486395.0524492,
|
|
"output": "15 \u2075/\u2088\n"
|
|
},
|
|
"2.5 ** 3.5": {
|
|
"exit": 0,
|
|
"ftime": 1755486583.053286,
|
|
"output": "error: cannot exponentiate by a fraction\n"
|
|
},
|
|
"2.5 << 3": {
|
|
"exit": 1,
|
|
"ftime": 1755568124.1867597,
|
|
"output": "syntax error!\n2.5 << 3\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"2.5 << 3.1": {
|
|
"exit": 1,
|
|
"ftime": 1755568148.1776342,
|
|
"output": "syntax error!\n2.5 << 3.1\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"2.5 >> 3": {
|
|
"exit": 1,
|
|
"ftime": 1755568150.362816,
|
|
"output": "syntax error!\n2.5 >> 3\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"2.5 >> 3.1": {
|
|
"exit": 1,
|
|
"ftime": 1755568138.378544,
|
|
"output": "syntax error!\n2.5 >> 3.1\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"2000000": {
|
|
"exit": 0,
|
|
"ftime": 1755569698.0769413,
|
|
"output": "2000000 \n"
|
|
},
|
|
"2000000 / 4000000": {
|
|
"exit": 0,
|
|
"ftime": 1755569683.130205,
|
|
"output": "\u00b9/\u2082\n"
|
|
},
|
|
"3": {
|
|
"exit": 0,
|
|
"ftime": 1755569686.0491543,
|
|
"output": "3 \n"
|
|
},
|
|
"3 != 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569689.12913,
|
|
"output": "1 \n"
|
|
},
|
|
"3 != 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566099.1121316,
|
|
"output": "0\n"
|
|
},
|
|
"3 % x": {
|
|
"exit": 0,
|
|
"ftime": 1755569692.137992,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"3 && 4": {
|
|
"exit": 0,
|
|
"ftime": 1755568025.4023905,
|
|
"output": "1 \n"
|
|
},
|
|
"3 && x": {
|
|
"exit": 0,
|
|
"ftime": 1755567995.9212415,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"3 && y": {
|
|
"exit": 0,
|
|
"ftime": 1755567975.8098304,
|
|
"output": "error: use of undefined variable 'y'!\n"
|
|
},
|
|
"3 * x": {
|
|
"exit": 0,
|
|
"ftime": 1755569633.5055418,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"3 + x": {
|
|
"exit": 0,
|
|
"ftime": 1755569649.9127338,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"3 - 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569665.8251047,
|
|
"output": "1 \n"
|
|
},
|
|
"3 - x": {
|
|
"exit": 0,
|
|
"ftime": 1755569680.6580973,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"3 / 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569613.050122,
|
|
"output": "1 \u00b9/\u2082\n"
|
|
},
|
|
"3 / x": {
|
|
"exit": 0,
|
|
"ftime": 1755569615.7206976,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"3 // 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478409.721844,
|
|
"output": "1 \n"
|
|
},
|
|
"3 // 2.5": {
|
|
"exit": 0,
|
|
"ftime": 1755478506.6111612,
|
|
"output": "1 \n"
|
|
},
|
|
"3 < 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569619.2408981,
|
|
"output": "0\n"
|
|
},
|
|
"3 <= 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569631.3380523,
|
|
"output": "0\n"
|
|
},
|
|
"3 <= 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566092.1588671,
|
|
"output": "1 \n"
|
|
},
|
|
"3 == 1 + 1 + 1": {
|
|
"exit": 0,
|
|
"ftime": 1755476842.3777554,
|
|
"output": "1 \n"
|
|
},
|
|
"3 == 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569579.9763875,
|
|
"output": "0\n"
|
|
},
|
|
"3 == 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566087.0307422,
|
|
"output": "1 \n"
|
|
},
|
|
"3 == x": {
|
|
"exit": 0,
|
|
"ftime": 1755569607.9076216,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"3 > 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569610.538443,
|
|
"output": "1 \n"
|
|
},
|
|
"3 > 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566110.46409,
|
|
"output": "0\n"
|
|
},
|
|
"3 >= 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569564.4733899,
|
|
"output": "1 \n"
|
|
},
|
|
"3 >= 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566089.3845544,
|
|
"output": "1 \n"
|
|
},
|
|
"3 || 0": {
|
|
"exit": 0,
|
|
"ftime": 1755567669.2224665,
|
|
"output": "1 \n"
|
|
},
|
|
"3 || 4": {
|
|
"exit": 0,
|
|
"ftime": 1755567655.4475658,
|
|
"output": "1 \n"
|
|
},
|
|
"3 || x": {
|
|
"exit": 0,
|
|
"ftime": 1755567789.8660045,
|
|
"output": "1 \n"
|
|
},
|
|
"3,": {
|
|
"exit": 1,
|
|
"ftime": 1755569569.3301256,
|
|
"output": "syntax error!\n3,\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"3.5": {
|
|
"exit": 0,
|
|
"ftime": 1755569571.9278169,
|
|
"output": "3 \u00b9/\u2082\n"
|
|
},
|
|
"4": {
|
|
"exit": 0,
|
|
"ftime": 1755569574.9691484,
|
|
"output": "4 \n"
|
|
},
|
|
"4 != 3": {
|
|
"exit": 0,
|
|
"ftime": 1755565993.1506035,
|
|
"output": "1 \n"
|
|
},
|
|
"4 <= 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566084.3523817,
|
|
"output": "0\n"
|
|
},
|
|
"4 == 3": {
|
|
"exit": 0,
|
|
"ftime": 1755565993.2062533,
|
|
"output": "0\n"
|
|
},
|
|
"4 >= 3": {
|
|
"exit": 0,
|
|
"ftime": 1755565536.2614975,
|
|
"output": "1 \n"
|
|
},
|
|
"4.5 % 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478877.596854,
|
|
"output": "\u00b9/\u2082\n"
|
|
},
|
|
"4000000": {
|
|
"exit": 0,
|
|
"ftime": 1755569525.6002917,
|
|
"output": "4000000 \n"
|
|
},
|
|
"5": {
|
|
"exit": 0,
|
|
"ftime": 1755569529.013417,
|
|
"output": "5 \n"
|
|
},
|
|
"5 % 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569531.6434112,
|
|
"output": "2 \n"
|
|
},
|
|
"5, 3 > >=": {
|
|
"exit": 1,
|
|
"ftime": 1755566763.5737097,
|
|
"output": "syntax error!\n5, 3 > >=\n \u2191\n \u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
"5, 3 >>=": {
|
|
"exit": 1,
|
|
"ftime": 1755566761.139194,
|
|
"output": "syntax error!\n5, 3 >>=\n \u2191\n \u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
"5, x": {
|
|
"exit": 0,
|
|
"ftime": 1755566235.0983095,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"5, x = 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566767.8922217,
|
|
"output": "3 \n"
|
|
},
|
|
"5, x = 3 > 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566118.7934046,
|
|
"output": "0\n"
|
|
},
|
|
"5, x > 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566238.0419407,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"5, x >>= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566767.8346865,
|
|
"output": "syntax error!\n5, x >>= 3\n \u2191\n \u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
"5.5": {
|
|
"exit": 0,
|
|
"ftime": 1755569534.7131126,
|
|
"output": "5 \u00b9/\u2082\n"
|
|
},
|
|
"5.5 % 3.5": {
|
|
"exit": 0,
|
|
"ftime": 1755569517.8813603,
|
|
"output": "2 \n"
|
|
},
|
|
"7 % 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568891.606866,
|
|
"output": "remainder divide by zero\n"
|
|
},
|
|
"7 % 0.1": {
|
|
"exit": 0,
|
|
"ftime": 1755568491.5951643,
|
|
"output": "0\n"
|
|
},
|
|
"7 % 1": {
|
|
"exit": 0,
|
|
"ftime": 1755568494.4838536,
|
|
"output": "0\n"
|
|
},
|
|
"7 % 5": {
|
|
"exit": 0,
|
|
"ftime": 1755568487.9330723,
|
|
"output": "2 \n"
|
|
},
|
|
"7 % @": {
|
|
"exit": 1,
|
|
"ftime": 1755476394.9838262,
|
|
"output": "syntax error!\n7 % @\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
"8 & 12": {
|
|
"exit": 1,
|
|
"ftime": 1755568097.9295788,
|
|
"output": "syntax error!\n8 & 12\n \u2191\n \u2514 unexpected unknown token '& '\n"
|
|
},
|
|
"8 ^ 12": {
|
|
"exit": 1,
|
|
"ftime": 1755568101.3304412,
|
|
"output": "syntax error!\n8 ^ 12\n \u2191\n \u2514 unexpected unknown token '^'\n"
|
|
},
|
|
"8 | 12": {
|
|
"exit": 1,
|
|
"ftime": 1755568103.4006264,
|
|
"output": "syntax error!\n8 | 12\n \u2191\n \u2514 unexpected unknown token '| '\n"
|
|
},
|
|
":": {
|
|
"exit": 1,
|
|
"ftime": 1755569519.9782445,
|
|
"output": "syntax error!\n:\n\u2191\n\u2514 unexpected colon token\n"
|
|
},
|
|
": + :": {
|
|
"exit": 1,
|
|
"ftime": 1755569522.2495325,
|
|
"output": "syntax error!\n: + :\n\u2191\n\u2514 unexpected colon token\n"
|
|
},
|
|
"<": {
|
|
"exit": 1,
|
|
"ftime": 1755569508.708146,
|
|
"output": "syntax error!\n<\n\u2191\n\u2514 unexpected less-than token\n"
|
|
},
|
|
"<<": {
|
|
"exit": 1,
|
|
"ftime": 1755569510.8901222,
|
|
"output": "syntax error!\n<<\n\u2191\n\u2514 unexpected less-than token\n"
|
|
},
|
|
"<=": {
|
|
"exit": 1,
|
|
"ftime": 1755569512.8898852,
|
|
"output": "syntax error!\n<=\n\u2191\n\u2514 unexpected less-than-or-equal-to token\n"
|
|
},
|
|
"=": {
|
|
"exit": 1,
|
|
"ftime": 1755565062.1153662,
|
|
"output": "syntax error!\n=\n\u2191\n\u2514 unexpected assignment token\n"
|
|
},
|
|
"= ? = : =": {
|
|
"exit": 1,
|
|
"ftime": 1755472560.8633175,
|
|
"output": "syntax error!\n= ? = : =\n\u2191\n\u2514 unexpected assignment token\n"
|
|
},
|
|
"==": {
|
|
"exit": 1,
|
|
"ftime": 1755565058.6265152,
|
|
"output": "syntax error!\n==\n\u2191\n\u2514 unexpected equal-to token\n"
|
|
},
|
|
">": {
|
|
"exit": 1,
|
|
"ftime": 1755569506.7611783,
|
|
"output": "syntax error!\n>\n\u2191\n\u2514 unexpected greater-than token\n"
|
|
},
|
|
">=": {
|
|
"exit": 1,
|
|
"ftime": 1755564936.6737235,
|
|
"output": "syntax error!\n>=\n\u2191\n\u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
">>": {
|
|
"exit": 1,
|
|
"ftime": 1755569498.2652988,
|
|
"output": "syntax error!\n>>\n\u2191\n\u2514 unexpected greater-than token\n"
|
|
},
|
|
"?": {
|
|
"exit": 1,
|
|
"ftime": 1755569500.8166804,
|
|
"output": "syntax error!\n?\n\u2191\n\u2514 unexpected question mark token\n"
|
|
},
|
|
"@": {
|
|
"exit": 1,
|
|
"ftime": 1755569503.5292203,
|
|
"output": "syntax error!\n@\n\u2191\n\u2514 unknown token '@'\n"
|
|
},
|
|
"@ % 7": {
|
|
"exit": 1,
|
|
"ftime": 1755476293.8294644,
|
|
"output": "syntax error!\n@ % 7\n\u2191\n\u2514 unknown token '@'\n"
|
|
},
|
|
"@!": {
|
|
"exit": 1,
|
|
"ftime": 1755561364.8071673,
|
|
"output": "syntax error!\n@!\n\u2191\n\u2514 unknown token '@'\n"
|
|
},
|
|
"_0": {
|
|
"exit": 0,
|
|
"ftime": 1755569477.9690945,
|
|
"output": "error: use of undefined variable '_0'!\n"
|
|
},
|
|
"_1": {
|
|
"exit": 0,
|
|
"ftime": 1755569490.0749164,
|
|
"output": "error: use of undefined variable '_1'!\n"
|
|
},
|
|
"_123": {
|
|
"exit": 0,
|
|
"ftime": 1755569492.4167905,
|
|
"output": "error: use of undefined variable '_123'!\n"
|
|
},
|
|
"_____0": {
|
|
"exit": 0,
|
|
"ftime": 1755569494.3201077,
|
|
"output": "error: use of undefined variable '_____0'!\n"
|
|
},
|
|
"a.b": {
|
|
"exit": 1,
|
|
"ftime": 1755570315.3179033,
|
|
"output": "syntax error!\na.b\n \u2191\n \u2514 unexpected unknown token '.b'\n"
|
|
},
|
|
"a123": {
|
|
"exit": 0,
|
|
"ftime": 1755569470.207591,
|
|
"output": "error: use of undefined variable 'a123'!\n"
|
|
},
|
|
"x": {
|
|
"exit": 0,
|
|
"ftime": 1755569472.9691837,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x != 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569475.5854502,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x != y": {
|
|
"exit": 0,
|
|
"ftime": 1755569374.0326622,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x % 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477732.0229232,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x % 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569378.8978844,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x % y": {
|
|
"exit": 0,
|
|
"ftime": 1755568234.4973135,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x & 2": {
|
|
"exit": 1,
|
|
"ftime": 1755568294.8270257,
|
|
"output": "syntax error!\nx & 2\n \u2191\n \u2514 unexpected unknown token '& '\n"
|
|
},
|
|
"x & y": {
|
|
"exit": 1,
|
|
"ftime": 1755568343.0196848,
|
|
"output": "syntax error!\nx & y\n \u2191\n \u2514 unexpected unknown token '& '\n"
|
|
},
|
|
"x && 0": {
|
|
"exit": 0,
|
|
"ftime": 1755567932.1290414,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x && 1": {
|
|
"exit": 0,
|
|
"ftime": 1755569303.6489437,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x && 3": {
|
|
"exit": 0,
|
|
"ftime": 1755567823.2093656,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x && 4": {
|
|
"exit": 0,
|
|
"ftime": 1755567548.4788895,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x && y": {
|
|
"exit": 0,
|
|
"ftime": 1755569319.1282122,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x &= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755568087.8573108,
|
|
"output": "syntax error!\nx &= 3\n \u2191\n \u2514 unexpected unknown token '&='\n"
|
|
},
|
|
"x * 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477704.4151225,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x * 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569331.1927898,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x * y": {
|
|
"exit": 0,
|
|
"ftime": 1755569256.7372608,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x ** 2": {
|
|
"exit": 0,
|
|
"ftime": 1755486395.124142,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x ** y": {
|
|
"exit": 0,
|
|
"ftime": 1755486512.5055916,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x + 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569271.1116626,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x + y": {
|
|
"exit": 0,
|
|
"ftime": 1755569299.2236016,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x - 1": {
|
|
"exit": 0,
|
|
"ftime": 1755569301.6810646,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x - 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569192.0723543,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x - x": {
|
|
"exit": 0,
|
|
"ftime": 1755569227.2554224,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x - y": {
|
|
"exit": 0,
|
|
"ftime": 1755569237.320787,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x / 1": {
|
|
"exit": 0,
|
|
"ftime": 1755477669.6061237,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x / 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569239.6487458,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x / y": {
|
|
"exit": 0,
|
|
"ftime": 1755568208.6451025,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x // 2": {
|
|
"exit": 0,
|
|
"ftime": 1755478181.2181916,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x // y": {
|
|
"exit": 0,
|
|
"ftime": 1755568250.7135744,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x < 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569141.8622398,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x < y": {
|
|
"exit": 0,
|
|
"ftime": 1755569158.9179573,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x << 2": {
|
|
"exit": 1,
|
|
"ftime": 1755568205.6998444,
|
|
"output": "syntax error!\nx << 2\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"x << y": {
|
|
"exit": 1,
|
|
"ftime": 1755568175.4832873,
|
|
"output": "syntax error!\nx << y\n \u2191\n \u2514 unexpected less-than token\n"
|
|
},
|
|
"x <= 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569174.9496958,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x <= y": {
|
|
"exit": 0,
|
|
"ftime": 1755569054.6715014,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x = 1 / 3": {
|
|
"exit": 0,
|
|
"ftime": 1755569064.7590215,
|
|
"output": "\u00b9/\u2083\n"
|
|
},
|
|
"x = 1, x += 1": {
|
|
"exit": 1,
|
|
"ftime": 1755567304.4139895,
|
|
"output": "syntax error!\nx = 1, x += 1\n \u2191\n \u2514 unexpected assignment token\n"
|
|
},
|
|
"x = 2, x *= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566951.8188446,
|
|
"output": "syntax error!\nx = 2, x *= 3\n \u2191\n \u2514 unexpected assignment token\n"
|
|
},
|
|
"x = 2, x -= 1": {
|
|
"exit": 1,
|
|
"ftime": 1755567299.2284985,
|
|
"output": "syntax error!\nx = 2, x -= 1\n \u2191\n \u2514 unexpected assignment token\n"
|
|
},
|
|
"x = 2, x /= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755567302.3191693,
|
|
"output": "syntax error!\nx = 2, x /= 3\n \u2191\n \u2514 unexpected assignment token\n"
|
|
},
|
|
"x = 3": {
|
|
"exit": 0,
|
|
"ftime": 1755477108.2987745,
|
|
"output": "3 \n"
|
|
},
|
|
"x = 3 > 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566115.177789,
|
|
"output": "0\n"
|
|
},
|
|
"x = 3, x": {
|
|
"exit": 0,
|
|
"ftime": 1755569068.1103356,
|
|
"output": "3 \n"
|
|
},
|
|
"x = 5": {
|
|
"exit": 0,
|
|
"ftime": 1755564247.1683495,
|
|
"output": "5 \n"
|
|
},
|
|
"x = 5, x %= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566908.7089064,
|
|
"output": "syntax error!\nx = 5, x %= 3\n \u2191\n \u2514 unexpected assignment token\n"
|
|
},
|
|
"x = 5, x &= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755568089.9540982,
|
|
"output": "syntax error!\nx = 5, x &= 3\n \u2191\n \u2514 unexpected unknown token '&='\n"
|
|
},
|
|
"x = 5, x //= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566935.8214655,
|
|
"output": "syntax error!\nx = 5, x //= 3\n \u2191\n \u2514 unexpected assignment token\n"
|
|
},
|
|
"x = 5, x <<= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566947.2046003,
|
|
"output": "syntax error!\nx = 5, x <<= 3\n \u2191\n \u2514 unexpected less-than-or-equal-to token\n"
|
|
},
|
|
"x = 5, x >>= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566849.0595043,
|
|
"output": "syntax error!\nx = 5, x >>= 3\n \u2191\n \u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
"x = 5, x ^= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566880.5155108,
|
|
"output": "syntax error!\nx = 5, x ^= 3\n \u2191\n \u2514 unexpected unknown token '^'\n"
|
|
},
|
|
"x = 5, x |= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566891.2356899,
|
|
"output": "syntax error!\nx = 5, x |= 3\n \u2191\n \u2514 unexpected unknown token '|='\n"
|
|
},
|
|
"x = 8, x |= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566893.6109488,
|
|
"output": "syntax error!\nx = 8, x |= 3\n \u2191\n \u2514 unexpected unknown token '|='\n"
|
|
},
|
|
"x = y": {
|
|
"exit": 0,
|
|
"ftime": 1755563935.397127,
|
|
"output": "error: use of undefined variable 'y'!\n"
|
|
},
|
|
"x == 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569006.309646,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x == y": {
|
|
"exit": 0,
|
|
"ftime": 1755569029.0763607,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x > 2": {
|
|
"exit": 0,
|
|
"ftime": 1755569034.181434,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x > y": {
|
|
"exit": 0,
|
|
"ftime": 1755569037.0543985,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x > 3": {
|
|
"exit": 0,
|
|
"ftime": 1755566232.3922758,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x > @": {
|
|
"exit": 1,
|
|
"ftime": 1755475796.0129073,
|
|
"output": "syntax error!\nx > @\n \u2191\n \u2514 unknown token '@'\n"
|
|
},
|
|
"x > y": {
|
|
"exit": 0,
|
|
"ftime": 1755568938.459144,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x >= 2": {
|
|
"exit": 0,
|
|
"ftime": 1755568920.6551688,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x >= y": {
|
|
"exit": 0,
|
|
"ftime": 1755568920.911103,
|
|
"output": "error: use of undefined variable 'x'!\nerror: use of undefined variable 'y'!\n"
|
|
},
|
|
"x >> 3": {
|
|
"exit": 1,
|
|
"ftime": 1755568208.4573557,
|
|
"output": "syntax error!\nx >> 3\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"x >> y": {
|
|
"exit": 1,
|
|
"ftime": 1755568173.7618992,
|
|
"output": "syntax error!\nx >> y\n \u2191\n \u2514 unexpected greater-than token\n"
|
|
},
|
|
"x >>= 3": {
|
|
"exit": 1,
|
|
"ftime": 1755566430.254594,
|
|
"output": "syntax error!\nx >>= 3\n \u2191\n \u2514 unexpected greater-than-or-equal-to token\n"
|
|
},
|
|
"x ? 0 : 0": {
|
|
"exit": 0,
|
|
"ftime": 1755568961.8211458,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x ? 0 : z": {
|
|
"exit": 0,
|
|
"ftime": 1755568964.943296,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x ? y : !": {
|
|
"exit": 1,
|
|
"ftime": 1755474795.7716818,
|
|
"output": "syntax error!\nx ? y : !\n \u2191\n \u2514 unexpected EOF token\n"
|
|
},
|
|
"x ? y : 0": {
|
|
"exit": 0,
|
|
"ftime": 1755475030.8312356,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x ? y : z": {
|
|
"exit": 0,
|
|
"ftime": 1755475020.1507874,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x @ y": {
|
|
"exit": 1,
|
|
"ftime": 1755474539.2456896,
|
|
"output": "syntax error!\nx @ y\n \u2191\n \u2514 unexpected unknown token '@'\n"
|
|
},
|
|
"x ^ 2": {
|
|
"exit": 1,
|
|
"ftime": 1755566882.6361966,
|
|
"output": "syntax error!\nx ^ 2\n \u2191\n \u2514 unexpected unknown token '^'\n"
|
|
},
|
|
"x ^ y": {
|
|
"exit": 1,
|
|
"ftime": 1755566884.9552922,
|
|
"output": "syntax error!\nx ^ y\n \u2191\n \u2514 unexpected unknown token '^'\n"
|
|
},
|
|
"x | 2": {
|
|
"exit": 1,
|
|
"ftime": 1755568291.1634362,
|
|
"output": "syntax error!\nx | 2\n \u2191\n \u2514 unexpected unknown token '| '\n"
|
|
},
|
|
"x | y": {
|
|
"exit": 1,
|
|
"ftime": 1755568292.8362386,
|
|
"output": "syntax error!\nx | y\n \u2191\n \u2514 unexpected unknown token '| '\n"
|
|
},
|
|
"x || 0": {
|
|
"exit": 0,
|
|
"ftime": 1755475034.2312126,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x || 1": {
|
|
"exit": 0,
|
|
"ftime": 1755474530.7809658,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x || 4": {
|
|
"exit": 0,
|
|
"ftime": 1755567339.0139718,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"x || y": {
|
|
"exit": 0,
|
|
"ftime": 1755568079.7794976,
|
|
"output": "error: use of undefined variable 'x'!\n"
|
|
},
|
|
"y": {
|
|
"exit": 0,
|
|
"ftime": 1755474250.473986,
|
|
"output": "error: use of undefined variable 'y'!\n"
|
|
},
|
|
"z": {
|
|
"exit": 0,
|
|
"ftime": 1755474239.6175704,
|
|
"output": "error: use of undefined variable 'z'!\n"
|
|
},
|
|
"|1": {
|
|
"exit": 1,
|
|
"ftime": 1755474246.7950273,
|
|
"output": "syntax error!\n|1\n\u2191\n\u2514 unknown token '|1'\n"
|
|
},
|
|
"||": {
|
|
"exit": 1,
|
|
"ftime": 1755474227.929854,
|
|
"output": "syntax error!\n||\n\u2191\n\u2514 unexpected logical-or token\n"
|
|
},
|
|
"~!1": {
|
|
"exit": 1,
|
|
"ftime": 1755568114.0816064,
|
|
"output": "syntax error!\n~!1\n\u2191\n\u2514 unknown token '~'\n"
|
|
},
|
|
"~0": {
|
|
"exit": 1,
|
|
"ftime": 1755568289.089677,
|
|
"output": "syntax error!\n~0\n\u2191\n\u2514 unknown token '~'\n"
|
|
},
|
|
"~0b1010": {
|
|
"exit": 1,
|
|
"ftime": 1755563921.0041895,
|
|
"output": "syntax error!\n~0b1010\n\u2191\n\u2514 unknown token '~'\n"
|
|
},
|
|
"~1": {
|
|
"exit": 1,
|
|
"ftime": 1755568119.29042,
|
|
"output": "syntax error!\n~1\n\u2191\n\u2514 unknown token '~'\n"
|
|
},
|
|
"~x": {
|
|
"exit": 1,
|
|
"ftime": 1755568286.5072727,
|
|
"output": "syntax error!\n~x\n\u2191\n\u2514 unknown token '~'\n"
|
|
},
|
|
"~~1": {
|
|
"exit": 1,
|
|
"ftime": 1755568111.1684449,
|
|
"output": "syntax error!\n~~1\n\u2191\n\u2514 unknown token '~'\n"
|
|
}
|
|
} |