aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/bqn.js16
-rw-r--r--docs/repl.js17
2 files changed, 18 insertions, 15 deletions
diff --git a/docs/bqn.js b/docs/bqn.js
index f9227249..f3f4e9a5 100644
--- a/docs/bqn.js
+++ b/docs/bqn.js
@@ -24,9 +24,10 @@ let set = (d, id, v) => {
let chkM = (v,m) => { if (m.m!==v) throw Error("Runtime: Only a "+v+"-modifier can be called as a "+v+"-modifier"); }
let chkR = v => { if (v===null) throw Error("Runtime: Variable referenced before definition"); }
-let genjs = (B, p) => { // Bytecode -> Javascript compiler
+let genjs = (B, p, L) => { // Bytecode -> Javascript compiler
let rD = 0;
- let r = "";
+ let r = L?"let l=0;try{":"";
+ let fin = L?"}catch(e){e.message=[l,e.message];e.message.sh=[2];throw e;}":"";
let szM = 1;
let rV = n => { szM=Math.max(szM,n+1); return 'v'+n; };
let rP = val => rV(rD++) + "="+val+";";
@@ -41,6 +42,7 @@ let genjs = (B, p) => { // Bytecode -> Javascript compiler
let ge = n => "e"+".p".repeat(n);
loop: while(true) { r+="\n";
if (p>B.length) throw Error("Internal compiler error: Unclosed function");
+ if (L) r+="l="+L[p]+";";
switch(B[p++]) {
case 0: { r+= rP("O["+num()+"]"); break; }
case 3: case 4: { let n=num(); rD-= n; r+=rP("list(["+(new Array(n).fill().map((_,i)=>rV(rD+i)).join(","))+"])"); break; }
@@ -60,13 +62,13 @@ let genjs = (B, p) => { // Bytecode -> Javascript compiler
case 25: { if(rD!==1) throw Error("Internal compiler error: Wrong stack size"); r+= "return v0;"; break loop; }
}
}
- return "let "+new Array(szM).fill().map((_,i)=>rV(i)).join(',')+";"+r;
+ return "let "+new Array(szM).fill().map((_,i)=>rV(i)).join(',')+";"+r+fin;
}
-let run = (B,O,S) => { // Bytecode, Objects, Sections/blocks
+let run = (B,O,S,L) => { // Bytecode, Objects, Sections/blocks
let D = S.map(([type,imm,pos,varam],i) => {
let I = imm? 0 : 3; // Operand start
let def = new Array(I + (type==0?0:type+1) + varam).fill(null);
- let c = genjs(B, pos);
+ let c = genjs(B, pos, L);
if (imm) c = "const e=[...e2];e.p=oe;"+c;
else c = "const fn=(x, w)=>{const e=[...e2];e.p=oe;e[0]=fn;e[1]=x;e[2]=w;"+c+"};return fn;";
@@ -176,9 +178,9 @@ let runtime = run(
// Compiler
runtime[42] = assertFn("Compiler");
let compile = run(
- new Uint8Array([0,57,0,0,0,81,17,22,0,0,11,14,0,87,0,88,0,89,21,0,0,0,22,0,90,17,0,91,0,92,0,93,0,94,0,95,0,21,0,57,0,50,3,2,17,0,43,0,33,7,0,58,17,0,57,0,26,16,0,0,0,82,17,0,96,0,59,22,0,1,11,0,26,16,0,45,0,0,7,0,98,17,0,21,16,0,42,0,22,7,0,97,17,0,60,0,0,0,81,17,0,22,0,100,17,0,22,0,99,0,25,0,58,17,17,0,101,3,14,0,44,0,13,7,0,11,0,51,0,23,8,0,22,19,16,22,0,2,22,0,3,4,2,11,14,21,0,3,0,28,0,49,0,0,7,9,0,53,0,42,0,44,0,23,7,7,8,16,22,0,4,22,0,5,22,0,6,22,0,7,22,0,8,22,0,9,22,0,10,22,0,11,22,0,12,22,0,13,22,0,14,22,0,15,22,0,16,22,0,17,4,14,11,14,0,34,0,53,0,1,8,0,12,0,9,0,15,0,52,0,62,8,19,0,34,0,52,0,61,8,19,22,0,18,11,14,21,0,7,0,34,16,22,0,19,11,14,0,13,0,11,0,61,19,0,42,0,31,7,0,102,19,0,53,0,22,8,22,0,20,11,14,15,1,22,0,21,11,14,15,2,21,0,2,7,22,0,22,11,14,21,0,13,0,34,16,22,0,23,11,14,0,61,0,63,0,64,0,58,0,65,0,58,0,62,3,2,0,66,0,62,0,63,0,26,16,0,29,16,0,31,0,67,17,3,9,0,41,21,0,3,7,0,24,0,13,19,0,53,0,42,0,44,0,21,7,7,8,16,0,22,16,22,0,24,11,14,0,2,0,49,0,6,7,9,22,0,25,11,14,21,0,25,0,52,0,13,0,50,0,26,8,8,22,0,26,11,14,21,0,25,0,52,0,13,0,50,0,26,8,0,0,0,61,19,8,22,0,27,11,14,15,3,22,0,28,11,14,15,4,22,0,29,11,14,15,5,22,0,30,11,14,15,6,22,0,31,11,14,15,7,22,0,32,11,25,21,0,1,0,11,16,0,44,15,8,7,21,0,4,17,0,22,16,25,21,1,21,21,1,20,0,52,0,103,8,0,104,0,20,3,3,7,0,42,0,40,7,0,62,19,22,0,2,11,14,21,0,1,0,53,0,33,8,0,53,0,18,0,56,0,19,0,31,0,13,19,0,50,21,0,2,8,8,8,0,19,0,20,19,22,0,3,11,14,21,0,1,0,32,16,22,0,4,11,14,0,20,0,32,21,0,1,0,33,21,0,4,17,19,0,6,0,61,19,0,42,0,1,7,0,61,19,0,42,0,33,7,21,0,4,19,21,0,3,0,20,19,25,0,83,0,14,21,0,1,17,22,0,3,11,14,0,84,0,14,21,0,1,17,22,0,4,11,0,9,0,52,0,27,0,52,0,62,0,62,3,2,8,8,16,0,31,16,22,0,5,11,14,0,85,0,14,21,0,1,17,22,0,6,11,0,31,16,22,0,7,11,14,21,0,5,21,0,7,0,25,0,58,17,21,0,3,0,31,16,3,3,0,22,16,22,0,8,11,0,32,16,22,0,9,11,14,21,0,8,0,33,21,0,9,17,22,0,8,12,14,21,0,5,0,0,0,63,17,21,0,7,0,25,0,61,17,0,61,0,22,21,1,0,0,14,21,0,1,17,17,0,31,16,0,31,0,52,21,0,3,0,49,0,0,7,16,0,22,0,62,17,0,53,0,33,0,50,0,28,0,53,0,1,8,8,8,8,16,3,3,0,22,16,0,33,21,0,9,17,22,0,10,11,14,0,20,0,34,0,58,19,0,14,0,62,19,0,56,15,9,8,22,0,11,11,14,0,31,0,52,21,0,10,0,32,21,0,8,17,0,44,0,62,7,0,22,0,61,19,21,0,11,0,13,0,53,0,22,8,19,0,24,0,13,19,16,8,0,46,0,31,7,9,0,24,21,0,1,0,13,16,19,22,0,12,11,14,21,0,8,21,0,12,16,22,0,13,11,14,21,0,10,21,0,12,16,22,0,14,11,14,21,0,14,0,10,21,0,13,17,22,0,15,11,0,49,0,13,7,16,0,8,16,22,0,16,11,14,21,0,16,0,11,21,0,14,17,0,9,21,0,6,0,10,21,0,4,17,17,0,47,0,10,7,0,56,15,10,8,16,14,0,86,0,14,21,0,1,17,0,9,21,0,16,17,22,0,17,11,14,21,0,4,0,9,21,0,13,17,0,28,16,0,10,21,0,17,17,0,31,16,22,0,18,11,14,21,0,18,21,0,17,0,53,0,33,8,0,2,0,81,0,1,0,86,17,19,0,1,21,0,1,0,53,0,33,8,19,16,22,0,19,11,14,21,0,6,0,9,22,0,13,13,0,27,16,0,9,21,0,6,17,22,0,20,11,0,12,22,0,16,13,14,21,0,15,0,9,21,0,6,17,0,49,0,13,7,16,0,2,21,0,20,0,28,16,0,12,21,0,13,17,22,0,21,11,0,49,0,0,7,16,17,0,42,0,1,7,0,61,17,0,42,0,39,7,21,0,1,17,0,44,0,25,7,0,61,17,22,0,22,11,14,21,0,1,0,33,21,0,16,0,31,16,22,0,23,11,17,21,1,22,16,22,0,24,11,14,15,11,22,0,25,11,14,21,1,16,0,34,0,51,0,42,0,1,7,0,23,0,19,19,8,21,1,13,17,21,1,18,21,0,24,17,22,0,26,11,0,11,0,52,0,28,8,16,22,0,27,11,14,21,1,15,0,47,0,0,7,16,0,0,0,58,17,0,14,21,0,24,17,22,0,28,11,14,21,0,24,0,31,21,0,27,17,0,42,0,1,7,21,1,15,0,34,16,17,0,42,0,3,0,50,0,5,8,7,21,1,1,17,22,0,29,11,14,21,1,15,0,34,16,0,0,21,1,1,17,0,16,21,0,24,17,0,9,21,0,26,17,0,2,21,1,1,17,0,1,22,0,24,13,14,0,62,0,11,21,0,29,17,0,22,0,62,17,0,33,21,0,27,0,49,0,0,7,16,17,0,9,21,0,26,17,22,0,30,11,0,12,21,0,26,17,22,0,31,11,14,21,0,26,0,2,21,0,24,17,0,22,0,52,0,62,8,0,31,21,0,30,0,22,0,62,17,0,27,0,53,0,10,8,16,19,0,51,21,1,29,8,21,0,23,17,22,0,32,11,14,21,0,29,0,31,0,52,0,15,0,52,0,62,8,8,16,0,14,0,52,0,63,8,0,53,0,9,8,0,0,0,20,19,21,0,31,0,11,0,52,0,27,8,16,0,42,0,31,7,21,0,28,17,17,22,0,33,11,14,21,0,24,0,39,21,0,30,0,12,21,0,27,17,0,49,0,0,7,16,0,2,21,0,28,0,12,21,0,31,17,17,0,42,0,1,7,0,61,17,17,22,0,34,11,14,21,0,16,0,28,16,0,49,0,0,7,16,0,33,21,0,21,0,31,16,0,22,21,0,18,17,17,0,22,21,0,27,0,31,16,0,33,0,52,21,0,30,0,53,0,33,8,0,32,9,8,16,17,22,0,35,11,14,21,0,34,21,0,32,21,0,19,21,0,22,3,4,22,0,36,11,14,21,0,36,0,44,0,35,7,16,22,0,37,11,0,42,0,44,0,31,0,52,0,49,0,6,7,0,28,0,58,19,0,12,0,20,19,8,7,7,22,0,36,13,14,21,0,24,0,33,0,52,21,0,35,8,0,54,21,0,36,0,44,0,13,7,16,0,28,21,1,23,17,0,49,0,0,7,16,0,0,21,0,37,17,0,22,16,8,16,21,0,25,21,1,16,21,1,18,21,0,24,17,0,10,21,0,26,17,0,8,16,0,10,21,0,27,17,17,22,0,24,12,14,21,1,7,0,34,0,53,0,1,8,0,2,21,1,18,19,21,0,24,17,0,1,22,0,24,13,14,21,1,19,0,14,21,0,24,17,0,42,0,22,7,0,13,0,22,19,0,61,17,0,31,16,0,25,0,61,17,0,25,0,58,17,22,0,38,11,0,44,0,61,7,16,0,49,0,13,7,16,22,0,39,11,14,21,1,9,0,34,16,0,0,0,64,0,67,3,2,17,0,37,21,0,24,0,33,21,0,39,0,1,21,0,38,17,17,0,0,21,0,39,17,17,0,27,0,53,0,10,8,16,0,12,21,0,39,17,0,42,0,31,7,21,0,38,17,22,0,40,11,14,21,1,19,0,13,21,0,24,17,0,33,0,52,21,0,40,8,0,54,0,44,0,61,7,8,16,0,42,21,0,25,7,22,0,24,13,14,0,62,0,22,21,1,24,17,0,33,21,0,24,0,5,21,1,23,17,17,0,31,0,52,21,0,36,0,34,16,0,13,16,0,22,21,1,23,17,21,1,18,21,0,24,17,8,0,54,21,0,33,8,16,22,0,41,11,14,21,1,12,0,34,16,0,67,3,2,21,1,18,21,0,24,17,0,2,0,67,17,0,0,22,0,24,13,14,21,0,24,21,0,41,21,0,36,21,0,23,3,4,25,21,0,2,22,0,3,11,14,15,12,22,0,4,11,14,21,1,21,21,1,20,0,52,0,106,8,0,107,21,1,2,0,53,0,33,8,0,108,3,4,7,22,0,5,11,14,21,1,14,0,47,0,26,0,53,0,0,8,7,16,0,22,0,109,0,47,0,1,7,16,0,0,21,1,15,0,34,16,17,17,0,44,21,0,1,0,53,0,14,8,7,16,22,0,6,22,0,7,22,0,8,22,0,9,22,0,10,4,5,11,14,21,1,15,0,34,16,0,11,21,0,1,17,0,10,21,0,6,17,0,8,16,0,20,21,0,4,21,0,1,0,53,0,31,8,0,50,21,0,5,8,8,16,14,21,0,1,0,14,0,62,17,22,0,11,11,0,10,21,0,6,17,22,0,12,11,0,10,21,0,10,17,22,0,13,11,14,21,0,12,0,10,21,0,9,17,0,8,16,22,0,14,11,14,21,0,12,0,28,16,0,12,21,0,9,17,0,20,21,0,4,0,110,8,16,14,21,0,13,0,10,21,0,9,17,0,9,21,0,13,0,27,0,61,17,17,0,20,21,0,4,0,111,8,16,14,21,0,1,0,31,21,0,13,17,0,11,0,52,0,28,8,0,10,0,14,0,52,0,62,8,19,16,0,8,16,0,31,0,52,21,0,13,8,21,0,4,0,112,8,16,14,21,0,9,0,10,21,0,11,17,0,27,0,10,21,0,6,0,27,16,0,9,21,0,7,17,19,0,9,0,28,19,0,61,17,0,12,21,0,8,0,10,21,0,7,17,17,0,20,21,0,4,0,113,8,16,14,21,0,14,0,9,0,52,0,8,21,1,27,0,51,0,12,8,21,1,13,0,34,16,0,13,21,0,1,17,0,11,21,0,10,17,19,0,15,0,27,19,8,16,0,9,0,52,0,49,0,0,7,21,1,25,0,1,0,20,19,0,8,19,0,16,0,68,19,8,16,22,0,15,11,14,21,1,13,0,34,16,0,42,0,1,7,0,61,17,0,1,21,0,1,17,0,2,21,0,15,17,0,31,21,0,10,0,8,16,17,0,42,0,33,7,0,57,0,26,16,0,42,0,22,7,0,69,0,61,3,2,17,0,22,0,58,17,17,22,0,16,11,14,21,0,16,0,27,16,0,28,16,0,49,0,0,0,52,0,57,0,53,0,2,8,8,0,2,0,15,0,52,0,62,8,19,7,16,0,31,21,0,16,0,15,0,62,17,0,27,0,53,0,12,8,16,17,22,0,17,11,14,21,0,9,0,28,16,0,31,21,0,14,0,28,0,53,0,12,8,16,22,0,18,11,17,0,42,0,33,7,0,61,0,58,3,2,17,0,2,22,0,17,13,14,21,0,11,0,31,21,0,12,17,22,0,19,11,14,21,0,15,0,27,0,53,0,12,8,16,0,31,16,0,0,0,61,17,0,62,0,22,21,0,10,17,21,1,27,16,0,53,0,33,8,0,53,0,1,0,2,0,11,0,52,0,28,8,19,8,16,0,31,21,0,19,17,22,0,20,11,14,21,0,19,0,8,16,0,2,21,0,17,17,0,27,16,0,31,21,0,19,17,0,42,0,1,7,21,0,20,17,22,0,21,11,0,7,16,0,4,0,57,17,22,0,22,11,14,0,61,0,70,3,2,0,33,21,0,8,0,31,21,0,18,17,17,0,2,21,0,17,17,0,31,21,0,19,17,0,31,0,52,21,0,21,0,11,0,62,17,8,0,54,0,2,8,21,0,22,17,0,31,0,52,21,0,21,0,12,0,62,17,8,0,54,0,42,0,3,7,8,21,0,22,17,25,21,0,2,22,0,3,22,0,4,22,0,5,4,3,11,14,21,0,4,0,13,16,22,0,6,11,14,15,13,22,0,7,11,14,15,14,22,0,8,11,14,21,1,9,21,1,18,21,0,1,17,0,2,21,0,3,0,2,0,63,17,0,1,0,58,17,17,22,0,9,11,0,49,0,0,7,16,22,0,10,11,0,32,16,22,0,11,11,14,21,0,9,0,33,21,0,11,17,22,0,12,11,14,0,58,0,14,21,0,3,17,0,33,21,0,11,17,22,0,13,11,14,21,0,1,0,33,21,0,11,17,22,0,14,11,14,21,0,14,0,31,0,52,0,62,0,53,0,11,8,8,0,42,0,1,7,0,61,19,0,18,0,56,21,0,7,8,0,31,0,52,0,62,0,53,0,12,8,8,19,21,0,12,17,14,15,15,22,0,15,11,14,21,0,10,0,34,21,0,11,0,34,16,17,0,15,0,62,17,0,40,0,119,17,14,21,0,14,0,31,21,0,13,17,0,14,0,52,21,1,19,8,0,9,0,52,0,28,8,0,14,0,52,21,1,9,0,34,16,8,19,16,0,33,0,52,21,0,11,8,0,31,21,0,13,19,21,0,15,0,120,8,16,14,21,0,13,0,22,0,61,17,0,9,0,52,0,27,0,52,0,61,8,8,16,15,16,16,14,21,0,9,0,0,21,0,3,17,0,15,0,62,17,0,27,16,22,0,16,11,0,12,21,1,8,0,34,16,0,14,21,0,1,17,17,0,1,22,0,3,13,14,21,0,3,0,15,0,62,17,0,28,16,0,9,21,0,16,17,0,12,21,0,3,0,66,0,53,0,15,8,0,9,0,11,0,52,0,72,8,19,16,17,0,20,21,0,15,0,122,8,16,14,0,66,0,14,21,0,3,17,0,10,0,52,0,27,8,16,22,0,17,11,0,33,0,52,21,0,11,8,0,54,0,28,8,16,22,0,18,11,14,21,1,9,0,34,16,0,0,0,61,17,0,14,21,0,1,17,22,0,19,11,14,21,0,17,0,33,21,0,11,17,0,32,16,0,42,0,33,7,22,0,11,13,14,0,58,0,14,21,0,3,17,0,10,21,0,17,17,0,33,21,0,11,17,0,22,0,61,17,0,0,0,52,0,49,0,0,7,8,16,0,32,16,0,42,0,33,7,0,8,0,32,0,53,0,42,0,33,7,8,19,0,33,0,52,0,32,8,0,19,19,21,0,11,0,22,0,58,17,17,0,25,0,58,17,0,49,0,0,7,16,0,32,16,22,0,20,11,14,21,1,9,0,34,16,0,0,0,63,17,0,63,3,2,21,1,18,21,0,1,17,0,2,21,0,9,17,22,0,21,11,0,33,21,0,20,17,0,49,0,0,7,16,22,0,22,11,0,32,16,22,0,23,11,14,21,0,23,0,42,0,33,7,22,0,20,13,14,21,0,23,0,42,0,33,7,22,0,22,13,14,21,0,20,0,42,0,33,7,22,0,1,13,14,21,0,20,0,42,0,33,7,22,0,5,13,14,21,0,21,0,33,21,0,20,17,22,0,24,11,14,0,62,0,11,21,0,24,17,0,31,16,22,0,25,11,14,0,62,0,12,21,0,24,17,22,0,26,11,0,49,0,0,7,16,22,0,27,11,14,0,14,0,19,0,31,0,10,19,21,0,26,19,0,42,0,22,7,0,31,0,22,19,0,61,19,0,8,9,22,0,28,11,14,21,0,1,0,32,21,1,12,0,34,16,0,0,0,67,17,0,0,0,62,0,64,0,71,0,67,3,4,17,17,22,0,29,11,14,21,0,29,21,0,28,0,61,17,22,0,30,11,14,21,0,29,21,0,28,0,52,0,64,8,0,2,0,63,19,0,6,21,0,28,0,52,0,63,8,19,16,22,0,31,11,0,0,0,52,0,11,0,52,0,62,8,0,10,21,0,30,19,8,16,22,0,32,11,14,21,0,1,21,0,32,0,34,16,0,11,0,62,17,0,56,15,17,8,16,14,21,0,1,21,0,28,21,1,8,0,34,16,17,22,0,33,11,14,21,0,1,0,62,0,14,21,0,32,17,0,12,21,0,33,17,0,47,0,10,7,16,0,56,15,18,8,16,14,21,0,30,0,2,0,64,17,0,0,0,62,0,63,0,64,3,3,0,33,21,0,31,17,17,22,0,34,11,14,21,0,18,0,10,21,0,17,17,0,8,16,22,0,35,11,0,9,21,0,19,17,22,0,36,11,14,21,0,3,0,33,0,52,21,0,20,0,33,21,0,25,17,8,0,54,21,0,32,0,25,0,61,17,8,16,0,2,21,0,35,17,0,42,0,1,7,21,0,17,17,22,0,3,12,14,0,62,0,11,21,0,3,17,0,33,0,52,21,0,11,8,0,54,0,28,0,52,0,61,8,8,16,22,0,37,11,0,28,16,0,9,21,0,36,17,22,0,38,11,14,21,0,3,0,33,21,0,38,0,8,16,21,1,26,16,17,0,2,21,0,38,17,0,0,21,0,3,17,0,20,0,15,0,63,19,0,11,21,0,37,19,0,1,0,20,19,0,6,0,20,0,14,0,64,19,0,2,21,0,37,0,0,0,61,17,19,0,33,0,52,21,0,11,8,0,54,0,28,8,9,19,16,22,0,39,11,14,21,0,39,0,33,0,0,0,6,0,61,19,0,5,0,20,19,21,0,38,0,8,16,0,49,0,0,7,16,0,53,0,20,0,1,0,33,19,8,19,0,62,0,14,21,0,39,17,0,9,21,0,36,17,0,8,16,21,1,26,16,17,0,6,22,0,39,13,14,21,0,39,0,28,16,0,2,21,0,36,17,0,0,22,0,3,13,14,21,1,23,0,1,21,0,1,17,22,0,40,11,21,0,6,0,53,0,11,8,0,9,0,15,0,52,0,62,8,19,16,22,0,41,11,0,31,16,22,0,42,11,0,42,0,33,7,21,0,1,17,22,0,43,11,14,21,1,12,21,1,18,21,0,1,17,0,31,16,22,0,44,11,14,21,0,21,0,1,21,0,9,17,0,33,21,0,20,17,0,49,0,0,7,16,0,32,16,22,0,11,12,14,21,0,20,0,33,21,0,11,17,22,0,45,11,14,21,0,17,0,1,21,0,18,17,0,33,21,0,45,17,0,12,0,31,0,51,0,1,8,0,11,19,0,62,17,0,42,0,3,7,0,63,17,0,0,0,61,17,22,0,46,11,14,21,1,9,0,34,16,0,0,0,67,17,0,14,21,0,1,17,0,33,21,0,11,17,0,31,16,22,0,47,11,14,21,0,17,0,33,21,0,45,17,0,32,16,22,0,48,11,0,42,0,33,7,22,0,11,13,14,21,0,20,0,33,21,0,11,17,22,0,45,12,14,21,0,11,0,32,16,22,0,49,11,14,21,0,11,0,42,0,33,7,22,0,1,13,14,21,0,45,0,42,0,33,7,22,0,3,13,14,21,0,45,0,42,0,33,7,22,0,39,13,14,21,0,17,0,12,21,0,18,17,0,33,21,0,45,17,0,31,16,0,22,21,0,48,0,32,16,0,33,21,0,47,17,17,22,0,47,12,14,21,0,49,0,33,21,0,25,17,22,0,50,11,0,31,21,0,33,0,25,0,61,17,17,0,0,0,61,17,22,0,51,11,14,21,0,51,0,61,0,20,0,62,0,20,0,45,0,0,7,0,64,0,26,16,19,0,42,0,33,7,0,58,0,53,0,22,8,19,0,14,0,65,0,62,0,58,3,3,19,0,21,0,50,0,47,0,9,7,8,9,3,2,0,55,0,47,0,6,7,0,0,0,61,19,0,53,0,12,0,52,0,13,8,8,8,21,0,3,19,3,2,0,55,0,13,0,11,0,62,19,8,16,0,40,0,125,17,14,21,0,11,0,33,0,61,0,0,21,0,51,17,17,0,41,21,0,18,7,0,33,21,0,20,0,53,0,33,8,19,0,12,21,0,41,0,53,0,33,8,19,16,0,47,0,10,7,16,0,8,16,0,40,0,126,17,14,0,65,0,15,21,0,3,17,22,0,52,11,14,0,62,0,11,21,0,3,17,0,11,21,0,52,17,22,0,53,11,14,21,0,53,0,28,16,21,1,26,16,0,42,0,33,7,21,0,39,17,22,0,54,11,0,15,0,61,17,22,0,55,11,14,0,63,0,16,21,0,3,17,0,9,0,63,0,11,21,0,54,17,17,22,0,56,11,0,31,16,0,29,16,22,0,57,11,14,0,64,0,14,21,0,3,17,0,9,21,0,56,17,0,27,16,0,10,21,0,56,17,22,0,58,11,14,0,61,0,16,21,0,39,17,0,27,16,0,9,21,1,8,0,34,16,0,0,0,63,17,0,14,21,0,1,17,17,0,11,21,0,55,17,22,0,59,11,14,21,0,59,0,10,21,0,58,17,0,8,16,0,29,0,54,21,1,25,0,1,0,19,19,0,52,0,13,0,50,0,26,8,8,8,16,22,0,60,11,14,21,0,52,0,31,16,22,0,61,11,0,0,0,52,21,0,60,0,53,0,33,8,8,16,0,0,0,61,17,22,0,62,11,14,21,0,3,0,33,21,0,61,17,0,13,0,72,17,22,0,63,11,14,21,0,3,0,33,21,0,62,17,22,0,64,11,0,17,21,0,54,0,33,21,0,62,17,17,0,40,0,127,17,14,21,0,41,0,33,21,0,11,0,33,21,0,62,17,17,0,10,0,62,0,14,21,0,64,17,17,0,47,0,9,7,16,0,40,0,128,1,17,14,21,0,1,0,44,0,62,7,16,0,33,0,52,21,0,62,8,0,54,21,0,1,0,33,21,0,61,17,0,42,0,1,7,21,1,8,0,34,16,17,0,2,0,63,17,0,0,21,0,51,0,37,21,0,61,17,17,0,0,21,0,63,17,0,0,0,61,17,8,16,0,1,0,52,0,27,8,16,0,33,21,0,49,17,0,49,0,0,7,16,0,28,16,22,0,65,11,0,33,21,0,11,17,0,2,16,22,0,66,11,14,21,0,65,0,33,21,0,42,17,22,0,67,11,14,0,63,0,71,3,2,21,1,18,21,0,67,17,22,0,68,11,14,21,0,67,0,7,0,9,0,11,19,0,63,17,22,0,69,11,0,42,0,31,7,21,0,42,17,22,0,70,11,0,44,0,62,7,16,22,0,71,11,14,0,62,0,11,21,0,24,17,0,49,0,0,7,16,0,33,21,0,70,17,22,0,72,11,14,21,0,26,0,13,0,22,0,31,19,16,0,33,21,0,72,17,22,0,73,11,14,21,0,27,0,33,21,0,42,17,0,42,21,0,23,0,33,21,0,25,17,0,22,21,0,1,0,13,16,17,7,0,33,0,31,0,52,21,0,68,8,0,22,21,0,72,19,19,0,22,21,0,23,0,31,21,0,26,17,0,22,0,58,17,0,53,0,33,8,0,0,21,0,67,0,14,0,61,17,19,19,16,22,0,74,11,14,21,0,71,0,22,22,0,68,13,14,21,0,43,0,31,21,0,69,17,0,22,22,0,43,13,14,21,0,74,0,32,16,0,33,0,52,21,0,43,0,31,0,52,21,0,68,8,0,53,0,22,8,16,22,0,75,11,0,53,0,33,8,0,32,9,8,16,22,0,76,11,14,21,0,74,0,33,0,52,21,0,76,0,31,0,52,0,15,0,52,21,0,68,0,13,16,8,8,16,8,0,13,0,52,0,28,8,9,0,51,0,10,8,21,0,75,17,0,47,0,9,7,16,0,40,0,129,1,17,14,21,0,76,0,33,0,52,21,0,68,0,42,0,31,7,16,0,1,16,0,22,21,0,68,17,0,53,0,33,0,50,0,49,0,0,7,8,8,0,32,9,8,16,0,31,0,52,21,0,68,0,13,16,0,53,0,11,8,8,16,22,0,76,12,14,21,0,76,0,42,0,33,7,22,0,68,13,14,21,0,76,0,42,0,33,7,22,0,43,13,14,21,0,43,0,13,0,52,0,28,8,16,0,11,21,0,68,17,0,47,0,10,7,0,56,21,0,43,0,53,0,31,0,50,21,0,8,8,8,8,16,14,21,0,70,0,44,0,63,7,16,0,22,0,61,0,64,3,2,21,1,18,21,0,67,17,17,0,33,21,0,76,17,0,31,0,52,0,2,0,10,21,0,68,19,8,16,0,28,0,53,0,1,8,16,0,12,0,63,17,0,47,0,9,7,16,0,40,0,130,1,17,14,21,0,73,0,22,21,0,42,17,0,33,0,52,21,0,76,8,0,54,0,33,0,52,21,0,68,21,1,26,16,8,8,16,22,0,77,11,14,0,63,0,71,3,2,21,1,18,21,0,65,17,0,9,21,0,41,17,0,49,0,0,7,16,21,1,25,0,1,0,20,19,21,0,26,17,22,0,78,11,0,31,21,0,26,0,27,0,61,17,17,22,0,79,11,14,21,0,40,0,33,21,0,44,17,0,0,0,63,17,0,15,0,52,0,62,8,0,53,0,0,8,16,0,0,21,0,30,0,2,0,64,17,0,33,21,0,27,0,33,21,0,44,17,17,17,0,22,0,61,0,1,21,0,78,17,0,0,21,0,34,0,33,21,0,27,17,17,0,33,21,0,77,17,17,22,0,80,11,14,21,0,65,0,33,21,0,44,17,0,22,21,0,71,17,0,22,21,0,67,17,0,11,0,62,17,0,0,0,73,17,21,0,44,0,44,0,62,7,16,0,22,21,0,71,17,0,22,21,0,77,0,24,0,52,0,13,8,21,0,42,17,21,0,22,0,53,0,33,8,0,51,0,1,8,21,0,42,17,17,21,0,80,3,3,22,0,81,11,14,21,0,73,0,11,0,52,0,28,0,52,0,58,8,8,16,0,31,16,22,0,82,11,14,21,0,44,0,22,21,0,73,17,0,22,21,0,42,17,0,31,0,64,17,21,0,73,0,33,21,0,82,17,3,2,0,31,0,61,0,64,3,2,17,0,29,0,58,17,0,22,16,22,0,83,11,14,21,0,81,0,12,16,0,30,16,0,21,16,21,0,82,0,44,0,64,7,16,21,0,82,0,20,0,1,0,27,19,0,52,0,13,8,21,0,73,17,21,0,82,0,44,0,74,7,16,3,4,0,29,0,58,17,22,0,84,11,14,21,0,58,0,8,16,0,49,0,0,7,16,21,1,25,0,1,0,20,19,21,0,53,17,0,7,0,10,0,12,19,0,63,17,0,9,21,0,55,17,22,0,85,11,14,21,0,56,0,28,16,0,10,0,61,0,14,21,0,3,17,17,0,11,21,0,66,0,11,21,0,53,17,0,10,0,52,0,27,8,16,0,10,21,0,58,17,0,10,21,0,85,17,17,0,31,16,22,0,86,11,14,0,62,0,14,21,0,3,17,0,11,21,0,58,17,0,10,0,62,0,16,21,0,3,17,0,9,21,0,55,17,17,0,11,21,1,11,0,34,16,0,14,21,0,1,17,17,0,27,16,0,33,21,0,86,17,22,0,87,11,14,21,1,19,0,11,21,0,1,17,0,31,16,22,0,88,11,0,42,0,33,7,21,0,1,17,22,0,89,11,0,9,16,0,38,16,22,0,90,11,0,28,0,1,0,20,19,0,58,17,0,31,16,0,33,21,0,89,17,22,0,91,11,14,21,0,6,0,0,21,1,23,17,22,0,92,11,0,16,21,0,1,17,0,31,16,22,0,93,11,0,22,21,0,88,17,22,0,94,11,14,21,0,1,0,33,21,0,93,17,0,0,21,0,90,0,13,16,0,42,0,1,7,21,0,92,17,17,0,22,22,0,91,13,14,21,1,19,0,14,21,0,1,17,22,0,95,11,14,21,1,9,0,34,16,0,0,0,63,17,0,14,21,0,1,17,22,0,96,11,14,21,1,9,0,34,16,0,0,0,71,17,0,14,21,0,1,17,22,0,97,11,21,1,26,0,51,0,11,8,21,0,96,17,0,9,21,0,95,17,22,0,98,11,14,0,62,0,22,21,0,98,17,0,49,0,0,7,16,0,31,0,61,0,22,21,0,97,17,17,0,25,0,61,17,0,28,0,53,0,1,8,16,0,0,21,0,53,0,27,0,61,17,0,31,21,0,97,17,0,8,16,17,0,42,0,22,7,21,0,46,17,22,0,99,11,14,21,0,95,0,11,21,0,98,17,0,31,16,22,0,100,11,14,21,0,96,0,31,16,22,0,101,11,14,21,0,94,21,0,94,21,0,50,21,0,50,21,0,100,21,0,47,0,31,0,63,17,21,0,62,0,31,21,0,63,17,21,0,60,0,33,21,0,57,17,0,6,0,61,17,0,0,21,0,57,17,21,0,87,0,0,21,0,86,17,0,0,0,52,21,0,60,0,53,0,33,8,0,2,21,0,87,19,8,16,21,0,101,3,10,0,22,16,0,42,0,33,7,21,0,11,17,0,22,21,0,83,17,0,32,16,22,0,102,11,14,21,0,94,0,44,0,62,7,16,21,0,91,21,0,50,0,44,0,75,7,16,21,0,50,0,13,16,0,26,16,0,0,0,61,17,21,0,100,0,44,0,74,7,16,21,0,99,0,23,21,0,66,0,33,21,0,47,17,0,0,0,64,17,17,0,30,16,0,21,16,21,0,1,0,0,21,0,59,17,0,33,21,0,61,0,31,21,0,63,17,17,0,0,21,1,8,0,34,16,0,0,0,61,17,0,1,0,76,17,17,0,6,0,76,17,21,0,3,0,33,21,0,57,17,0,0,0,67,17,21,0,54,0,33,21,0,86,17,0,2,0,78,17,0,1,21,0,87,17,0,0,0,77,17,0,14,0,52,0,57,8,0,2,0,60,19,0,0,0,20,19,16,21,0,101,0,44,0,79,7,16,3,10,0,22,21,0,84,17,0,22,16,0,33,21,0,102,17,22,0,103,11,14,0,79,0,22,21,0,103,17,21,1,31,16,22,0,104,22,0,105,4,2,11,14,21,0,104,21,0,90,21,0,31,21,0,30,0,8,16,21,0,101,0,13,0,51,0,1,8,21,0,103,17,0,16,21,0,102,17,0,22,0,61,17,0,42,0,31,7,21,0,105,17,21,0,34,0,0,21,0,79,17,3,4,3,3,25,0,80,22,0,3,11,14,21,0,1,0,6,0,61,17,0,46,0,4,7,21,0,3,17,0,5,16,22,0,4,11,0,0,0,61,17,22,0,5,11,0,28,16,0,49,0,0,7,16,22,0,6,11,14,21,0,6,0,31,21,0,5,17,0,1,0,52,0,13,0,50,0,26,8,8,16,0,32,16,0,32,16,22,0,7,11,14,21,0,1,15,19,21,0,4,17,0,33,21,0,7,17,22,0,8,11,14,21,0,8,21,0,6,3,2,25,21,0,1,21,1,28,16,22,0,3,22,0,4,22,0,5,22,0,6,4,4,11,14,21,0,3,21,1,30,21,0,4,21,0,5,0,34,16,21,0,6,3,3,17,22,0,7,22,0,8,22,0,9,4,3,11,14,21,0,7,21,0,5,0,25,0,61,17,0,22,21,0,2,0,33,21,0,8,17,3,1,17,0,22,16,21,0,9,0,12,16,0,30,16,0,43,0,11,7,16,3,3,25,21,0,1,21,0,2,16,25,21,0,1,0,33,0,52,21,0,2,0,31,21,0,1,17,8,0,54,0,44,0,61,7,8,16,21,1,11,21,0,2,0,42,0,33,7,16,17,25,0,62,0,40,21,0,1,0,31,16,0,34,16,0,105,3,2,17,25,21,0,2,0,42,0,31,7,22,1,23,13,14,21,0,1,0,31,21,0,2,17,25,0,20,0,50,0,47,0,10,7,8,0,56,21,0,1,0,11,0,51,0,23,8,21,1,3,0,53,21,0,2,0,53,0,31,8,8,19,0,42,0,40,7,0,62,19,8,25,0,45,0,14,7,0,48,15,20,7,0,20,0,50,0,43,0,62,7,8,19,0,34,0,58,19,22,0,3,11,14,15,21,22,0,4,11,14,0,62,21,0,4,0,115,8,0,42,0,61,21,0,4,0,116,8,7,3,2,0,55,0,13,0,51,0,12,8,8,22,0,5,11,14,21,0,1,21,0,5,0,117,3,2,0,55,0,13,0,51,0,5,8,0,11,21,0,3,19,8,21,0,2,17,0,42,0,40,7,0,62,17,25,21,0,1,21,2,20,0,118,17,0,42,0,40,7,0,62,17,25,0,20,0,50,0,47,0,10,7,8,0,56,21,0,1,0,11,0,51,0,23,8,21,1,5,0,53,21,0,2,0,53,0,31,8,8,19,0,42,0,40,7,0,62,19,8,25,21,1,14,0,22,0,62,17,0,31,21,0,1,17,0,13,21,2,9,0,34,16,0,0,0,71,17,17,0,33,0,52,21,1,11,8,0,22,0,62,19,0,31,21,0,1,19,21,1,15,0,121,8,16,25,0,62,0,40,21,2,12,21,2,18,21,0,1,17,0,9,21,1,27,0,14,0,62,17,17,0,42,0,31,7,21,1,5,17,0,123,3,2,17,25,0,62,0,40,21,2,8,0,34,16,0,14,21,0,1,17,0,9,21,1,32,0,13,0,62,17,0,33,21,1,27,17,17,0,42,0,31,7,21,1,5,17,0,124,3,2,17,25,21,0,2,0,2,16,22,0,3,11,14,21,0,1,21,0,3,0,47,0,10,7,16,0,56,0,31,0,52,21,0,3,8,0,51,21,1,3,0,53,0,3,8,0,5,9,0,53,21,0,0,8,8,0,22,0,7,0,0,21,0,3,0,53,0,2,8,19,0,52,21,1,3,8,19,8,0,61,0,1,21,0,2,17,17,25,21,0,1,0,27,16,0,0,21,0,2,17,0,49,0,6,7,16,0,6,21,0,1,17,25,0,36,0,14,0,19,0,50,0,13,8,19,0,42,0,31,7,0,20,19,0,0,21,0,2,19,0,42,0,33,7,21,3,2,19,0,22,0,100,19,0,22,21,0,1,19,0,22,0,114,19,25])
+ new Uint8Array([0,57,0,0,0,81,17,22,0,0,11,14,0,87,0,88,0,89,21,0,0,0,22,0,90,17,0,91,0,92,0,93,0,94,0,95,0,21,0,57,0,50,3,2,17,0,43,0,33,7,0,58,17,0,57,0,26,16,0,0,0,82,17,0,96,0,59,22,0,1,11,0,26,16,0,45,0,0,7,0,98,17,0,21,16,0,42,0,22,7,0,97,17,0,60,0,0,0,81,17,0,22,0,100,17,0,22,0,99,0,25,0,58,17,17,0,101,3,14,0,44,0,13,7,0,11,0,51,0,23,8,0,22,19,16,22,0,2,22,0,3,4,2,11,14,21,0,3,0,28,0,49,0,0,7,9,0,53,0,42,0,44,0,23,7,7,8,16,22,0,4,22,0,5,22,0,6,22,0,7,22,0,8,22,0,9,22,0,10,22,0,11,22,0,12,22,0,13,22,0,14,22,0,15,22,0,16,22,0,17,4,14,11,14,0,34,0,53,0,1,8,0,12,0,9,0,15,0,52,0,62,8,19,0,34,0,52,0,61,8,19,22,0,18,11,14,21,0,7,0,34,16,22,0,19,11,14,0,13,0,11,0,61,19,0,42,0,31,7,0,102,19,0,53,0,22,8,22,0,20,11,14,15,1,22,0,21,11,14,15,2,21,0,2,7,22,0,22,11,14,21,0,13,0,34,16,22,0,23,11,14,0,61,0,63,0,64,0,58,0,65,0,58,0,62,3,2,0,66,0,62,0,63,0,26,16,0,29,16,0,31,0,67,17,3,9,0,41,21,0,3,7,0,24,0,13,19,0,53,0,42,0,44,0,21,7,7,8,16,0,22,16,22,0,24,11,14,0,2,0,49,0,6,7,9,22,0,25,11,14,21,0,25,0,52,0,13,0,50,0,26,8,8,22,0,26,11,14,21,0,25,0,52,0,13,0,50,0,26,8,0,0,0,61,19,8,22,0,27,11,14,15,3,22,0,28,11,14,15,4,22,0,29,11,14,15,5,22,0,30,11,14,15,6,22,0,31,11,14,15,7,22,0,32,11,25,21,0,1,0,11,16,0,44,15,8,7,21,0,4,17,0,22,16,25,21,1,21,21,1,20,0,52,0,103,8,0,104,0,20,3,3,7,0,42,0,40,7,0,62,19,22,0,2,11,14,21,0,1,0,53,0,33,8,0,53,0,18,0,56,0,19,0,31,0,13,19,0,50,21,0,2,8,8,8,0,19,0,20,19,22,0,3,11,14,21,0,1,0,32,16,22,0,4,11,14,0,20,0,32,21,0,1,0,33,21,0,4,17,19,0,6,0,61,19,0,42,0,1,7,0,61,19,0,42,0,33,7,21,0,4,19,21,0,3,0,20,19,25,0,83,0,14,21,0,1,17,22,0,3,11,14,0,84,0,14,21,0,1,17,22,0,4,11,0,9,0,52,0,27,0,52,0,62,0,62,3,2,8,8,16,0,31,16,22,0,5,11,14,0,85,0,14,21,0,1,17,22,0,6,11,0,31,16,22,0,7,11,14,21,0,5,21,0,7,0,25,0,58,17,21,0,3,0,31,16,3,3,0,22,16,22,0,8,11,0,32,16,22,0,9,11,14,21,0,8,0,33,21,0,9,17,22,0,8,12,14,21,0,5,0,0,0,63,17,21,0,7,0,25,0,61,17,0,61,0,22,21,1,0,0,14,21,0,1,17,17,0,31,16,0,31,0,52,21,0,3,0,49,0,0,7,16,0,22,0,62,17,0,53,0,33,0,50,0,28,0,53,0,1,8,8,8,8,16,3,3,0,22,16,0,33,21,0,9,17,22,0,10,11,14,0,20,0,34,0,58,19,0,14,0,62,19,0,56,15,9,8,22,0,11,11,14,0,31,0,52,21,0,10,0,32,21,0,8,17,0,44,0,62,7,0,22,0,61,19,21,0,11,0,13,0,53,0,22,8,19,0,24,0,13,19,16,8,0,46,0,31,7,9,0,24,21,0,1,0,13,16,19,22,0,12,11,14,21,0,8,21,0,12,16,22,0,13,11,14,21,0,10,21,0,12,16,22,0,14,11,14,21,0,14,0,10,21,0,13,17,22,0,15,11,0,49,0,13,7,16,0,8,16,22,0,16,11,14,21,0,16,0,11,21,0,14,17,0,9,21,0,6,0,10,21,0,4,17,17,0,47,0,10,7,0,56,15,10,8,16,14,0,86,0,14,21,0,1,17,0,9,21,0,16,17,22,0,17,11,14,21,0,4,0,9,21,0,13,17,0,28,16,0,10,21,0,17,17,0,31,16,22,0,18,11,14,21,0,18,21,0,17,0,53,0,33,8,0,2,0,81,0,1,0,86,17,19,0,1,21,0,1,0,53,0,33,8,19,16,22,0,19,11,14,21,0,6,0,9,22,0,13,13,0,27,16,0,9,21,0,6,17,22,0,20,11,0,12,22,0,16,13,14,21,0,15,0,9,21,0,6,17,0,49,0,13,7,16,0,2,21,0,20,0,28,16,0,12,21,0,13,17,22,0,21,11,0,49,0,0,7,16,17,0,42,0,1,7,0,61,17,0,42,0,39,7,21,0,1,17,0,44,0,25,7,0,61,17,22,0,22,11,14,21,0,1,0,33,21,0,16,0,31,16,22,0,23,11,17,21,1,22,16,22,0,24,11,14,15,11,22,0,25,11,14,21,1,16,0,34,0,51,0,42,0,1,7,0,23,0,19,19,8,21,1,13,17,21,1,18,21,0,24,17,22,0,26,11,0,11,0,52,0,28,8,16,22,0,27,11,14,21,1,15,0,47,0,0,7,16,0,0,0,58,17,0,14,21,0,24,17,22,0,28,11,14,21,0,24,0,31,21,0,27,17,0,42,0,1,7,21,1,15,0,34,16,17,0,42,0,3,0,50,0,5,8,7,21,1,1,17,22,0,29,11,14,21,1,15,0,34,16,0,0,21,1,1,17,0,16,21,0,24,17,0,9,21,0,26,17,0,2,21,1,1,17,0,1,22,0,24,13,14,0,62,0,11,21,0,29,17,0,22,0,62,17,0,33,21,0,27,0,49,0,0,7,16,17,0,9,21,0,26,17,22,0,30,11,0,12,21,0,26,17,22,0,31,11,14,21,0,26,0,2,21,0,24,17,0,22,0,52,0,62,8,0,31,21,0,30,0,22,0,62,17,0,27,0,53,0,10,8,16,19,0,51,21,1,29,8,21,0,23,17,22,0,32,11,14,21,0,29,0,31,0,52,0,15,0,52,0,62,8,8,16,0,14,0,52,0,63,8,0,53,0,9,8,0,0,0,20,19,21,0,31,0,11,0,52,0,27,8,16,0,42,0,31,7,21,0,28,17,17,22,0,33,11,14,21,0,24,0,39,21,0,30,0,12,21,0,27,17,0,49,0,0,7,16,0,2,21,0,28,0,12,21,0,31,17,17,0,42,0,1,7,0,61,17,17,22,0,34,11,14,21,0,16,0,28,16,0,49,0,0,7,16,0,33,21,0,21,0,31,16,0,22,21,0,18,17,17,0,22,21,0,27,0,31,16,0,33,0,52,21,0,30,0,53,0,33,8,0,32,9,8,16,17,22,0,35,11,14,21,0,34,21,0,32,21,0,19,21,0,22,3,4,22,0,36,11,14,21,0,36,0,44,0,35,7,16,22,0,37,11,0,42,0,44,0,31,0,52,0,49,0,6,7,0,28,0,58,19,0,12,0,20,19,8,7,7,22,0,36,13,14,21,0,24,0,33,0,52,21,0,35,8,0,54,21,0,36,0,44,0,13,7,16,0,28,21,1,23,17,0,49,0,0,7,16,0,0,21,0,37,17,0,22,16,8,16,21,0,25,21,1,16,21,1,18,21,0,24,17,0,10,21,0,26,17,0,8,16,0,10,21,0,27,17,17,22,0,24,12,14,21,1,7,0,34,0,53,0,1,8,0,2,21,1,18,19,21,0,24,17,0,1,22,0,24,13,14,21,1,19,0,14,21,0,24,17,0,42,0,22,7,0,13,0,22,19,0,61,17,0,31,16,0,25,0,61,17,0,25,0,58,17,22,0,38,11,0,44,0,61,7,16,0,49,0,13,7,16,22,0,39,11,14,21,1,9,0,34,16,0,0,0,64,0,67,3,2,17,0,37,21,0,24,0,33,21,0,39,0,1,21,0,38,17,17,0,0,21,0,39,17,17,0,27,0,53,0,10,8,16,0,12,21,0,39,17,0,42,0,31,7,21,0,38,17,22,0,40,11,14,21,1,19,0,13,21,0,24,17,0,33,0,52,21,0,40,8,0,54,0,44,0,61,7,8,16,0,42,21,0,25,7,22,0,24,13,14,0,62,0,22,21,1,24,17,0,33,21,0,24,0,5,21,1,23,17,17,0,31,0,52,21,0,36,0,34,16,0,13,16,0,22,21,1,23,17,21,1,18,21,0,24,17,8,0,54,21,0,33,8,16,22,0,41,11,14,21,1,12,0,34,16,0,67,3,2,21,1,18,21,0,24,17,0,2,0,67,17,0,0,22,0,24,13,14,21,0,24,21,0,41,21,0,36,21,0,23,3,4,25,21,0,2,22,0,3,11,14,15,12,22,0,4,11,14,21,1,21,21,1,20,0,52,0,106,8,0,107,21,1,2,0,53,0,33,8,0,108,3,4,7,22,0,5,11,14,21,1,14,0,47,0,26,0,53,0,0,8,7,16,0,22,0,109,0,47,0,1,7,16,0,0,21,1,15,0,34,16,17,17,0,44,21,0,1,0,53,0,14,8,7,16,22,0,6,22,0,7,22,0,8,22,0,9,22,0,10,4,5,11,14,21,1,15,0,34,16,0,11,21,0,1,17,0,10,21,0,6,17,0,8,16,0,20,21,0,4,21,0,1,0,53,0,31,8,0,50,21,0,5,8,8,16,14,21,0,1,0,14,0,62,17,22,0,11,11,0,10,21,0,6,17,22,0,12,11,0,10,21,0,10,17,22,0,13,11,14,21,0,12,0,10,21,0,9,17,0,8,16,22,0,14,11,14,21,0,12,0,28,16,0,12,21,0,9,17,0,20,21,0,4,0,110,8,16,14,21,0,13,0,10,21,0,9,17,0,9,21,0,13,0,27,0,61,17,17,0,20,21,0,4,0,111,8,16,14,21,0,1,0,31,21,0,13,17,0,11,0,52,0,28,8,0,10,0,14,0,52,0,62,8,19,16,0,8,16,0,31,0,52,21,0,13,8,21,0,4,0,112,8,16,14,21,0,9,0,10,21,0,11,17,0,27,0,10,21,0,6,0,27,16,0,9,21,0,7,17,19,0,9,0,28,19,0,61,17,0,12,21,0,8,0,10,21,0,7,17,17,0,20,21,0,4,0,113,8,16,14,21,0,14,0,9,0,52,0,8,21,1,27,0,51,0,12,8,21,1,13,0,34,16,0,13,21,0,1,17,0,11,21,0,10,17,19,0,15,0,27,19,8,16,0,9,0,52,0,49,0,0,7,21,1,25,0,1,0,20,19,0,8,19,0,16,0,68,19,8,16,22,0,15,11,14,21,1,13,0,34,16,0,42,0,1,7,0,61,17,0,1,21,0,1,17,0,2,21,0,15,17,0,31,21,0,10,0,8,16,17,0,42,0,33,7,0,57,0,26,16,0,42,0,22,7,0,69,0,61,3,2,17,0,22,0,58,17,17,22,0,16,11,14,21,0,16,0,27,16,0,28,16,0,49,0,0,0,52,0,57,0,53,0,2,8,8,0,2,0,15,0,52,0,62,8,19,7,16,0,31,21,0,16,0,15,0,62,17,0,27,0,53,0,12,8,16,17,22,0,17,11,14,21,0,9,0,28,16,0,31,21,0,14,0,28,0,53,0,12,8,16,22,0,18,11,17,0,42,0,33,7,0,61,0,58,3,2,17,0,2,22,0,17,13,14,21,0,11,0,31,21,0,12,17,22,0,19,11,14,21,0,15,0,27,0,53,0,12,8,16,0,31,16,0,0,0,61,17,0,62,0,22,21,0,10,17,21,1,27,16,0,53,0,33,8,0,53,0,1,0,2,0,11,0,52,0,28,8,19,8,16,0,31,21,0,19,17,22,0,20,11,14,21,0,19,0,8,16,0,2,21,0,17,17,0,27,16,0,31,21,0,19,17,0,42,0,1,7,21,0,20,17,22,0,21,11,0,7,16,0,4,0,57,17,22,0,22,11,14,0,61,0,70,3,2,0,33,21,0,8,0,31,21,0,18,17,17,0,2,21,0,17,17,0,31,21,0,19,17,0,31,0,52,21,0,21,0,11,0,62,17,8,0,54,0,2,8,21,0,22,17,0,31,0,52,21,0,21,0,12,0,62,17,8,0,54,0,42,0,3,7,8,21,0,22,17,25,21,0,2,22,0,3,22,0,4,22,0,5,4,3,11,14,21,0,4,0,13,16,22,0,6,11,14,15,13,22,0,7,11,14,15,14,22,0,8,11,14,21,1,9,21,1,18,21,0,1,17,0,2,21,0,3,0,2,0,63,17,0,1,0,58,17,17,22,0,9,11,0,49,0,0,7,16,22,0,10,11,0,32,16,22,0,11,11,14,21,0,9,0,33,21,0,11,17,22,0,12,11,14,0,58,0,14,21,0,3,17,0,33,21,0,11,17,22,0,13,11,14,21,0,1,0,33,21,0,11,17,22,0,14,11,14,21,0,14,0,31,0,52,0,62,0,53,0,11,8,8,0,42,0,1,7,0,61,19,0,18,0,56,21,0,7,8,0,31,0,52,0,62,0,53,0,12,8,8,19,21,0,12,17,14,15,15,22,0,15,11,14,21,0,10,0,34,21,0,11,0,34,16,17,0,15,0,62,17,0,40,0,119,17,14,21,0,14,0,31,21,0,13,17,0,14,0,52,21,1,19,8,0,9,0,52,0,28,8,0,14,0,52,21,1,9,0,34,16,8,19,16,0,33,0,52,21,0,11,8,0,31,21,0,13,19,21,0,15,0,120,8,16,14,21,0,13,0,22,0,61,17,0,9,0,52,0,27,0,52,0,61,8,8,16,15,16,16,14,21,0,9,0,0,21,0,3,17,0,15,0,62,17,0,27,16,22,0,16,11,0,12,21,1,8,0,34,16,0,14,21,0,1,17,17,0,1,22,0,3,13,14,21,0,3,0,15,0,62,17,0,28,16,0,9,21,0,16,17,0,12,21,0,3,0,66,0,53,0,15,8,0,9,0,11,0,52,0,72,8,19,16,17,0,20,21,0,15,0,122,8,16,14,0,66,0,14,21,0,3,17,0,10,0,52,0,27,8,16,22,0,17,11,0,33,0,52,21,0,11,8,0,54,0,28,8,16,22,0,18,11,14,21,1,9,0,34,16,0,0,0,61,17,0,14,21,0,1,17,22,0,19,11,14,21,0,17,0,33,21,0,11,17,0,32,16,0,42,0,33,7,22,0,11,13,14,0,58,0,14,21,0,3,17,0,10,21,0,17,17,0,33,21,0,11,17,0,22,0,61,17,0,0,0,52,0,49,0,0,7,8,16,0,32,16,0,42,0,33,7,0,8,0,32,0,53,0,42,0,33,7,8,19,0,33,0,52,0,32,8,0,19,19,21,0,11,0,22,0,58,17,17,0,25,0,58,17,0,49,0,0,7,16,0,32,16,22,0,20,11,14,21,1,9,0,34,16,0,0,0,63,17,0,63,3,2,21,1,18,21,0,1,17,0,2,21,0,9,17,22,0,21,11,0,33,21,0,20,17,0,49,0,0,7,16,22,0,22,11,0,32,16,22,0,23,11,14,21,0,23,0,42,0,33,7,22,0,20,13,14,21,0,23,0,42,0,33,7,22,0,22,13,14,21,0,20,0,42,0,33,7,22,0,1,13,14,21,0,20,0,42,0,33,7,22,0,5,13,14,21,0,21,0,33,21,0,20,17,22,0,24,11,14,0,62,0,11,21,0,24,17,0,31,16,22,0,25,11,14,0,62,0,12,21,0,24,17,22,0,26,11,0,49,0,0,7,16,22,0,27,11,14,0,14,0,19,0,31,0,10,19,21,0,26,19,0,42,0,22,7,0,31,0,22,19,0,61,19,0,8,9,22,0,28,11,14,21,0,1,0,32,21,1,12,0,34,16,0,0,0,67,17,0,0,0,62,0,64,0,71,0,67,3,4,17,17,22,0,29,11,14,21,0,29,21,0,28,0,61,17,22,0,30,11,14,21,0,29,21,0,28,0,52,0,64,8,0,2,0,63,19,0,6,21,0,28,0,52,0,63,8,19,16,22,0,31,11,0,0,0,52,0,11,0,52,0,62,8,0,10,21,0,30,19,8,16,22,0,32,11,14,21,0,1,21,0,32,0,34,16,0,11,0,62,17,0,56,15,17,8,16,14,21,0,1,21,0,28,21,1,8,0,34,16,17,22,0,33,11,14,21,0,1,0,62,0,14,21,0,32,17,0,12,21,0,33,17,0,47,0,10,7,16,0,56,15,18,8,16,14,21,0,30,0,2,0,64,17,0,0,0,62,0,63,0,64,3,3,0,33,21,0,31,17,17,22,0,34,11,14,21,0,18,0,10,21,0,17,17,0,8,16,22,0,35,11,0,9,21,0,19,17,22,0,36,11,14,21,0,3,0,33,0,52,21,0,20,0,33,21,0,25,17,8,0,54,21,0,32,0,25,0,61,17,8,16,0,2,21,0,35,17,0,42,0,1,7,21,0,17,17,22,0,3,12,14,0,62,0,11,21,0,3,17,0,33,0,52,21,0,11,8,0,54,0,28,0,52,0,61,8,8,16,22,0,37,11,0,28,16,0,9,21,0,36,17,22,0,38,11,14,21,0,3,0,33,21,0,38,0,8,16,21,1,26,16,17,0,2,21,0,38,17,0,0,21,0,3,17,0,20,0,15,0,63,19,0,11,21,0,37,19,0,1,0,20,19,0,6,0,20,0,14,0,64,19,0,2,21,0,37,0,0,0,61,17,19,0,33,0,52,21,0,11,8,0,54,0,28,8,9,19,16,22,0,39,11,14,21,0,39,0,33,0,0,0,6,0,61,19,0,5,0,20,19,21,0,38,0,8,16,0,49,0,0,7,16,0,53,0,20,0,1,0,33,19,8,19,0,62,0,14,21,0,39,17,0,9,21,0,36,17,0,8,16,21,1,26,16,17,0,6,22,0,39,13,14,21,0,39,0,28,16,0,2,21,0,36,17,0,0,22,0,3,13,14,21,1,23,0,1,21,0,1,17,22,0,40,11,21,0,6,0,53,0,11,8,0,9,0,15,0,52,0,62,8,19,16,22,0,41,11,0,31,16,22,0,42,11,0,42,0,33,7,21,0,1,17,22,0,43,11,14,21,1,12,21,1,18,21,0,1,17,0,31,16,22,0,44,11,14,21,0,21,0,1,21,0,9,17,0,33,21,0,20,17,0,49,0,0,7,16,0,32,16,22,0,11,12,14,21,0,20,0,33,21,0,11,17,22,0,45,11,14,21,0,17,0,1,21,0,18,17,0,33,21,0,45,17,0,12,0,31,0,51,0,1,8,0,11,19,0,62,17,0,42,0,3,7,0,63,17,0,0,0,61,17,22,0,46,11,14,21,1,9,0,34,16,0,0,0,67,17,0,14,21,0,1,17,0,33,21,0,11,17,0,31,16,22,0,47,11,14,21,0,17,0,33,21,0,45,17,0,32,16,22,0,48,11,0,42,0,33,7,22,0,11,13,14,21,0,20,0,33,21,0,11,17,22,0,45,12,14,21,0,11,0,32,16,22,0,49,11,14,21,0,11,0,42,0,33,7,22,0,1,13,14,21,0,45,0,42,0,33,7,22,0,3,13,14,21,0,45,0,42,0,33,7,22,0,39,13,14,21,0,17,0,12,21,0,18,17,0,33,21,0,45,17,0,31,16,0,22,21,0,48,0,32,16,0,33,21,0,47,17,17,22,0,47,12,14,21,0,49,0,33,21,0,25,17,22,0,50,11,0,31,21,0,33,0,25,0,61,17,17,0,0,0,61,17,22,0,51,11,14,21,0,51,0,61,0,20,0,62,0,20,0,45,0,0,7,0,64,0,26,16,19,0,42,0,33,7,0,58,0,53,0,22,8,19,0,14,0,65,0,62,0,58,3,3,19,0,21,0,50,0,47,0,9,7,8,9,3,2,0,55,0,47,0,6,7,0,0,0,61,19,0,53,0,12,0,52,0,13,8,8,8,21,0,3,19,3,2,0,55,0,13,0,11,0,62,19,8,16,0,40,0,125,17,14,21,0,11,0,33,0,61,0,0,21,0,51,17,17,0,41,21,0,18,7,0,33,21,0,20,0,53,0,33,8,19,0,12,21,0,41,0,53,0,33,8,19,16,0,47,0,10,7,16,0,8,16,0,40,0,126,17,14,0,65,0,15,21,0,3,17,22,0,52,11,14,0,62,0,11,21,0,3,17,0,11,21,0,52,17,22,0,53,11,14,21,0,53,0,28,16,21,1,26,16,0,42,0,33,7,21,0,39,17,22,0,54,11,0,15,0,61,17,22,0,55,11,14,0,63,0,16,21,0,3,17,0,9,0,63,0,11,21,0,54,17,17,22,0,56,11,0,31,16,0,29,16,22,0,57,11,14,0,64,0,14,21,0,3,17,0,9,21,0,56,17,0,27,16,0,10,21,0,56,17,22,0,58,11,14,0,61,0,16,21,0,39,17,0,27,16,0,9,21,1,8,0,34,16,0,0,0,63,17,0,14,21,0,1,17,17,0,11,21,0,55,17,22,0,59,11,14,21,0,59,0,10,21,0,58,17,0,8,16,0,29,0,54,21,1,25,0,1,0,19,19,0,52,0,13,0,50,0,26,8,8,8,16,22,0,60,11,14,21,0,52,0,31,16,22,0,61,11,0,0,0,52,21,0,60,0,53,0,33,8,8,16,0,0,0,61,17,22,0,62,11,14,21,0,3,0,33,21,0,61,17,0,13,0,72,17,22,0,63,11,14,21,0,3,0,33,21,0,62,17,22,0,64,11,0,17,21,0,54,0,33,21,0,62,17,17,0,40,0,127,17,14,21,0,41,0,33,21,0,11,0,33,21,0,62,17,17,0,10,0,62,0,14,21,0,64,17,17,0,47,0,9,7,16,0,40,0,128,1,17,14,21,0,1,0,44,0,62,7,16,0,33,0,52,21,0,62,8,0,54,21,0,1,0,33,21,0,61,17,0,42,0,1,7,21,1,8,0,34,16,17,0,2,0,63,17,0,0,21,0,51,0,37,21,0,61,17,17,0,0,21,0,63,17,0,0,0,61,17,8,16,0,1,0,52,0,27,8,16,0,33,21,0,49,17,0,49,0,0,7,16,0,28,16,22,0,65,11,0,33,21,0,11,17,0,2,16,22,0,66,11,14,21,0,65,0,33,21,0,42,17,22,0,67,11,14,0,63,0,71,3,2,21,1,18,21,0,67,17,22,0,68,11,14,21,0,67,0,7,0,9,0,11,19,0,63,17,22,0,69,11,0,42,0,31,7,21,0,42,17,22,0,70,11,0,44,0,62,7,16,22,0,71,11,14,0,62,0,11,21,0,24,17,0,49,0,0,7,16,0,33,21,0,70,17,22,0,72,11,14,21,0,26,0,13,0,22,0,31,19,16,0,33,21,0,72,17,22,0,73,11,14,21,0,27,0,33,21,0,42,17,0,42,21,0,23,0,33,21,0,25,17,0,22,21,0,1,0,13,16,17,7,0,33,0,31,0,52,21,0,68,8,0,22,21,0,72,19,19,0,22,21,0,23,0,31,21,0,26,17,0,22,0,58,17,0,53,0,33,8,0,0,21,0,67,0,14,0,61,17,19,19,16,22,0,74,11,14,21,0,71,0,22,22,0,68,13,14,21,0,43,0,31,21,0,69,17,0,22,22,0,43,13,14,21,0,74,0,32,16,0,33,0,52,21,0,43,0,31,0,52,21,0,68,8,0,53,0,22,8,16,22,0,75,11,0,53,0,33,8,0,32,9,8,16,22,0,76,11,14,21,0,74,0,33,0,52,21,0,76,0,31,0,52,0,15,0,52,21,0,68,0,13,16,8,8,16,8,0,13,0,52,0,28,8,9,0,51,0,10,8,21,0,75,17,0,47,0,9,7,16,0,40,0,129,1,17,14,21,0,76,0,33,0,52,21,0,68,0,42,0,31,7,16,0,1,16,0,22,21,0,68,17,0,53,0,33,0,50,0,49,0,0,7,8,8,0,32,9,8,16,0,31,0,52,21,0,68,0,13,16,0,53,0,11,8,8,16,22,0,76,12,14,21,0,76,0,42,0,33,7,22,0,68,13,14,21,0,76,0,42,0,33,7,22,0,43,13,14,21,0,43,0,13,0,52,0,28,8,16,0,11,21,0,68,17,0,47,0,10,7,0,56,21,0,43,0,53,0,31,0,50,21,0,8,8,8,8,16,14,21,0,70,0,44,0,63,7,16,0,22,0,61,0,64,3,2,21,1,18,21,0,67,17,17,0,33,21,0,76,17,0,31,0,52,0,2,0,10,21,0,68,19,8,16,0,28,0,53,0,1,8,16,0,12,0,63,17,0,47,0,9,7,16,0,40,0,130,1,17,14,21,0,73,0,22,21,0,42,17,0,33,0,52,21,0,76,8,0,54,0,33,0,52,21,0,68,21,1,26,16,8,8,16,22,0,77,11,14,0,63,0,71,3,2,21,1,18,21,0,65,17,0,9,21,0,41,17,0,49,0,0,7,16,21,1,25,0,1,0,20,19,21,0,26,17,22,0,78,11,0,31,21,0,26,0,27,0,61,17,17,22,0,79,11,14,21,0,40,0,33,21,0,44,17,0,0,0,63,17,0,15,0,52,0,62,8,0,53,0,0,8,16,0,0,21,0,30,0,2,0,64,17,0,33,21,0,27,0,33,21,0,44,17,17,17,0,22,0,61,0,1,21,0,78,17,0,0,21,0,34,0,33,21,0,27,17,17,0,33,21,0,77,17,17,22,0,80,11,14,21,0,65,0,33,21,0,44,17,0,22,21,0,71,17,0,22,21,0,67,17,0,11,0,62,17,0,0,0,73,17,21,0,44,0,44,0,62,7,16,0,22,21,0,71,17,0,22,21,0,77,0,24,0,52,0,13,8,21,0,42,17,21,0,22,0,53,0,33,8,0,51,0,1,8,21,0,42,17,17,21,0,80,3,3,22,0,81,11,14,21,0,73,0,11,0,52,0,28,0,52,0,58,8,8,16,0,31,16,22,0,82,11,14,21,0,44,0,22,21,0,73,17,0,22,21,0,42,17,0,31,0,64,17,21,0,73,0,33,21,0,82,17,3,2,0,31,0,61,0,64,3,2,17,0,29,0,58,17,0,22,16,22,0,83,11,14,21,0,81,0,12,16,0,30,16,0,21,16,21,0,82,0,44,0,64,7,16,21,0,82,0,20,0,1,0,27,19,0,52,0,13,8,21,0,73,17,21,0,82,0,44,0,74,7,16,3,4,0,29,0,58,17,22,0,84,11,14,21,0,58,0,8,16,0,49,0,0,7,16,21,1,25,0,1,0,20,19,21,0,53,17,0,7,0,10,0,12,19,0,63,17,0,9,21,0,55,17,22,0,85,11,14,21,0,56,0,28,16,0,10,0,61,0,14,21,0,3,17,17,0,11,21,0,66,0,11,21,0,53,17,0,10,0,52,0,27,8,16,0,10,21,0,58,17,0,10,21,0,85,17,17,0,31,16,22,0,86,11,14,0,62,0,14,21,0,3,17,0,11,21,0,58,17,0,10,0,62,0,16,21,0,3,17,0,9,21,0,55,17,17,0,11,21,1,11,0,34,16,0,14,21,0,1,17,17,0,27,16,0,33,21,0,86,17,22,0,87,11,14,21,1,19,0,11,21,0,1,17,0,31,16,22,0,88,11,0,42,0,33,7,21,0,1,17,22,0,89,11,0,9,16,0,38,16,22,0,90,11,0,28,0,1,0,20,19,0,58,17,0,31,16,0,33,21,0,89,17,22,0,91,11,14,21,0,6,0,0,21,1,23,17,22,0,92,11,0,16,21,0,1,17,0,31,16,22,0,93,11,0,22,21,0,88,17,22,0,94,11,14,21,0,1,0,33,21,0,93,17,0,0,21,0,90,0,13,16,0,42,0,1,7,21,0,92,17,17,0,22,22,0,91,13,14,21,1,19,0,14,21,0,1,17,22,0,95,11,14,21,1,9,0,34,16,0,0,0,63,17,0,14,21,0,1,17,22,0,96,11,14,21,1,9,0,34,16,0,0,0,71,17,0,14,21,0,1,17,22,0,97,11,21,1,26,0,51,0,11,8,21,0,96,17,0,9,21,0,95,17,22,0,98,11,14,0,62,0,22,21,0,98,17,0,49,0,0,7,16,0,31,0,61,0,22,21,0,97,17,17,0,25,0,61,17,0,28,0,53,0,1,8,16,0,0,21,0,53,0,27,0,61,17,0,31,21,0,97,17,0,8,16,17,0,42,0,22,7,21,0,46,17,22,0,99,11,14,21,0,95,0,11,21,0,98,17,0,31,16,22,0,100,11,14,21,0,96,0,31,16,22,0,101,11,14,21,0,94,21,0,94,21,0,50,21,0,50,21,0,100,21,0,47,0,31,0,63,17,21,0,62,0,31,21,0,63,17,21,0,60,0,33,21,0,57,17,0,6,0,61,17,0,0,21,0,57,17,21,0,87,0,0,21,0,86,17,0,0,0,52,21,0,60,0,53,0,33,8,0,2,21,0,87,19,8,16,21,0,101,3,10,0,22,16,0,42,0,33,7,21,0,11,17,0,22,21,0,83,17,22,0,102,11,0,32,16,22,0,103,11,14,21,0,94,0,44,0,62,7,16,21,0,91,21,0,50,0,44,0,75,7,16,21,0,50,0,13,16,0,26,16,0,0,0,61,17,21,0,100,0,44,0,74,7,16,21,0,99,0,23,21,0,66,0,33,21,0,47,17,0,0,0,64,17,17,0,30,16,0,21,16,21,0,1,0,0,21,0,59,17,0,33,21,0,61,0,31,21,0,63,17,17,0,0,21,1,8,0,34,16,0,0,0,61,17,0,1,0,76,17,17,0,6,0,76,17,21,0,3,0,33,21,0,57,17,0,0,0,67,17,21,0,54,0,33,21,0,86,17,0,2,0,78,17,0,1,21,0,87,17,0,0,0,77,17,0,14,0,52,0,57,8,0,2,0,60,19,0,0,0,20,19,16,21,0,101,0,44,0,79,7,16,3,10,0,22,21,0,84,17,0,22,16,0,33,21,0,103,17,22,0,104,11,14,0,79,0,22,21,0,104,17,21,1,31,16,22,0,105,22,0,106,22,0,107,4,3,11,14,21,0,105,21,0,90,21,0,31,21,0,30,0,8,16,21,0,101,0,13,0,51,0,1,8,21,0,104,17,0,16,21,0,103,17,0,22,0,61,17,0,42,0,31,7,21,0,106,17,21,0,34,0,0,21,0,79,17,3,4,21,0,5,0,33,0,22,0,20,19,0,58,17,0,33,21,0,102,0,33,21,0,103,17,0,42,0,22,7,0,58,17,17,0,31,21,0,107,17,3,4,25,0,80,22,0,3,11,14,21,0,1,0,6,0,61,17,0,46,0,4,7,21,0,3,17,0,5,16,22,0,4,11,0,0,0,61,17,22,0,5,11,0,28,16,0,49,0,0,7,16,22,0,6,11,14,21,0,6,0,31,21,0,5,17,0,1,0,52,0,13,0,50,0,26,8,8,16,0,32,16,0,32,16,22,0,7,11,14,21,0,1,15,19,21,0,4,17,0,33,21,0,7,17,22,0,8,11,14,21,0,8,21,0,6,21,0,5,3,3,25,21,0,1,21,1,28,16,22,0,3,22,0,4,22,0,5,22,0,6,4,4,11,14,21,0,3,21,1,30,21,0,4,21,0,5,0,34,16,21,0,6,3,3,17,22,0,7,22,0,8,22,0,9,22,0,10,4,4,11,14,21,0,7,21,0,5,0,25,0,61,17,0,22,21,0,2,0,33,21,0,8,17,3,1,17,0,22,16,21,0,9,0,12,16,0,30,16,0,43,0,11,7,16,21,0,10,3,4,25,21,0,1,21,0,2,16,25,21,0,1,0,33,0,52,21,0,2,0,31,21,0,1,17,8,0,54,0,44,0,61,7,8,16,21,1,11,21,0,2,0,42,0,33,7,16,17,25,0,62,0,40,21,0,1,0,31,16,0,34,16,0,105,3,2,17,25,21,0,2,0,42,0,31,7,22,1,23,13,14,21,0,1,0,31,21,0,2,17,25,0,20,0,50,0,47,0,10,7,8,0,56,21,0,1,0,11,0,51,0,23,8,21,1,3,0,53,21,0,2,0,53,0,31,8,8,19,0,42,0,40,7,0,62,19,8,25,0,45,0,14,7,0,48,15,20,7,0,20,0,50,0,43,0,62,7,8,19,0,34,0,58,19,22,0,3,11,14,15,21,22,0,4,11,14,0,62,21,0,4,0,115,8,0,42,0,61,21,0,4,0,116,8,7,3,2,0,55,0,13,0,51,0,12,8,8,22,0,5,11,14,21,0,1,21,0,5,0,117,3,2,0,55,0,13,0,51,0,5,8,0,11,21,0,3,19,8,21,0,2,17,0,42,0,40,7,0,62,17,25,21,0,1,21,2,20,0,118,17,0,42,0,40,7,0,62,17,25,0,20,0,50,0,47,0,10,7,8,0,56,21,0,1,0,11,0,51,0,23,8,21,1,5,0,53,21,0,2,0,53,0,31,8,8,19,0,42,0,40,7,0,62,19,8,25,21,1,14,0,22,0,62,17,0,31,21,0,1,17,0,13,21,2,9,0,34,16,0,0,0,71,17,17,0,33,0,52,21,1,11,8,0,22,0,62,19,0,31,21,0,1,19,21,1,15,0,121,8,16,25,0,62,0,40,21,2,12,21,2,18,21,0,1,17,0,9,21,1,27,0,14,0,62,17,17,0,42,0,31,7,21,1,5,17,0,123,3,2,17,25,0,62,0,40,21,2,8,0,34,16,0,14,21,0,1,17,0,9,21,1,32,0,13,0,62,17,0,33,21,1,27,17,17,0,42,0,31,7,21,1,5,17,0,124,3,2,17,25,21,0,2,0,2,16,22,0,3,11,14,21,0,1,21,0,3,0,47,0,10,7,16,0,56,0,31,0,52,21,0,3,8,0,51,21,1,3,0,53,0,3,8,0,5,9,0,53,21,0,0,8,8,0,22,0,7,0,0,21,0,3,0,53,0,2,8,19,0,52,21,1,3,8,19,8,0,61,0,1,21,0,2,17,17,25,21,0,1,0,27,16,0,0,21,0,2,17,0,49,0,6,7,16,0,6,21,0,1,17,25,0,36,0,14,0,19,0,50,0,13,8,19,0,42,0,31,7,0,20,19,0,0,21,0,2,19,0,42,0,33,7,21,3,2,19,0,22,0,100,19,0,22,21,0,1,19,0,22,0,114,19,25])
,[runtime[0],runtime[1],runtime[2],runtime[3],runtime[4],runtime[6],runtime[7],runtime[8],runtime[9],runtime[10],runtime[11],runtime[12],runtime[13],runtime[14],runtime[15],runtime[16],runtime[17],runtime[18],runtime[19],runtime[20],runtime[21],runtime[22],runtime[23],runtime[24],runtime[25],runtime[26],runtime[27],runtime[28],runtime[29],runtime[30],runtime[31],runtime[32],runtime[33],runtime[35],runtime[36],runtime[37],runtime[38],runtime[39],runtime[40],runtime[41],runtime[42],runtime[43],runtime[44],runtime[45],runtime[46],runtime[47],runtime[48],runtime[49],runtime[50],runtime[51],runtime[52],runtime[53],runtime[54],runtime[55],runtime[56],runtime[58],runtime[61],10,-1,26,9,1,0,2,3,-3,-2,5,17,3.14159265358979,Infinity,4,-4,21,14,15,11,16,7,25,128,'
- ,[[0,1,0,33],[1,0,466,5],[1,1,485,5],[0,0,609,42],[0,0,2031,23],[0,0,2836,106],[0,0,6890,9],[0,0,7006,10],[0,0,7109,3],[0,0,7117,3],[0,0,7157,3],[0,0,7176,3],[2,1,7199,3],[0,0,7246,6],[0,0,7359,3],[2,1,7377,3],[0,0,7424,3],[0,0,7479,3],[0,0,7519,3],[0,0,7567,4],[0,0,7653,3],[2,1,7678,3]]
+ ,[[0,1,0,33],[1,0,466,5],[1,1,485,5],[0,0,609,42],[0,0,2031,23],[0,0,2836,108],[0,0,6936,9],[0,0,7055,11],[0,0,7164,3],[0,0,7172,3],[0,0,7212,3],[0,0,7231,3],[2,1,7254,3],[0,0,7301,6],[0,0,7414,3],[2,1,7432,3],[0,0,7479,3],[0,0,7534,3],[0,0,7574,3],[0,0,7622,4],[0,0,7708,3],[2,1,7733,3]]
);
runtime[42] = assertFn("!");
runtime.map((r,i) => {
diff --git a/docs/repl.js b/docs/repl.js
index da06e383..e9158b12 100644
--- a/docs/repl.js
+++ b/docs/repl.js
@@ -14,22 +14,23 @@ let repl = ()=>{
try {
doc.rslt.textContent=fmt(bqn(s));
} catch(e) {
- let r=e.src, w=e.message, is=null;
- if (r==='Compiler'&&w.sh[0]===2) [is,w]=w;
- if (r==='!') w=w?fmt(w).replace(/^/gm,'! '):'! Error';
- else w=w.sh?w.join(''):w;
- if (is!==null) {
+ console.log(e);
+ let r=e.src, w=e.message, loc=[];
+ while (w.sh&&w.sh[0]===2) {
+ let is; [is,w]=w;
let n=is.sh?is.sh[0]:0, i=n?is[0]:is;
let to=i=>Array.from(s).slice(0,i).join('').split('\n');
let ll=to(i), l=ll.length-1, j=ll[l].length, m=to()[l];
let k=1,o=i-j,cl=j; while (k<n&&(cl=is[k]-o)<m.length) k++;
let c=Array(cl).fill(0); c[j]=1;
for (let h=1;h<k;h++) c[is[h]-o]=1;
- w = [w,'',m,c.map(t=>t?'^':' ').join('')].join('\n');
- if (k<n) w+='\n'+'(and other lines)';
+ let add = ['',m,c.map(t=>t?'^':' ').join('')];
+ loc = add.concat(k<n?['(and other lines)']:[], loc);
}
+ if (r==='!') w=w?fmt(w).replace(/^/gm,'! '):'! Error';
+ else w=w.sh?w.join(''):w;
doc.rslt.classList.add('err');
- doc.rslt.textContent=w;
+ doc.rslt.textContent=[w].concat(loc).join('\n');
}
}, 0);
}