diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-09-01 21:42:49 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-09-02 17:02:34 -0400 |
| commit | 41eb2bbe60ce183cefc20abd6360bae82cf06a54 (patch) | |
| tree | 402e9bbab2ad7ffdbeb1e29636cac610d1b2316a /docs | |
| parent | c7293256857d96850e450798db3076ed5f55b5fb (diff) | |
Renumber compiler and JS VM opcodes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/bqn.js | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/docs/bqn.js b/docs/bqn.js index 6ed88162..5402c345 100644 --- a/docs/bqn.js +++ b/docs/bqn.js @@ -85,28 +85,28 @@ let genjs = (B, p, L) => { // Bytecode -> Javascript compiler if (p>B.length) throw Error("Internal compiler error: Unclosed function"); if (L) r+="l="+p+";"; switch(B[p++]) { - case 0: { r+= rP("O["+num()+"]"); break; } - case 3: case 4: { let n=num(); rD-= n; r+=rP("llst(["+(new Array(n).fill().map((_,i)=>rV(rD+i)).join(","))+"])"); break; } - case 5: case 16: { let f=rG(),x=rG(); r+=rP("call("+f+","+x +")"); break; } - case 6: case 17: { let w=rG(),f=rG(),x=rG(); r+=rP("call("+f+","+x+","+w+")"); break; } - case 7: { let f=rG(),m=rG(); r+="chkM(1,"+m+");"+rP(m+"("+f +")"); break; } - case 8: { let f=rG(),m=rG(),g=rG(); r+="chkM(2,"+m+");"+rP(m+"("+f+","+g+")"); break; } - case 9: { let g=rG(),h=rG(); r+=rP("train2(" +g+","+h+")"); break; } - case 10:case 19: { let f=rG(),g=rG(),h=rG(); r+=rP("train3("+f+","+g+","+h+")"); break; } - case 11: { let i=rG(), v=rG(); r+=rP("set(1,"+i+","+v +")"); break; } - case 12: { let i=rG(), v=rG(); r+=rP("set(0,"+i+","+v +")"); break; } - case 13: { let i=rG(),f=rG(),x=rG(); r+=rP("set(0,"+i+",call("+f+","+x+",get("+i+")))"); break; } - case 23: { let m=rG(); r+=rP("{match:1,v:"+m+"}"); break; } - case 24: { let i=rG(), v=rG(); r+="try{set(1,"+i+","+v+");}catch(e){break;}"; break; } - case 14: { rD--; break; } - case 15: { r+= rP("D["+num()+"](e)"); break; } - case 18: { r+= "if(undefined==="+rV(rD-1)+")throw Error('Left argument required');"; break; } - case 21:case 31: { r+= rP("getv("+ge(num())+","+num()+")"); break; } - case 22: { r+= rP("{e:"+ge(num())+",p:"+num()+"}"); break; } - case 28: { let m=rG(); r+=rP("{vid:e.vid,m:"+m+",a:"+num()+"}"); break; } - case 26: { let v=rG(); r+=rP("readns("+v+",e.vid,"+num()+")"); break; } - case 25: { if(rD!==1) throw Error("Internal compiler error: Wrong stack size"); r+= "return v0;"; break loop; } - case 29: { r+= "e.ns=e.vid.ns;return e;"; break loop; } + case 0: { r+= rP("O["+num()+"]"); break; } + case 1: { r+= rP("D["+num()+"](e)"); break; } + case 6: { rD--; break; } + case 7: { if(rD!==1) throw Error("Internal compiler error: Wrong stack size"); r+= "return v0;"; break loop; } + case 8: { r+= "e.ns=e.vid.ns;return e;"; break loop; } + case 11:case 12: { let n=num(); rD-= n; r+=rP("llst(["+(new Array(n).fill().map((_,i)=>rV(rD+i)).join(","))+"])"); break; } + case 16:case 18: { let f=rG(),x=rG(); r+=rP("call("+f+","+x +")"); break; } + case 17:case 19: { let w=rG(),f=rG(),x=rG(); r+=rP("call("+f+","+x+","+w+")"); break; } + case 20: { let g=rG(),h=rG(); r+=rP("train2(" +g+","+h+")"); break; } + case 21:case 23: { let f=rG(),g=rG(),h=rG(); r+=rP("train3("+f+","+g+","+h+")"); break; } + case 26: { let f=rG(),m=rG(); r+="chkM(1,"+m+");"+rP(m+"("+f +")"); break; } + case 27: { let f=rG(),m=rG(),g=rG(); r+="chkM(2,"+m+");"+rP(m+"("+f+","+g+")"); break; } + case 22: { r+= "if(undefined==="+rV(rD-1)+")throw Error('Left argument required');"; break; } + case 32:case 34: { r+= rP("getv("+ge(num())+","+num()+")"); break; } + case 33: { r+= rP("{e:"+ge(num())+",p:"+num()+"}"); break; } + case 43: { let m=rG(); r+=rP("{match:1,v:"+m+"}"); break; } + case 47: { let i=rG(), v=rG(); r+="try{set(1,"+i+","+v+");}catch(e){break;}"; break; } + case 48: { let i=rG(), v=rG(); r+=rP("set(1,"+i+","+v +")"); break; } + case 49: { let i=rG(), v=rG(); r+=rP("set(0,"+i+","+v +")"); break; } + case 50: { let i=rG(),f=rG(),x=rG(); r+=rP("set(0,"+i+",call("+f+","+x+",get("+i+")))"); break; } + case 66: { let m=rG(); r+=rP("{vid:e.vid,m:"+m+",a:"+num()+"}"); break; } + case 64: { let v=rG(); r+=rP("readns("+v+",e.vid,"+num()+")"); break; } } } return "let "+new Array(szM).fill().map((_,i)=>rV(i)).join(',')+";"+r+fin; @@ -380,7 +380,7 @@ let runtime_0 = [ ]; let [runtime,setPrims] = run( - [0,96,22,0,0,11,14,15,1,22,0,1,11,14,15,2,22,0,2,11,14,15,3,22,0,3,11,14,0,0,0,12,0,45,10,22,0,4,11,14,0,0,0,13,0,46,10,22,0,5,11,14,0,45,0,12,0,41,0,11,8,3,2,0,43,0,0,0,12,0,46,10,8,22,0,6,11,14,0,45,0,12,0,41,0,11,0,39,0,19,8,8,3,2,0,43,0,0,0,12,0,46,10,8,22,0,7,11,14,21,0,5,0,44,0,20,8,22,0,8,11,14,0,30,21,0,5,7,0,35,0,8,7,0,46,10,22,0,9,11,14,15,4,0,15,3,2,0,43,21,0,4,8,22,0,10,11,14,15,5,0,37,15,6,8,22,0,11,11,14,0,14,0,42,0,28,8,22,0,12,11,14,0,34,0,12,7,0,35,0,8,7,0,46,10,22,0,13,11,14,0,4,0,41,0,30,0,46,7,8,22,0,14,11,14,15,7,22,0,15,11,14,15,8,22,0,16,11,14,15,9,22,0,17,11,14,21,0,17,0,55,7,22,0,18,11,14,15,10,22,0,19,11,14,15,11,22,0,20,11,14,0,56,0,45,0,57,0,45,0,58,0,46,0,59,0,46,0,60,0,46,0,61,0,46,0,62,0,48,0,63,0,49,0,64,0,45,0,65,0,46,0,66,0,45,0,67,0,46,0,68,0,45,0,69,0,46,3,28,21,0,20,0,97,0,39,0,5,8,8,15,12,9,22,0,21,11,14,15,13,22,0,22,11,14,15,14,22,0,23,11,14,15,15,22,0,24,11,14,0,13,0,13,0,24,0,33,0,12,7,9,0,13,0,48,0,42,0,13,8,10,10,22,0,25,11,14,21,0,25,0,7,0,33,21,0,25,7,10,22,0,26,11,14,0,46,0,15,0,16,0,45,10,0,42,0,13,0,8,0,47,10,0,7,0,46,10,15,16,3,2,0,43,0,24,0,39,21,0,4,8,8,8,3,2,0,43,0,24,0,39,0,14,8,0,35,0,8,7,0,46,10,0,20,0,45,10,8,22,0,27,11,14,15,17,22,0,28,11,14,15,18,22,0,29,11,14,21,0,26,21,0,27,0,33,21,0,27,7,0,7,9,3,2,0,43,0,25,0,39,21,0,4,8,8,15,19,3,3,0,43,21,0,4,0,40,0,6,8,8,22,0,30,11,14,15,20,22,0,31,11,14,21,0,31,0,45,7,22,0,32,11,14,31,0,31,0,46,7,22,0,33,11,14,15,21,22,0,34,11,14,15,22,22,0,35,11,14,21,0,8,0,40,15,23,8,22,0,36,11,14,15,24,22,0,37,11,14,0,29,0,41,21,0,37,8,22,0,38,11,14,15,25,22,0,39,11,14,15,26,22,0,40,11,14,21,0,35,0,24,0,31,0,6,7,0,50,10,0,33,0,29,7,0,33,21,0,38,0,39,21,0,32,0,39,21,0,14,8,8,7,10,7,22,0,41,11,14,21,0,35,0,34,0,8,7,0,31,0,18,7,9,0,34,0,7,7,0,25,10,0,41,0,22,0,39,0,17,8,8,7,22,0,42,11,14,21,0,8,0,24,0,36,15,27,8,3,2,0,43,0,12,0,20,0,45,10,8,22,0,43,11,14,15,28,0,44,0,24,0,36,15,29,8,8,22,0,44,11,14,15,30,22,0,45,11,14,15,31,22,0,46,11,14,21,0,6,0,5,0,113,10,0,114,3,2,0,12,0,41,0,11,8,0,5,0,115,10,0,116,3,2,3,2,0,30,15,32,7,5,22,0,47,22,0,48,4,2,11,14,15,33,22,0,49,11,14,21,0,8,0,42,15,34,8,22,0,50,11,14,15,35,31,0,50,3,2,0,43,0,25,0,39,0,15,8,21,0,9,9,8,22,0,51,11,14,31,0,49,21,0,51,3,2,0,43,0,25,0,39,21,0,4,8,8,22,0,52,11,14,15,36,22,0,53,11,14,15,37,22,0,54,11,14,21,0,8,0,40,21,0,53,0,128,0,15,0,30,0,0,0,12,0,46,10,7,9,0,35,0,8,7,0,46,10,0,46,0,45,0,24,0,29,15,38,10,15,39,3,6,7,8,22,0,55,11,14,0,24,0,15,0,129,0,39,0,5,8,0,16,0,41,0,45,8,3,2,0,43,0,22,0,20,0,45,10,8,9,3,2,0,43,21,0,4,8,22,0,56,11,14,15,40,22,0,57,11,14,15,41,22,0,58,11,14,0,27,0,26,0,28,10,22,0,59,11,14,0,24,0,29,0,22,0,17,9,0,42,21,0,59,8,10,21,0,59,3,2,0,43,0,24,0,39,0,12,8,0,12,0,46,10,8,22,0,60,11,14,0,24,0,36,21,0,8,0,42,21,0,53,0,133,31,0,5,0,45,0,45,0,24,0,39,0,22,8,0,20,0,45,10,0,44,0,24,31,0,60,0,22,0,42,21,0,58,8,10,8,0,24,0,17,9,31,0,59,31,0,58,10,3,6,7,8,8,22,0,61,11,14,15,42,15,43,15,44,3,3,0,43,0,25,0,39,0,12,8,0,11,0,47,10,8,22,0,62,11,14,0,24,0,36,21,0,8,0,40,31,0,53,0,137,0,15,0,39,0,30,0,0,0,12,0,46,10,7,0,35,0,8,7,0,22,0,20,0,45,10,10,8,0,46,0,46,0,24,0,29,0,22,0,42,21,0,62,8,10,31,0,62,3,6,7,8,8,22,0,63,11,14,15,45,22,0,64,11,14,0,24,15,46,3,2,0,30,15,47,7,0,26,0,24,10,5,0,30,15,48,7,5,22,0,65,11,14,15,49,0,41,31,0,65,0,29,0,46,0,46,0,47,0,51,0,45,3,5,6,21,0,16,0,138,8,8,22,0,66,11,14,15,50,22,0,67,11,14,15,51,22,0,68,11,14,15,52,22,0,69,11,14,15,53,22,0,70,11,14,0,45,0,12,0,41,0,32,21,0,70,7,8,3,2,0,43,0,0,0,12,0,51,10,8,22,0,71,11,14,0,24,21,0,4,9,0,12,0,40,0,12,8,0,14,0,40,21,0,13,8,3,3,0,35,15,54,7,5,22,0,72,11,14,15,55,22,0,73,11,14,21,0,4,0,40,0,12,8,0,45,3,2,0,24,0,39,21,0,4,8,0,12,3,2,0,12,0,40,0,12,8,0,45,3,2,0,14,0,40,21,0,13,8,0,45,3,2,15,56,3,5,0,35,15,57,7,5,22,0,74,11,14,0,45,15,58,3,2,0,43,21,0,4,8,22,0,75,11,14,21,0,74,0,37,21,0,75,8,22,0,76,11,14,21,0,74,0,7,0,46,10,0,37,0,45,0,17,5,0,14,3,2,0,43,21,0,4,8,8,22,0,77,11,14,21,0,76,0,39,0,5,8,0,25,0,24,10,22,0,78,11,14,0,15,0,39,0,1,0,36,0,24,8,0,35,21,0,78,0,36,0,24,8,7,3,2,0,43,0,22,0,20,0,45,10,8,8,22,0,79,11,14,15,59,22,0,80,11,14,21,0,4,0,44,0,26,21,0,80,15,60,8,8,22,0,81,11,14,21,0,78,0,36,21,0,8,0,40,0,15,0,40,0,26,8,15,61,3,2,0,43,0,12,0,40,0,18,8,0,20,0,46,10,8,8,8,22,0,82,11,14,15,62,22,0,83,11,14,15,63,22,0,84,11,14,21,0,4,0,5,0,149,10,0,25,15,64,31,0,80,21,0,81,21,0,84,21,0,83,3,2,0,43,0,30,0,12,0,12,0,46,10,7,0,35,0,8,7,0,46,10,8,31,0,84,3,3,0,43,0,12,0,11,0,47,10,8,8,10,22,0,85,11,14,0,24,0,24,0,24,0,35,15,65,7,9,15,66,15,67,15,68,3,6,0,43,0,25,8,22,0,86,11,14,15,69,22,0,87,11,14,15,70,22,0,88,11,14,21,0,88,0,45,7,22,0,89,11,14,31,0,88,0,46,7,22,0,90,11,14,15,71,22,0,91,11,14,21,0,78,0,37,0,24,8,0,36,15,72,8,22,0,92,11,14,21,0,78,0,37,0,24,8,0,36,15,73,8,22,0,93,11,14,21,0,7,0,5,0,165,10,22,0,94,11,14,21,0,94,0,25,0,17,10,15,74,3,2,0,43,21,0,4,8,22,0,95,11,14,15,75,22,0,96,11,14,15,76,22,0,97,11,14,15,77,22,0,98,11,14,15,78,22,0,99,11,14,0,53,0,17,5,21,0,16,0,174,8,22,0,100,11,14,15,79,22,0,101,11,14,15,80,22,0,102,11,14,15,81,22,0,103,11,14,21,0,8,0,40,15,82,8,22,0,104,11,14,15,83,22,0,105,11,14,15,84,22,0,106,11,14,15,85,22,0,107,11,14,15,86,22,0,108,11,14,15,87,22,0,109,11,14,15,88,22,0,110,11,14,21,0,24,0,9,7,22,0,111,11,14,21,0,24,0,10,7,22,0,112,11,14,0,33,21,0,111,0,42,21,0,112,8,7,0,37,0,47,21,0,111,5,0,42,21,0,112,8,8,22,0,113,11,14,21,0,24,15,89,0,21,0,41,0,45,8,0,20,0,41,0,45,8,3,2,0,43,0,45,0,42,0,20,8,8,0,44,0,6,8,3,2,0,43,0,19,0,40,0,21,8,8,0,37,0,19,8,7,22,0,114,11,14,21,0,24,0,20,0,44,0,25,8,0,37,0,11,8,7,22,0,115,11,14,21,0,24,0,21,0,44,0,25,8,0,37,0,7,0,39,21,0,115,0,39,0,7,8,8,8,7,22,0,116,11,14,21,0,24,0,8,7,0,37,0,29,0,41,21,0,32,8,8,22,0,117,11,14,21,0,24,0,8,0,7,0,6,10,7,0,37,0,29,0,41,21,0,33,8,8,22,0,118,11,14,21,0,24,0,8,0,37,0,21,0,7,0,20,10,0,41,0,45,8,8,7,22,0,119,11,14,21,0,24,0,23,0,7,0,46,10,7,0,37,0,20,8,22,0,120,11,14,21,0,24,0,13,0,7,0,46,10,7,0,37,21,0,81,8,22,0,121,11,14,21,0,24,0,12,0,7,0,46,10,7,0,37,0,22,8,22,0,122,11,14,21,0,24,0,12,7,0,37,0,12,8,22,0,123,11,14,21,0,24,0,23,7,0,37,0,191,0,39,0,5,8,8,22,0,124,11,14,21,0,24,0,13,7,0,37,0,192,0,39,0,5,8,8,22,0,125,11,14,21,0,24,0,6,7,22,0,126,11,14,21,0,24,0,7,7,22,0,127,11,14,21,0,127,21,0,126,0,46,10,22,0,128,11,14,0,15,0,37,21,0,10,8,22,0,129,11,14,31,0,96,0,37,21,0,95,8,22,0,130,11,14,31,0,61,0,37,21,0,57,8,22,0,131,11,14,31,0,63,0,37,31,0,39,8,22,0,132,11,14,31,0,92,22,0,133,11,14,31,0,93,22,0,134,11,14,15,90,22,0,135,11,14,31,0,89,0,37,31,0,45,8,22,0,136,11,14,31,0,90,0,37,31,0,46,8,22,0,137,11,14,31,0,105,0,37,31,0,103,8,22,0,138,11,14,21,0,34,0,46,7,0,37,31,0,41,8,22,0,139,11,14,0,33,31,0,34,0,45,7,7,0,37,31,0,35,0,24,7,8,22,0,140,11,14,15,91,0,1,0,45,10,22,0,141,11,14,15,92,22,0,142,11,14,0,24,0,36,15,93,8,22,0,143,11,14,15,94,22,0,144,11,14,15,95,22,0,145,11,14,15,96,22,0,146,11,14,15,97,22,0,147,11,14,0,46,0,16,0,41,0,32,0,47,7,21,0,127,21,0,122,10,8,21,0,77,0,32,21,0,147,7,10,3,2,0,43,0,16,0,41,0,45,8,21,0,123,0,53,10,8,22,0,148,11,14,15,98,22,0,149,11,14,0,46,0,24,15,99,0,39,0,45,0,16,0,41,0,32,0,46,7,21,0,127,21,0,122,10,8,31,0,17,0,71,7,9,3,2,0,43,0,16,0,41,0,45,8,21,0,123,0,54,10,8,8,9,3,2,0,43,0,0,21,0,125,0,51,10,8,22,0,150,11,14,15,100,0,40,15,101,8,22,0,151,11,14,15,102,22,0,152,11,14,15,103,0,24,0,16,0,41,0,46,8,15,104,9,0,32,0,201,0,39,0,5,8,7,0,16,0,41,0,47,8,21,0,151,0,16,0,41,0,46,8,10,31,0,152,0,16,0,41,0,47,8,15,105,0,42,15,106,8,0,16,0,41,0,46,8,10,0,16,0,41,0,47,8,15,107,0,42,15,108,8,0,29,0,41,0,46,0,51,3,2,8,10,3,6,0,43,0,25,8,0,16,0,41,0,45,8,10,9,22,0,153,11,14,15,109,31,0,153,0,202,0,39,0,5,8,3,3,21,0,132,0,51,0,46,0,47,3,3,6,0,43,0,0,8,22,0,154,11,14,31,0,82,0,37,21,0,85,8,22,0,155,11,14,0,5,0,41,0,203,8,22,0,156,11,14,0,5,0,41,0,204,8,22,0,157,11,14,0,32,0,45,7,0,5,0,205,10,22,0,158,11,14,15,110,22,0,159,11,14,15,111,22,0,160,11,14,15,112,22,0,161,11,14,0,24,0,36,31,0,55,0,37,31,0,54,8,8,22,0,162,11,14,0,56,0,33,21,0,127,7,0,37,21,0,126,8,0,57,21,0,127,0,58,0,33,21,0,111,7,0,37,21,0,119,21,0,159,0,24,8,8,0,59,21,0,111,0,60,21,0,24,0,2,7,0,72,0,33,21,0,112,7,0,37,0,33,21,0,119,7,8,0,65,0,33,21,0,111,7,0,37,21,0,117,21,0,159,0,24,8,8,0,64,0,25,21,0,127,0,46,10,21,0,111,0,33,21,0,127,7,10,0,37,21,0,118,21,0,159,0,24,8,8,0,61,21,0,128,0,73,0,45,0,39,21,0,156,8,0,37,15,113,8,0,74,0,24,0,75,21,0,76,0,39,21,0,157,8,0,25,0,24,10,0,37,0,24,8,0,55,15,114,0,37,0,45,0,39,21,0,156,8,8,0,76,15,115,0,37,15,116,8,0,77,0,45,0,39,21,0,156,8,0,37,21,0,136,21,0,159,0,16,0,41,0,50,8,8,8,0,78,0,45,0,39,21,0,156,8,0,37,21,0,137,21,0,159,0,16,0,41,0,45,8,8,8,0,79,0,45,0,39,21,0,156,8,0,37,21,0,130,21,0,159,21,0,77,8,8,0,80,21,0,131,0,41,21,0,127,8,0,37,21,0,131,8,0,81,31,0,145,0,37,31,0,44,8,0,82,0,45,0,39,21,0,156,8,0,37,31,0,40,8,0,83,31,0,161,0,37,31,0,160,8,3,42,21,0,20,21,0,158,8,22,0,163,11,14,0,56,0,33,21,0,127,7,0,37,0,47,0,42,21,0,111,8,8,0,57,21,0,126,0,37,0,45,0,39,21,0,156,8,8,0,58,0,33,21,0,111,7,0,37,21,0,113,8,0,59,21,0,119,0,37,0,45,0,39,21,0,156,8,8,0,60,21,0,113,0,37,0,45,0,39,21,0,156,8,8,0,72,0,2,21,0,111,9,0,37,0,45,0,39,21,0,156,8,8,0,65,0,33,21,0,111,7,0,37,21,0,113,8,0,64,0,25,21,0,127,0,46,10,21,0,111,0,33,21,0,127,7,10,0,37,21,0,128,0,39,21,0,113,8,21,0,128,9,8,0,61,0,32,0,46,7,21,0,127,21,0,126,10,0,37,0,45,0,39,21,0,156,8,8,3,18,21,0,20,21,0,158,8,22,0,164,11,14,31,0,69,22,0,165,11,14,21,0,68,22,0,166,11,14,0,84,21,0,164,0,85,15,117,0,86,15,118,0,87,15,119,0,88,15,120,0,39,15,121,8,3,10,21,0,20,0,32,21,0,158,7,8,22,0,167,11,14,31,0,110,22,0,168,11,14,31,0,73,22,0,169,11,14,15,122,0,89,31,0,151,0,90,15,123,0,91,15,124,0,92,0,32,0,45,0,39,21,0,156,8,7,15,125,15,126,3,2,0,43,21,0,125,0,41,0,45,8,8,3,2,0,43,0,24,0,39,21,0,6,8,8,0,93,15,127,0,94,15,128,15,129,0,24,3,2,0,43,0,25,8,0,25,0,39,21,0,150,8,10,0,95,15,130,3,14,31,0,20,0,32,21,0,158,7,8,7,22,0,170,11,14,31,0,22,22,0,171,11,14,31,0,99,22,0,172,11,14,31,0,149,22,0,173,11,14,31,0,98,22,0,174,11,14,21,0,52,0,37,31,0,56,8,22,0,175,11,14,15,131,22,0,176,11,14,31,0,108,22,0,177,11,14,31,0,109,22,0,178,11,14,21,0,101,0,37,21,0,10,8,22,0,179,11,14,31,0,78,0,37,0,24,8,0,36,21,0,11,0,39,21,0,121,8,8,22,0,180,11,14,31,0,144,0,37,31,0,43,8,22,0,181,11,14,31,0,141,0,37,21,0,42,8,22,0,182,11,14,31,0,36,0,37,21,0,132,0,41,21,0,140,8,8,22,0,183,11,14,21,0,126,21,0,127,21,0,119,21,0,111,31,0,112,31,0,113,21,0,115,31,0,116,31,0,114,21,0,128,21,0,117,31,0,118,21,0,120,21,0,121,21,0,122,21,0,123,21,0,125,21,0,124,21,0,76,21,0,77,0,25,0,24,31,0,179,21,0,155,31,0,180,21,0,136,21,0,137,21,0,130,31,0,134,21,0,133,21,0,131,31,0,181,21,0,132,21,0,32,21,0,33,21,0,162,21,0,175,21,0,139,31,0,182,21,0,140,31,0,183,21,0,138,0,5,0,32,0,33,21,0,174,21,0,166,21,0,165,31,0,173,31,0,171,31,0,172,0,31,0,39,0,40,0,41,0,42,21,0,169,0,37,31,0,176,31,0,178,31,0,177,21,0,168,0,38,3,63,15,132,5,25,0,45,31,0,1,3,2,25,31,0,1,25,31,0,1,22,1,1,22,1,2,4,2,12,25,21,0,1,3,1,0,1,31,0,1,6,25,31,0,2,31,0,1,3,2,25,31,0,1,3,1,25,0,20,0,30,0,12,0,7,0,46,10,7,31,0,1,10,0,31,0,8,7,9,0,35,0,6,7,9,25,0,32,21,1,0,0,30,21,1,15,31,0,1,7,0,33,0,16,7,31,0,2,10,7,5,7,0,16,15,133,10,25,15,134,0,12,31,0,1,21,1,15,21,1,0,7,5,10,25,0,47,0,9,21,0,1,0,22,5,6,0,17,5,0,30,0,8,0,41,0,47,8,7,5,22,0,3,11,14,21,0,1,0,29,21,0,3,6,31,0,1,0,29,31,0,3,0,30,0,6,0,41,0,46,8,7,5,6,3,2,25,31,0,2,21,1,19,5,22,0,3,22,0,4,4,2,11,14,31,0,1,3,1,0,26,31,0,4,6,21,1,16,31,0,3,8,25,0,45,31,0,1,5,25,21,0,1,0,12,5,0,12,0,46,6,0,5,0,98,6,14,31,0,1,0,32,21,0,4,7,21,1,21,9,0,35,31,0,4,7,3,2,0,43,0,46,0,37,0,22,0,20,0,45,10,8,8,31,0,2,17,25,15,135,22,0,2,11,14,15,136,22,0,3,11,14,21,0,3,21,0,1,7,0,33,31,0,3,0,33,21,0,1,7,7,7,3,2,0,43,0,12,0,40,0,21,8,8,31,0,2,31,0,1,7,3,2,0,43,0,12,0,40,0,12,8,8,25,31,0,1,15,137,0,36,15,138,15,139,3,2,0,43,21,1,4,0,40,0,21,8,8,0,37,15,140,8,8,15,141,0,36,15,142,8,3,3,0,43,21,1,4,0,40,0,6,8,8,22,0,2,11,25,31,0,1,21,1,27,31,0,2,17,25,21,0,1,0,30,0,20,0,41,0,45,8,7,0,35,0,8,7,0,46,10,0,40,0,7,8,21,0,2,17,22,0,3,11,14,31,0,1,21,0,3,0,45,3,2,15,143,3,2,0,43,0,45,0,12,31,0,3,6,8,31,0,2,17,25,31,0,4,22,0,5,11,14,0,45,0,25,21,0,2,17,22,0,6,11,14,31,0,1,22,0,7,11,14,15,144,22,0,8,11,14,31,0,8,21,0,7,0,12,0,46,6,0,44,0,32,21,0,5,7,15,145,0,37,0,24,8,31,0,2,19,8,5,25,21,0,1,0,14,0,40,21,1,28,8,21,0,2,6,22,0,3,11,14,31,0,3,0,35,21,1,29,31,0,1,0,15,5,0,42,0,16,8,0,42,21,1,30,0,41,31,0,2,0,15,16,0,42,0,16,8,8,8,7,7,5,22,0,4,11,14,0,45,0,33,31,0,4,7,5,25,21,0,1,22,0,2,11,14,21,1,30,21,1,26,0,32,0,45,7,0,13,21,1,30,10,21,1,25,3,4,31,0,1,0,44,0,30,15,146,7,8,5,22,0,3,11,14,15,147,22,0,4,11,14,15,148,0,37,15,149,8,0,1,0,45,10,25,21,0,1,22,0,2,11,14,0,35,0,8,7,0,7,0,46,10,0,31,0,8,7,0,35,0,6,7,9,3,2,0,16,31,0,1,6,22,0,3,11,14,21,1,8,0,42,15,150,8,0,1,0,45,10,25,21,0,1,0,12,5,0,13,0,46,6,0,5,0,107,6,14,21,0,1,21,1,32,5,22,0,5,11,14,21,0,1,21,1,12,0,46,6,0,35,0,8,7,0,46,6,22,0,6,11,14,21,0,6,21,1,29,21,0,1,0,15,5,0,42,0,16,8,0,40,21,1,74,0,7,0,46,10,8,7,5,22,0,7,11,14,31,0,1,0,22,5,0,17,5,0,30,0,46,0,24,21,0,5,0,30,0,8,0,41,31,0,6,8,7,5,0,42,0,16,8,0,40,31,0,7,8,0,46,0,42,0,7,8,10,3,2,0,43,0,20,0,41,0,45,8,8,7,5,31,0,4,21,0,5,6,0,29,31,0,5,21,1,14,5,6,0,1,0,45,6,25,21,0,2,0,12,5,22,0,3,11,14,31,0,3,0,7,21,0,1,0,12,5,6,22,0,4,11,14,21,0,4,0,13,0,45,6,0,5,0,108,6,14,0,45,0,20,5,22,0,5,11,14,21,0,1,0,14,5,22,0,6,11,0,27,21,0,4,6,0,24,0,35,0,8,7,0,46,10,0,17,9,0,42,0,15,8,5,22,0,7,11,14,31,0,6,0,28,31,0,4,6,0,34,15,151,7,21,0,2,0,14,16,6,14,21,0,7,0,30,0,20,0,30,0,6,7,21,0,5,10,0,33,0,29,7,31,0,1,0,15,5,10,21,1,74,31,0,2,19,7,5,0,1,0,45,6,25,31,0,1,0,31,0,6,7,5,0,3,5,0,27,0,41,0,32,0,46,7,0,7,0,22,10,0,18,0,45,10,8,5,0,31,0,6,7,5,0,1,0,45,6,25,21,0,1,0,12,5,0,12,0,46,6,0,5,0,109,6,14,21,0,1,0,30,21,1,7,7,5,0,35,0,8,7,0,46,6,0,5,0,110,6,14,31,0,1,21,1,37,5,25,21,0,1,0,12,5,0,12,0,46,6,21,1,156,5,14,21,0,1,0,30,21,1,7,7,5,0,35,0,8,7,0,46,6,21,1,156,5,14,21,0,1,0,22,5,0,33,0,7,7,5,0,46,0,17,0,39,0,30,0,6,0,41,0,46,8,21,0,1,0,42,0,16,8,0,40,0,13,8,0,24,10,7,8,0,35,0,8,7,0,46,10,3,2,0,43,0,13,0,41,0,45,8,8,5,21,1,157,5,14,31,0,1,0,3,5,25,21,0,1,0,22,5,22,0,3,11,14,21,0,1,21,1,12,0,46,6,22,0,4,11,0,35,0,8,7,0,46,6,22,0,5,11,14,31,0,3,0,17,5,0,30,0,8,0,41,21,0,5,8,0,42,0,6,8,7,31,0,5,0,17,5,0,15,31,0,4,6,6,0,33,0,29,7,31,0,1,0,15,5,6,25,21,0,1,21,1,4,5,21,1,157,5,14,31,0,1,0,12,5,0,20,0,45,6,25,21,0,1,0,12,5,0,33,0,7,7,0,46,6,22,0,3,11,14,21,0,1,0,14,5,22,0,4,11,14,21,0,4,0,16,21,0,3,6,22,0,5,11,14,31,0,4,0,27,31,0,3,6,22,0,6,11,14,21,0,6,0,35,0,8,7,0,46,6,0,17,5,0,15,31,0,6,6,0,30,0,8,0,41,21,0,5,8,0,42,0,6,8,7,31,0,5,0,17,5,6,0,33,0,29,7,31,0,1,0,15,5,6,25,21,0,1,0,12,5,0,13,0,46,6,0,5,0,111,6,14,21,0,1,0,22,5,0,6,0,46,6,0,17,5,0,30,31,0,1,0,42,0,29,0,41,0,17,8,8,7,5,0,1,0,41,0,16,0,41,0,45,8,8,5,25,21,0,1,0,12,5,0,13,0,46,6,0,5,0,112,6,14,21,0,1,0,22,5,22,0,3,11,14,21,0,3,0,6,0,46,6,0,17,5,0,30,31,0,1,0,42,0,29,0,41,15,152,8,8,7,5,0,1,0,41,0,16,0,41,21,0,3,8,8,5,25,31,0,1,22,0,3,22,0,4,4,2,11,14,15,153,22,0,5,11,14,0,24,0,39,31,0,3,8,0,25,0,6,21,0,5,0,13,0,41,0,45,8,7,9,31,0,5,0,21,7,3,2,0,43,0,13,0,41,0,45,8,8,10,25,21,0,1,0,12,5,0,12,0,46,6,0,5,0,117,6,14,31,0,2,21,1,47,21,0,1,0,22,5,6,0,33,0,16,7,31,0,1,6,25,21,0,2,0,12,16,0,12,0,46,17,0,5,0,118,17,14,21,0,1,0,14,5,22,0,3,11,0,22,0,40,0,12,8,21,0,2,17,0,5,0,119,6,14,0,45,22,0,4,11,14,31,0,3,0,34,15,154,7,31,0,2,17,14,31,0,1,0,15,5,0,16,21,0,4,6,25,31,0,2,0,30,31,0,1,0,42,21,1,51,8,7,5,25,31,0,1,22,0,2,22,0,3,22,0,4,22,0,5,22,0,6,22,0,7,4,6,11,14,0,121,0,26,31,0,2,6,0,26,0,120,6,22,0,8,11,14,0,122,0,26,21,0,8,6,22,0,9,11,14,0,123,0,26,21,0,8,6,22,0,10,11,14,0,124,0,26,21,0,8,6,22,0,11,11,14,0,125,0,26,31,0,8,6,22,0,12,11,14,0,24,0,30,31,0,5,0,30,0,0,0,12,0,46,10,7,0,15,9,0,35,0,8,7,0,46,10,3,2,0,43,21,1,4,8,7,0,15,9,0,35,0,8,7,0,46,10,0,5,31,0,12,10,3,2,0,16,31,0,4,6,22,0,13,11,14,15,155,15,156,3,2,0,43,0,25,0,39,31,0,3,8,8,25,21,0,1,0,12,5,0,13,0,46,6,0,5,0,126,6,14,21,0,1,0,22,5,0,20,0,45,6,0,5,0,127,6,14,31,0,1,0,29,0,45,0,20,5,6,25,31,0,2,0,30,21,1,48,0,41,31,0,1,0,22,5,8,7,5,25,31,0,2,0,30,21,1,48,0,41,31,0,1,8,7,5,25,21,0,1,0,12,5,0,13,0,46,6,0,5,0,130,6,14,21,0,1,0,22,5,22,0,3,11,14,31,0,1,0,29,21,0,3,0,17,5,0,30,0,7,0,41,0,46,0,7,31,0,3,6,8,7,5,6,25,21,0,2,21,1,6,16,0,5,0,131,17,14,21,0,1,0,12,0,45,6,0,6,22,0,1,13,14,21,0,1,0,9,21,0,2,17,0,11,5,0,8,21,0,1,6,0,7,31,0,2,17,22,0,3,11,14,31,0,1,0,20,21,0,3,6,0,5,0,132,6,14,31,0,3,25,21,0,2,21,1,4,0,44,0,15,0,16,0,45,10,8,5,22,0,2,12,14,21,0,2,21,1,7,5,0,5,0,134,6,14,31,0,2,22,0,3,11,22,0,4,11,14,31,0,1,0,8,21,0,3,6,0,17,5,0,31,0,33,15,157,0,44,15,158,8,7,7,5,25,21,0,2,0,22,5,0,12,31,0,1,6,0,5,0,135,6,14,21,0,2,0,30,0,12,0,41,0,11,0,39,0,19,8,8,7,5,0,35,0,8,7,0,46,6,0,5,0,134,6,14,31,0,2,21,1,37,5,25,0,32,0,45,7,0,5,0,136,10,25,31,0,1,21,1,1,5,22,0,3,11,14,21,0,3,0,16,0,45,6,0,45,0,42,0,13,8,0,32,31,0,3,7,0,46,0,24,0,28,0,46,10,0,30,31,0,0,7,9,0,35,0,8,7,0,46,10,3,2,0,43,21,1,148,8,9,3,2,0,43,0,13,0,41,0,47,8,8,5,25,31,0,1,15,159,31,0,2,10,25,0,33,31,0,1,7,25,15,160,0,24,3,2,0,35,31,0,1,7,5,25,31,0,1,31,0,2,5,25,31,0,1,15,161,0,25,21,1,64,9,0,44,15,162,8,3,2,0,43,0,25,0,39,0,0,8,0,13,0,51,10,8,31,0,2,6,25,31,0,1,21,1,8,0,40,21,0,4,21,1,67,21,1,23,21,0,4,7,0,37,0,30,31,0,4,7,8,8,8,31,0,2,17,25,31,0,1,21,1,8,0,40,21,0,4,21,1,67,0,30,31,0,4,7,8,8,31,0,2,17,25,31,0,1,25,0,45,31,0,1,3,2,0,43,31,0,2,8,25,21,0,1,21,0,5,0,40,31,0,4,8,31,0,2,17,22,0,6,11,14,21,1,57,0,35,0,24,21,1,4,9,0,44,0,15,0,42,0,16,8,8,7,21,0,1,10,0,45,0,14,0,39,0,24,0,35,0,8,7,0,46,10,0,17,9,0,42,0,15,8,8,0,1,0,70,10,3,2,0,43,21,1,4,8,9,22,0,7,11,14,15,163,22,0,8,11,14,21,1,1,0,45,0,16,0,41,0,47,8,0,12,0,32,21,0,8,7,10,3,2,0,43,0,16,0,41,0,45,8,0,12,0,53,10,8,9,22,0,9,11,14,21,0,5,21,1,87,21,0,9,6,22,0,10,11,14,0,45,21,0,8,0,50,8,22,0,11,11,14,31,0,11,31,0,10,5,0,45,21,1,70,3,2,21,1,1,0,29,0,46,0,51,3,2,10,3,2,0,43,31,0,9,8,5,22,0,12,22,0,13,4,2,11,14,0,24,0,39,21,1,71,8,0,7,0,46,10,0,44,15,164,8,22,0,14,11,14,0,24,0,36,15,165,8,22,0,15,11,14,31,0,13,31,0,14,21,0,6,6,0,32,31,0,1,7,0,42,31,0,15,8,0,32,31,0,5,7,21,1,154,9,15,166,9,3,2,0,43,21,1,71,8,5,25,31,0,1,0,34,21,1,74,7,31,0,2,17,0,15,5,0,35,0,8,7,0,46,6,25,21,0,2,0,16,0,46,17,31,0,1,3,2,0,43,31,0,2,0,16,0,45,17,8,25,31,0,1,0,15,5,0,30,21,1,75,7,5,0,35,0,18,7,0,45,6,0,6,0,46,6,25,0,1,0,42,0,24,0,36,0,32,3,0,7,0,15,21,1,77,0,40,31,0,2,8,10,8,8,21,1,79,0,24,0,36,0,25,8,31,0,1,10,3,2,0,43,0,15,0,39,0,22,8,0,20,0,45,10,8,25,21,0,1,0,15,5,0,16,0,45,6,21,1,77,5,22,0,3,11,14,21,0,1,0,15,5,0,30,21,1,77,0,45,21,1,13,3,2,0,43,0,22,0,40,0,12,8,8,21,0,3,10,0,5,0,141,10,7,5,14,21,0,3,0,35,0,8,7,0,46,6,0,17,5,0,15,31,0,3,6,0,30,0,33,0,16,7,7,31,0,1,0,30,21,1,10,7,5,6,25,21,0,1,0,12,0,40,0,18,8,21,0,2,17,0,33,0,7,7,0,46,6,22,0,3,11,14,21,0,1,21,1,77,0,40,21,1,11,8,21,0,2,17,22,0,4,11,14,21,0,4,0,30,0,22,0,13,21,0,3,10,7,5,0,35,0,8,7,0,46,6,0,5,0,142,6,14,21,0,4,0,30,0,28,0,41,0,32,21,0,3,7,0,7,0,22,10,8,7,5,22,0,5,11,14,21,0,5,0,35,21,1,13,7,5,0,5,0,143,6,14,31,0,4,0,30,0,46,0,24,0,16,0,45,10,3,2,0,43,0,22,0,20,31,0,3,10,8,7,5,0,35,0,6,7,0,45,6,22,0,6,11,14,31,0,1,0,15,0,40,0,26,8,31,0,2,17,0,15,31,0,5,0,16,0,45,6,0,26,31,0,6,3,1,6,6,25,0,50,22,0,3,11,22,0,4,11,14,3,0,22,0,5,11,14,21,0,1,22,0,6,11,14,31,0,1,0,30,0,22,7,5,21,1,37,5,0,30,15,167,7,5,25,21,0,1,0,15,5,22,0,3,11,0,22,5,22,0,4,11,14,21,0,3,0,30,21,1,77,7,5,22,0,5,11,14,21,0,5,0,16,0,45,6,0,22,5,22,0,6,11,14,21,0,1,0,12,5,22,0,7,11,14,21,0,5,0,30,0,22,0,12,21,0,6,10,7,5,0,35,0,8,7,0,46,6,0,5,0,144,6,14,21,0,7,0,23,21,0,6,6,0,5,0,145,6,14,15,168,22,0,8,11,14,31,0,1,21,1,77,5,22,0,9,11,14,0,46,22,0,10,11,14,0,45,0,20,5,22,0,11,11,22,0,12,11,14,21,0,7,0,17,5,0,34,15,169,7,21,0,9,21,1,57,5,21,0,8,0,8,7,0,46,6,21,1,57,5,6,14,0,34,15,170,31,0,3,0,30,0,15,7,5,7,7,22,0,13,11,14,21,0,11,21,0,13,15,171,3,2,0,43,31,0,6,0,20,21,0,7,6,8,21,0,12,6,25,21,0,2,0,22,5,22,0,3,11,14,21,0,1,0,22,5,22,0,4,11,14,21,0,3,0,23,21,0,4,6,0,5,0,148,6,14,31,0,1,0,34,0,8,0,41,31,0,2,0,42,0,16,8,8,0,24,3,2,0,43,0,25,0,13,31,0,3,10,8,7,31,0,4,0,17,5,6,25,31,0,1,31,0,2,9,25,31,0,1,22,0,3,22,0,4,22,0,5,4,3,11,14,31,0,5,31,0,4,31,0,3,10,25,31,0,1,22,0,3,22,0,4,4,2,11,14,31,0,4,31,0,3,7,25,31,0,1,22,0,3,22,0,4,22,0,5,4,3,11,14,31,0,5,31,0,4,31,0,3,8,25,0,32,21,1,70,7,22,0,0,11,14,15,172,22,0,1,11,14,0,0,0,23,0,51,10,0,44,21,0,1,21,1,71,7,8,22,0,2,11,14,15,173,22,0,3,11,14,15,174,22,0,4,11,14,15,175,22,0,5,11,14,0,150,0,24,0,151,0,45,21,0,3,0,46,8,21,0,4,9,0,152,0,46,21,0,3,0,45,8,21,0,4,9,0,153,0,46,21,0,3,0,46,8,31,0,4,9,0,154,0,46,21,0,3,0,46,8,31,0,5,9,0,155,0,46,31,0,3,0,46,8,3,12,21,1,19,5,22,0,6,22,0,7,4,2,11,14,15,176,3,1,0,26,31,0,7,21,1,38,0,41,0,30,0,22,7,8,21,0,6,6,6,21,1,16,31,0,6,21,1,83,5,8,22,0,8,11,14,15,177,22,0,9,11,14,21,1,86,0,32,21,0,0,7,3,2,0,43,0,16,0,41,0,51,0,42,0,23,8,8,0,12,0,32,21,0,0,7,10,8,22,0,10,11,14,15,178,0,42,0,24,0,16,0,46,10,31,0,9,0,25,10,21,0,2,9,0,32,21,0,0,7,15,179,31,0,10,0,16,0,41,0,45,8,10,0,24,0,16,0,46,10,31,0,2,9,3,4,0,43,0,24,0,16,0,45,10,0,39,0,51,0,24,0,47,3,2,0,43,0,13,0,41,0,47,8,8,3,2,0,43,0,13,0,41,0,45,8,8,8,8,8,25,21,0,1,0,7,0,46,6,22,0,2,11,14,0,156,0,157,3,2,0,16,21,0,1,6,22,0,3,11,14,0,19,0,42,0,12,8,0,7,0,46,10,0,12,0,41,0,45,8,0,7,0,46,10,3,2,0,16,21,0,1,6,22,0,4,11,14,15,180,15,181,3,2,0,16,31,0,1,6,22,0,5,11,14,0,158,0,26,31,0,3,6,0,26,0,120,6,22,0,6,11,14,0,159,0,26,21,0,6,6,22,0,7,11,14,0,160,0,26,31,0,6,6,22,0,8,11,14,21,1,8,0,42,0,24,0,36,15,182,15,183,3,2,0,43,0,25,0,39,21,1,4,8,8,8,8,25,21,0,1,0,12,5,0,13,0,46,6,0,5,0,161,6,14,21,0,1,21,1,12,0,46,6,22,0,3,11,14,21,0,2,0,12,0,40,0,7,8,21,0,1,17,15,184,21,0,2,17,14,21,0,3,0,35,0,8,7,31,0,1,15,185,0,37,0,46,8,31,0,2,17,6,25,21,0,1,21,1,91,21,0,2,17,22,0,3,11,14,21,0,1,0,15,5,22,0,4,11,0,22,5,22,0,5,11,0,11,31,0,3,6,22,0,6,11,14,31,0,4,0,27,21,0,6,0,7,21,0,5,6,6,0,26,31,0,6,0,33,21,1,10,0,42,0,27,8,7,0,37,21,0,1,0,42,31,0,5,0,20,0,45,6,0,44,15,186,8,8,8,31,0,2,17,6,0,15,31,0,1,21,1,77,5,6,25,21,0,1,21,1,91,21,0,2,17,22,0,3,11,14,21,0,1,0,15,5,22,0,4,11,0,22,5,22,0,5,11,0,11,21,0,3,6,22,0,6,11,14,21,0,6,0,33,21,1,10,0,42,0,28,0,41,0,7,0,41,31,0,3,8,8,8,7,0,37,21,0,1,0,42,31,0,5,0,20,0,45,6,0,44,15,187,8,8,8,31,0,2,17,0,26,31,0,4,0,28,31,0,6,6,6,0,15,31,0,1,21,1,77,5,6,25,21,0,1,0,12,5,0,12,0,46,6,0,5,0,166,6,14,21,0,1,0,30,21,1,94,7,5,14,21,0,1,3,0,0,42,0,15,8,0,30,0,17,7,0,35,0,30,0,26,0,41,21,1,11,8,7,7,3,0,0,20,5,10,3,2,0,43,0,24,0,35,0,8,7,0,46,10,0,20,0,45,10,8,5,0,30,0,1,0,41,0,45,8,7,5,0,1,31,0,1,0,30,0,45,7,5,6,25,21,0,2,0,12,5,0,23,0,46,6,0,5,0,167,6,14,21,0,2,21,1,10,5,22,0,2,12,0,22,5,22,0,3,11,14,31,0,1,21,0,3,0,20,0,45,6,0,44,0,24,0,36,15,188,8,8,31,0,2,6,25,21,0,1,21,1,77,5,0,27,21,0,2,17,22,0,3,11,14,21,0,1,21,1,12,31,0,2,17,22,0,4,11,0,35,0,8,7,0,46,6,22,0,5,11,14,21,0,1,0,15,5,22,0,6,11,14,21,0,5,0,17,5,0,15,31,0,4,6,22,0,7,11,14,31,0,1,15,189,0,36,0,32,21,0,3,0,35,0,8,7,0,46,6,0,17,5,0,30,15,190,7,5,0,15,31,0,3,6,7,8,5,25,31,0,4,22,0,5,11,14,15,191,22,0,6,11,14,15,192,22,0,7,11,14,31,0,1,21,0,5,0,20,9,15,193,15,194,31,0,7,3,4,0,43,0,12,0,20,0,45,10,0,40,0,6,0,41,0,8,0,41,0,47,8,8,8,8,31,0,2,17,21,1,81,5,25,21,0,1,0,12,5,0,13,0,46,6,0,5,0,172,6,14,31,0,4,22,0,5,11,14,15,195,22,0,6,11,14,31,0,1,31,0,6,15,196,3,2,0,43,0,46,0,37,0,22,0,20,0,45,10,8,8,31,0,2,17,25,21,0,2,0,12,5,0,23,0,46,6,0,5,0,175,6,14,31,0,2,21,1,10,5,22,0,3,11,14,21,0,3,0,30,21,1,7,0,7,0,46,10,7,5,22,0,4,11,0,35,0,6,7,0,45,6,22,0,5,11,14,21,0,5,0,23,0,46,6,0,5,0,176,6,14,31,0,1,21,1,10,5,22,0,6,11,0,22,5,22,0,7,11,14,21,0,3,0,24,0,35,0,8,7,0,46,10,15,197,3,2,0,43,31,0,5,8,5,22,0,8,11,14,21,0,6,21,0,7,0,12,21,0,8,6,0,7,0,46,6,0,44,0,24,0,36,15,198,8,8,5,0,15,21,0,3,6,25,21,0,1,0,30,21,1,6,7,5,0,35,0,8,7,0,46,6,0,5,0,181,6,14,21,0,1,0,30,0,13,0,41,0,50,8,7,5,0,35,0,8,7,0,46,6,0,5,0,182,6,14,0,3,22,0,5,11,14,21,0,1,0,25,0,37,0,45,8,0,44,0,24,15,199,0,22,0,42,0,33,0,7,7,8,10,8,31,0,2,17,22,0,1,12,14,21,0,1,0,4,31,0,1,21,0,5,5,22,0,6,11,6,22,0,7,11,14,0,45,22,0,8,11,14,31,0,6,0,30,15,200,0,33,0,29,7,31,0,7,10,31,0,4,9,7,5,25,21,0,1,0,12,5,0,12,0,46,6,0,5,0,183,6,14,21,1,102,0,24,7,22,0,3,11,14,31,0,1,21,0,3,0,1,0,45,0,39,0,17,8,10,0,30,21,1,8,0,39,15,201,8,7,0,35,0,30,0,30,0,26,7,7,7,3,0,0,20,5,0,20,5,10,0,1,0,30,0,45,7,3,0,0,42,0,15,8,0,1,0,24,10,9,10,3,2,0,43,21,1,76,0,20,0,46,10,8,5,25,21,0,2,0,12,5,22,0,3,11,14,21,0,1,0,12,5,0,13,21,0,3,6,0,5,0,184,6,14,21,0,1,21,1,77,5,22,0,4,11,0,27,21,0,3,6,0,34,0,7,7,21,0,2,21,1,77,16,6,22,0,5,11,14,21,0,5,0,45,0,16,0,41,0,45,8,0,12,0,46,10,3,2,0,43,21,0,3,0,12,0,46,6,8,5,22,0,6,11,14,31,0,5,0,30,0,12,0,41,0,45,8,7,0,35,0,8,7,0,46,10,0,46,3,2,0,43,21,0,6,8,5,0,5,0,185,6,14,21,0,1,0,42,0,24,0,36,0,25,0,39,21,0,1,0,15,5,15,202,15,203,3,2,0,43,31,0,1,0,12,5,0,12,21,0,3,6,8,5,8,8,8,22,0,7,11,14,31,0,2,0,15,5,21,1,102,21,0,7,7,31,0,6,6,0,1,3,0,31,0,7,5,6,25,21,0,1,21,1,4,5,0,5,0,186,6,14,31,0,1,21,1,104,21,1,135,3,2,0,43,21,0,2,21,1,76,16,0,13,0,47,17,8,31,0,2,6,25,21,0,1,0,12,5,0,23,0,46,6,0,5,0,187,6,14,21,0,1,21,1,10,5,22,0,1,12,14,21,0,1,0,22,5,0,51,0,42,0,13,8,0,8,0,13,0,41,0,46,8,10,5,0,5,0,188,6,14,21,0,1,0,30,21,1,6,7,5,0,35,0,8,7,0,46,6,0,5,0,189,6,14,31,0,2,0,30,0,25,0,8,0,33,0,9,0,39,0,11,8,7,10,0,33,0,7,7,0,46,10,0,6,0,7,10,0,41,21,0,1,0,22,5,8,7,5,0,33,0,29,7,31,0,1,6,25,31,0,1,21,1,106,0,46,0,45,3,2,0,37,0,47,3,1,8,10,25,21,0,1,21,1,107,31,0,5,7,21,0,2,17,22,0,6,11,0,30,0,21,0,41,0,45,8,7,5,22,0,7,11,14,21,0,4,22,0,8,11,14,15,204,0,37,15,205,8,22,0,9,11,14,15,206,15,207,3,2,0,16,31,0,4,0,46,21,1,64,3,2,0,43,0,0,0,13,0,51,10,8,5,6,22,0,10,11,14,15,208,22,0,11,11,14,15,209,22,0,12,11,14,15,210,22,0,13,11,14,31,0,1,21,0,13,31,0,6,7,31,0,2,17,25,0,24,0,25,3,2,0,43,0,20,8,22,0,6,11,14,21,0,1,21,1,107,31,0,5,7,0,34,0,7,0,42,21,0,6,8,31,0,6,0,7,0,25,10,3,2,0,43,0,24,0,13,0,45,10,8,7,0,12,0,40,21,1,11,8,10,21,0,2,17,22,0,7,11,14,0,24,0,20,9,21,1,97,0,24,0,20,0,36,0,30,0,20,7,8,9,3,3,0,43,0,12,0,42,0,23,8,0,6,0,46,10,0,8,0,45,0,42,0,21,8,10,8,22,0,8,11,14,31,0,1,21,0,8,21,0,7,0,16,0,41,0,22,0,33,0,7,7,0,46,10,8,5,6,21,1,68,31,0,4,7,31,0,2,31,0,8,31,0,7,0,16,0,45,6,17,17,21,1,81,5,25,31,0,4,22,0,6,11,14,0,45,15,211,0,37,0,32,15,212,7,8,21,0,2,17,22,0,7,11,14,21,0,1,31,0,5,31,0,2,17,22,0,8,11,14,15,213,22,0,9,11,14,31,0,1,31,0,9,15,214,3,2,0,43,21,0,8,21,1,7,5,8,5,25,21,0,2,21,1,111,21,0,1,6,0,11,5,0,8,31,0,2,6,0,7,31,0,1,6,25,21,0,2,21,1,123,5,21,1,123,0,46,6,0,5,0,193,6,14,21,0,2,0,30,21,1,123,7,5,22,0,3,11,0,35,21,1,126,7,0,45,6,22,0,4,11,14,21,0,1,21,1,123,5,21,1,125,21,0,4,6,0,5,0,194,6,14,21,0,1,21,1,77,5,0,27,21,0,4,6,21,1,127,21,0,2,0,30,21,1,77,7,16,21,1,85,16,6,22,0,5,11,14,21,0,5,21,0,3,21,1,123,0,46,6,21,1,132,21,0,3,6,0,42,21,1,125,8,21,1,117,21,1,125,0,41,0,45,8,10,5,0,35,21,1,117,7,0,46,6,0,5,0,185,6,14,0,45,3,1,0,26,31,0,5,6,0,29,21,0,3,0,31,21,1,126,7,5,21,1,133,0,45,6,6,21,1,115,31,0,3,6,22,0,6,11,14,21,0,2,0,30,21,1,129,7,5,22,0,2,12,0,30,21,1,122,7,5,0,33,21,1,127,7,21,0,6,6,22,0,7,11,14,0,32,21,0,1,7,21,1,101,31,0,1,21,1,12,31,0,4,6,0,42,0,26,8,10,22,0,8,11,14,21,0,7,0,35,21,1,119,7,0,46,6,3,1,21,0,8,5,0,42,0,29,8,22,0,9,11,14,21,0,2,0,16,0,41,0,45,8,0,40,21,1,102,21,0,9,7,8,0,34,21,1,102,0,24,7,7,21,1,119,31,0,7,21,1,131,5,21,1,133,0,46,6,0,31,21,1,119,7,5,21,1,131,5,10,0,35,0,30,0,30,21,1,126,7,7,7,9,0,30,31,0,9,7,9,3,2,0,43,0,24,0,39,21,1,122,8,21,1,122,0,46,10,8,31,0,6,6,0,1,31,0,2,0,30,0,45,7,16,31,0,8,16,6,25,21,0,2,21,1,123,5,0,33,21,1,127,7,0,46,6,22,0,3,11,14,21,0,3,21,1,125,0,45,6,0,5,0,195,6,14,21,0,1,21,1,123,5,21,1,125,31,0,3,6,0,5,0,196,6,14,31,0,1,21,1,139,0,41,21,0,2,8,21,1,129,0,39,21,1,42,8,21,1,129,21,1,77,10,0,42,0,34,21,1,11,7,8,9,0,40,21,1,139,8,31,0,2,6,25,21,0,2,21,1,123,5,21,1,124,0,46,6,0,5,0,197,6,14,31,0,1,21,1,77,5,21,1,122,0,40,21,1,125,8,21,0,2,6,0,5,0,198,6,14,31,0,2,21,1,129,5,0,30,21,1,7,7,5,0,35,21,1,117,7,0,46,6,0,5,0,199,6,25,21,0,1,21,1,77,5,21,1,138,21,0,2,6,0,30,0,35,21,1,115,7,7,5,21,1,130,5,0,30,0,32,31,0,1,7,21,1,52,0,29,0,41,31,0,2,8,10,7,5,25,21,0,1,21,1,142,21,0,2,6,14,21,0,2,21,1,129,5,22,0,2,12,14,21,0,2,21,1,140,5,21,1,128,5,0,35,21,1,126,7,0,45,6,21,1,127,21,0,1,21,1,123,5,6,22,0,3,11,14,21,0,3,21,1,120,21,0,2,6,0,35,21,1,117,7,0,46,6,0,5,0,200,6,14,31,0,1,21,1,143,31,0,3,21,1,130,5,0,24,21,1,132,0,33,21,1,140,0,39,21,1,128,8,7,10,21,0,2,17,0,26,31,0,2,17,6,25,21,0,1,21,1,142,21,0,2,6,14,21,0,2,21,1,129,5,22,0,2,12,14,21,0,1,21,1,123,5,22,0,3,11,14,21,0,2,21,0,3,0,42,21,1,120,8,21,1,117,21,1,140,10,5,0,35,21,1,117,7,0,46,6,21,1,156,5,14,31,0,1,21,1,143,31,0,3,21,1,130,5,0,24,21,1,132,0,33,21,1,140,0,39,21,1,128,8,7,10,21,0,2,17,0,26,31,0,2,17,21,1,14,5,6,25,31,0,1,21,1,154,5,25,31,0,5,14,31,0,1,31,0,4,31,0,2,17,25,21,0,1,21,1,154,5,0,24,15,215,3,2,0,43,0,45,0,24,21,1,1,0,39,21,1,148,8,9,3,2,0,43,21,1,77,0,41,0,32,21,1,158,7,8,21,1,117,21,1,77,10,8,8,31,0,1,6,25,31,0,1,21,1,1,5,25,31,0,1,21,1,154,5,25,21,0,2,0,42,21,0,1,8,0,37,31,0,2,31,0,1,9,8,25,31,0,1,22,0,3,22,0,4,22,0,5,22,0,6,4,4,11,14,21,1,150,21,1,128,9,22,0,7,11,14,31,0,6,15,216,15,217,0,32,21,1,158,7,3,2,0,43,0,24,0,39,21,0,7,8,8,3,2,0,43,0,25,0,39,31,0,7,8,8,31,0,4,6,25,31,0,1,21,1,1,5,25,31,0,1,21,1,163,5,25,31,0,1,21,1,167,5,25,31,0,2,31,0,1,5,25,31,0,1,21,1,170,5,25,31,0,2,0,35,31,0,1,7,5,25,0,24,21,1,76,0,39,21,1,157,8,31,0,1,10,0,25,0,24,10,25,21,0,1,31,0,4,21,0,2,17,22,0,6,11,14,21,0,6,31,0,5,31,0,2,17,21,1,76,31,0,1,6,21,1,157,5,14,31,0,6,25,21,0,1,21,1,76,5,21,1,123,0,47,6,21,1,156,5,14,21,0,1,0,30,21,1,123,7,5,21,1,123,0,46,6,0,35,21,1,117,7,0,46,6,21,1,157,5,14,21,0,1,21,1,155,5,22,0,3,11,14,21,0,3,0,30,21,1,7,7,5,0,35,21,1,117,7,0,46,6,21,1,157,5,14,21,0,1,0,30,21,1,133,0,41,0,50,8,7,5,21,1,155,5,21,1,121,21,0,3,6,0,35,21,1,117,7,0,46,6,21,1,157,5,14,21,0,3,0,3,5,22,0,4,11,14,0,46,21,1,125,21,0,4,6,0,35,21,1,117,7,0,46,6,21,1,157,5,14,31,0,4,21,1,128,5,21,1,132,5,22,0,5,11,14,21,0,5,0,30,0,50,7,5,21,1,155,31,0,1,0,30,21,1,122,7,5,21,1,132,5,6,0,29,31,0,5,21,1,155,31,0,3,6,21,1,32,5,6,25,21,0,2,21,1,123,5,21,1,123,0,46,6,21,1,156,5,14,21,0,2,0,30,21,1,7,7,5,0,35,21,1,117,7,0,46,6,21,1,156,5,14,31,0,2,21,1,138,5,22,0,3,11,14,21,0,1,0,30,21,1,122,7,0,40,21,1,76,8,21,0,3,6,21,1,157,5,14,31,0,1,21,1,155,0,40,0,29,0,41,21,1,32,8,8,31,0,3,6,25,21,0,1,21,1,4,5,21,1,157,5,14,21,0,1,21,1,123,5,21,1,123,0,45,6,21,1,157,5,14,31,0,1,21,1,129,5,0,16,0,45,6,25,21,0,2,21,1,123,0,40,21,1,127,8,21,0,1,6,22,0,3,11,14,21,0,3,0,46,0,42,21,1,125,8,21,1,117,21,1,125,0,41,0,45,8,10,5,21,1,157,5,14,21,0,2,0,46,21,1,122,3,2,0,43,21,0,3,8,5,22,0,4,11,14,21,0,1,21,1,122,5,21,1,125,21,0,4,6,21,1,157,5,14,21,0,1,21,1,162,21,1,136,0,41,21,0,4,8,3,2,0,43,31,0,3,8,5,21,1,76,31,0,2,6,21,1,157,5,14,31,0,1,21,1,137,31,0,4,6,25,21,0,1,21,1,122,5,21,1,123,0,47,6,21,1,157,5,14,21,0,1,21,1,162,5,21,1,76,31,0,2,17,21,1,157,5,14,31,0,1,21,1,162,0,46,6,25,21,0,1,21,1,122,5,21,1,123,0,46,6,21,1,157,5,14,31,0,1,21,1,162,5,25,0,24,0,39,21,1,76,8,21,1,120,0,45,10,21,1,157,9,0,25,21,1,166,21,1,146,31,0,1,7,7,10,25,0,24,0,39,21,1,76,8,21,1,120,0,45,10,21,1,157,9,0,25,0,45,0,39,21,1,156,8,0,37,21,1,165,21,1,146,31,0,1,7,7,8,10,25,0,24,0,39,21,1,123,8,21,1,120,0,45,10,21,1,157,9,0,25,21,1,174,21,1,146,31,0,1,7,0,24,0,41,21,1,4,0,39,21,1,157,8,8,9,7,10,25,21,1,166,21,1,146,31,0,1,7,7,25,0,24,0,39,21,1,123,8,21,1,120,0,45,10,21,1,157,9,0,25,0,24,21,0,1,21,1,133,10,0,37,21,1,122,21,1,120,0,46,10,0,44,21,1,137,0,41,0,46,8,31,0,1,21,1,137,0,41,0,50,8,10,21,1,155,21,1,162,10,8,8,10,25,31,0,1,0,32,15,218,7,3,2,0,43,21,1,123,0,41,0,32,21,1,147,7,8,8,25,21,1,146,31,0,2,7,22,0,3,11,14,21,0,3,0,41,21,0,1,8,0,37,31,0,3,8,21,1,146,31,0,1,7,9,25,31,0,1,21,1,169,21,1,146,31,0,2,7,8,25,21,0,1,21,1,168,21,0,2,8,21,1,159,31,0,1,21,1,127,5,21,1,168,31,0,2,8,8,25,31,0,1,21,1,127,5,21,1,168,31,0,2,8,25,21,1,146,31,0,1,7,0,37,21,1,146,31,0,2,7,8,25,21,1,146,31,0,1,7,0,41,31,0,2,8,25,31,0,1,0,37,21,1,158,8,25,21,1,146,21,0,2,7,21,1,146,21,0,1,7,9,0,37,31,0,1,0,32,0,45,0,39,21,1,156,8,7,15,219,3,2,0,43,0,24,0,39,21,1,150,8,8,31,0,2,17,8,25,21,0,1,15,220,31,0,5,21,1,175,31,0,1,31,0,4,21,0,2,17,6,7,31,0,2,17,25,21,1,120,21,1,139,21,0,1,10,21,1,175,9,22,1,2,12,14,31,0,1,21,1,3,3,2,25,31,0,1,21,2,2,5,25,31,0,1,21,2,2,5,25,21,0,1,0,14,0,40,21,2,13,8,21,0,2,17,0,5,0,99,6,14,31,0,1,0,34,31,0,4,7,31,0,2,17,25,21,0,2,0,14,5,22,0,5,11,14,21,0,2,0,12,5,22,0,6,11,14,21,0,1,0,14,5,22,0,7,11,14,21,0,7,0,27,21,0,6,6,21,2,13,31,0,5,6,0,5,0,100,6,14,21,0,7,0,28,31,0,6,6,0,35,0,8,7,0,46,6,22,0,8,11,14,31,0,2,0,15,5,22,0,9,11,0,22,5,22,0,10,11,14,31,0,1,0,15,5,22,0,11,11,14,0,45,0,21,21,0,10,6,0,8,21,0,8,6,0,17,0,40,0,30,0,32,31,0,11,7,0,16,0,6,0,41,0,8,0,41,31,0,8,8,8,10,31,0,4,31,0,9,0,42,0,16,8,10,7,8,31,0,10,6,0,15,31,0,7,6,25,31,0,1,21,1,2,31,0,2,17,25,31,0,1,0,30,21,1,2,0,41,0,32,31,0,2,7,8,7,5,25,31,0,2,0,30,0,32,31,0,1,7,0,42,21,1,2,8,7,5,25,31,0,1,0,30,21,1,2,7,5,25,31,0,1,21,1,2,31,0,2,17,25,31,0,1,21,2,23,21,1,2,7,31,0,2,17,25,21,2,11,0,16,0,23,10,21,2,11,21,2,26,10,22,0,3,11,14,21,0,1,0,22,0,40,21,0,3,8,21,0,2,17,22,0,4,22,0,5,4,2,11,14,31,0,1,15,221,0,40,15,222,8,31,0,2,17,22,0,6,11,14,21,0,4,31,0,6,3,2,25,31,0,2,22,0,3,11,14,31,0,1,22,0,4,11,14,15,223,21,1,6,3,2,0,43,0,12,0,41,21,1,7,8,8,22,0,5,11,14,0,45,21,0,5,5,25,31,0,1,0,12,0,41,0,45,8,0,44,31,0,2,8,9,25,0,33,31,0,1,7,25,21,1,3,0,16,21,0,1,6,31,0,4,5,0,46,0,13,31,0,1,6,0,44,15,224,31,0,5,7,8,31,0,2,17,25,21,0,2,0,12,5,0,33,0,7,7,0,46,6,22,0,3,11,0,7,21,0,1,0,12,5,6,22,0,4,11,14,31,0,3,0,13,0,45,6,0,5,0,102,6,14,21,0,4,0,13,0,45,6,0,5,0,103,6,14,21,0,2,21,2,12,0,46,6,22,0,5,11,14,21,0,2,0,22,5,22,0,6,11,14,21,0,1,21,2,8,5,22,0,1,12,14,21,0,1,21,2,12,21,0,4,6,22,0,7,11,14,21,0,1,0,14,5,0,27,31,0,4,6,22,0,8,11,0,35,0,8,7,0,46,6,22,0,9,11,14,31,0,1,0,15,0,40,15,225,15,226,3,2,0,43,21,0,6,0,20,0,45,6,8,8,31,0,2,6,0,15,31,0,8,6,25,21,0,1,0,12,5,0,13,0,46,6,0,5,0,101,6,14,21,0,1,0,22,5,22,0,3,11,14,31,0,1,21,0,3,0,39,0,17,8,15,227,3,2,0,43,21,0,3,0,13,0,47,6,8,5,25,21,0,2,0,12,5,0,33,0,7,7,0,46,6,22,0,3,11,14,21,0,3,0,13,0,45,6,0,5,0,105,6,14,21,0,1,0,12,5,0,13,21,0,3,6,0,5,0,106,6,14,21,0,2,0,22,5,22,0,4,11,14,21,0,2,21,2,12,0,46,6,22,0,5,11,0,35,0,8,7,0,46,6,22,0,6,11,14,21,0,1,0,12,5,0,33,0,7,7,31,0,3,6,22,0,7,11,14,21,0,1,0,14,5,0,27,21,0,7,6,22,0,8,11,0,35,0,8,7,0,46,6,22,0,9,11,14,31,0,1,15,228,15,229,3,2,0,43,0,45,21,2,12,0,41,31,0,7,8,21,2,13,31,0,5,10,3,2,0,43,21,0,6,0,8,21,0,4,6,0,20,0,45,6,22,0,10,11,8,8,31,0,2,6,0,15,31,0,8,6,25,0,17,0,42,0,30,0,6,7,0,41,0,30,21,0,1,0,42,0,8,8,7,8,8,22,0,3,11,14,21,0,2,21,0,3,22,1,5,13,14,31,0,2,0,7,31,0,1,6,0,6,0,46,6,0,18,0,45,6,31,0,3,22,1,7,13,25,21,0,1,0,7,21,1,3,6,0,17,5,0,30,0,6,0,41,31,0,1,8,7,5,25,31,0,1,0,5,21,1,4,10,0,25,0,24,10,25,21,1,4,0,8,21,0,1,6,0,6,31,0,2,21,2,47,31,0,1,17,17,22,1,4,12,25,21,0,2,0,12,5,0,23,0,46,6,0,5,21,1,10,6,14,21,0,2,21,1,13,5,14,21,0,2,0,15,5,22,0,2,12,0,22,5,22,0,3,11,14,21,0,1,0,12,5,0,13,21,0,3,6,0,5,21,1,11,6,14,0,45,0,20,5,22,0,4,11,14,21,0,1,0,14,5,22,0,5,11,0,27,21,0,3,6,22,0,6,11,0,34,15,230,7,31,0,2,6,14,31,0,1,0,15,31,0,5,0,28,31,0,3,6,0,26,31,0,6,0,35,0,8,7,0,46,6,3,1,6,6,0,29,21,0,4,6,25,21,0,1,0,12,5,0,13,0,46,6,0,5,21,1,9,6,14,31,0,1,21,1,6,31,0,2,17,25,31,0,2,0,12,21,1,4,6,25,21,1,3,0,6,22,1,4,13,14,31,0,1,0,6,0,46,6,25,31,0,1,0,37,31,0,2,8,25,31,0,1,0,1,0,45,10,25,31,0,1,0,1,31,0,2,19,25,21,0,2,0,36,31,0,1,21,2,66,31,0,2,17,8,25,31,0,4,22,0,6,11,14,31,0,1,22,0,7,22,0,8,22,0,9,4,3,11,14,31,0,5,21,2,4,0,21,31,0,8,10,0,44,15,231,0,39,21,1,7,8,8,5,31,0,7,31,0,2,17,22,0,10,11,14,31,0,10,31,0,9,0,44,15,232,8,5,25,0,46,22,0,3,11,14,0,45,15,233,0,35,0,18,7,0,45,10,0,6,0,46,10,3,2,0,43,21,2,4,8,22,0,4,11,14,21,0,1,21,0,4,5,22,0,5,11,14,31,0,2,21,2,11,0,40,21,2,11,8,0,32,21,2,70,7,0,15,0,40,21,2,11,8,3,2,0,43,21,2,72,8,15,234,3,3,0,43,31,0,5,0,11,0,47,6,8,31,0,1,6,25,21,0,2,22,0,3,22,0,4,4,2,11,14,15,235,0,41,31,0,2,8,22,0,5,11,14,15,236,22,0,6,11,14,15,237,0,41,0,45,8,22,0,7,11,14,31,0,1,0,32,21,0,4,7,0,16,0,45,10,31,0,7,3,2,0,43,21,1,12,0,39,21,2,4,8,8,5,25,21,1,6,31,0,1,5,25,31,0,1,0,12,0,41,21,1,4,8,0,7,0,46,10,0,44,15,238,8,5,14,21,1,5,0,16,0,46,0,6,21,1,3,6,22,1,3,12,6,25,31,0,2,22,0,5,11,14,31,0,4,22,0,6,11,14,31,0,1,0,30,15,239,7,5,25,31,0,2,22,0,3,11,14,21,1,9,0,16,21,0,1,6,22,0,4,11,14,21,1,5,0,30,0,16,0,41,31,0,1,8,7,5,22,0,5,11,14,21,0,4,0,17,5,0,30,0,8,0,41,21,0,3,8,7,5,0,33,0,29,7,21,0,5,6,22,0,6,11,14,31,0,3,0,17,5,0,30,0,25,7,21,0,6,6,0,30,0,24,7,21,1,10,0,17,5,6,0,15,5,21,2,13,31,0,5,6,0,5,0,146,6,14,21,0,6,21,2,37,5,22,0,7,11,14,21,0,6,21,1,8,0,6,7,0,45,6,0,29,21,0,7,6,0,34,0,7,7,21,0,7,0,22,5,0,17,5,6,22,0,8,11,14,31,0,8,0,30,0,24,7,21,1,12,6,0,34,0,6,7,31,0,6,0,29,21,0,7,6,0,30,0,8,7,21,1,12,6,6,22,1,12,12,14,31,0,7,0,30,0,6,0,41,21,0,4,0,42,0,8,8,8,7,21,1,11,6,22,1,11,12,14,31,0,4,0,8,22,1,10,13,25,31,0,4,0,16,31,0,1,6,0,16,31,0,2,17,25,21,1,5,0,16,0,45,6,0,28,21,1,7,6,22,0,3,11,14,21,1,5,0,30,0,28,0,41,21,1,7,8,21,2,13,21,0,3,10,7,5,0,35,0,8,7,0,46,6,0,5,0,147,6,14,21,0,3,0,35,0,8,7,5,22,0,4,11,0,17,5,0,15,31,0,3,6,22,0,5,11,14,21,0,5,0,30,0,25,7,31,0,1,6,21,1,13,31,0,5,0,30,0,6,0,41,0,8,0,41,31,0,4,8,8,7,31,0,2,17,6,25,0,32,21,2,70,7,31,0,1,3,2,0,43,31,0,4,0,7,0,46,10,0,40,0,8,0,37,0,24,8,8,8,25,21,0,1,15,240,31,0,1,31,0,4,31,0,5,3,3,7,3,2,0,43,0,24,31,0,2,9,8,25,21,1,0,0,37,31,0,1,8,25,31,0,1,0,37,21,1,0,8,25,21,1,1,31,0,2,7,22,0,3,11,14,31,0,1,21,0,3,15,241,15,242,3,3,0,43,0,32,0,51,7,0,7,0,0,10,8,5,25,21,0,1,21,1,8,5,22,0,3,11,14,31,0,1,31,0,3,31,0,2,17,25,31,0,1,21,2,1,5,25,31,0,1,0,28,0,46,6,0,30,21,2,87,0,41,0,32,31,0,2,7,8,7,5,25,21,0,1,0,19,5,22,0,5,11,0,20,0,41,21,0,2,8,0,44,31,0,4,8,5,14,31,0,5,0,17,5,0,30,21,0,1,0,6,21,0,2,17,0,42,0,6,8,7,0,30,0,45,0,42,0,20,8,0,44,0,49,8,7,9,0,30,0,13,0,41,31,0,2,8,0,44,0,49,8,7,3,2,0,43,31,0,1,0,20,0,45,6,8,5,25,31,0,1,14,0,6,0,18,0,45,10,0,17,9,0,7,0,18,0,45,10,0,17,9,0,30,0,6,7,0,24,0,39,0,20,8,10,3,2,0,43,0,20,0,41,0,45,8,8,25,21,0,2,21,2,6,5,0,5,21,1,8,6,14,21,0,2,0,13,0,45,6,22,0,3,11,14,21,0,1,0,22,5,0,6,0,18,0,45,10,0,11,3,2,0,43,21,0,3,8,21,0,2,6,22,0,4,11,14,15,243,21,0,1,7,22,0,5,11,14,0,46,22,0,6,11,14,0,24,22,0,7,11,14,21,0,1,0,12,0,20,0,46,10,0,44,15,244,0,41,21,0,2,8,8,5,14,31,0,1,0,15,5,0,28,0,27,3,2,0,43,21,0,3,0,12,21,1,2,6,8,21,0,6,0,8,31,0,4,6,6,21,1,2,0,44,0,24,0,45,0,42,0,21,8,0,44,15,245,8,0,22,0,7,31,0,2,0,39,0,19,8,10,10,8,5,21,0,7,5,25,21,0,2,0,12,5,0,23,0,46,6,0,5,21,1,7,6,14,21,0,2,0,15,5,22,0,2,12,14,21,0,2,0,30,21,2,6,7,5,0,35,0,8,7,0,46,6,0,5,21,1,8,6,14,21,0,2,0,22,5,22,0,3,11,14,21,0,1,21,2,77,5,0,22,0,42,0,21,8,0,44,15,246,8,21,0,3,6,22,0,4,11,14,15,247,22,0,5,11,14,0,45,0,20,5,22,0,6,11,14,0,46,22,0,7,11,14,15,248,22,0,8,11,14,0,45,22,0,9,11,14,31,0,2,0,34,15,249,21,1,5,15,250,7,31,0,8,0,25,10,3,2,0,43,21,1,4,8,7,21,0,4,0,27,21,0,3,6,6,22,0,10,11,14,31,0,1,0,15,0,41,21,0,4,8,15,251,3,2,0,43,21,0,6,0,12,5,0,20,0,45,6,8,5,25,21,0,1,0,13,0,45,6,0,5,0,162,6,14,21,0,1,0,23,0,46,6,0,5,0,163,6,14,31,0,2,21,2,77,5,0,28,31,0,1,0,7,0,46,6,6,21,2,13,21,1,3,6,0,5,0,164,6,25,31,0,2,0,46,0,22,3,2,0,43,0,24,0,12,0,40,0,13,8,31,0,1,10,8,5,25,31,0,2,0,17,5,0,30,31,0,1,0,1,5,7,5,25,31,0,2,0,17,5,0,30,31,0,1,0,1,5,7,5,25,21,0,1,0,12,5,0,13,21,1,3,6,0,5,0,168,6,14,21,0,2,0,30,21,2,7,7,5,0,35,0,8,7,5,0,5,0,169,6,14,21,0,1,21,2,77,5,22,0,3,11,14,21,0,2,0,34,0,7,0,6,0,46,10,7,21,0,3,0,27,21,1,3,6,6,22,0,4,11,14,21,0,4,0,30,0,13,0,41,0,45,8,7,5,0,35,0,8,7,5,0,5,0,170,6,14,21,0,3,0,28,21,1,3,6,22,0,5,11,0,35,0,8,7,0,46,6,22,0,6,11,14,15,252,22,0,7,11,14,31,0,1,15,253,31,0,7,3,2,0,43,0,25,0,35,0,8,7,21,0,4,0,35,0,8,7,21,0,6,6,10,0,20,0,45,10,8,31,0,2,6,25,21,1,7,0,30,0,32,31,0,1,7,7,5,25,21,1,7,0,30,0,6,0,41,31,0,1,0,8,21,1,5,6,8,7,5,0,33,0,29,7,21,1,6,6,25,21,2,97,0,41,0,46,8,0,40,21,0,1,21,2,67,0,34,21,0,1,7,0,37,0,30,31,0,1,7,8,8,8,25,21,0,2,0,22,0,40,0,12,8,21,0,1,17,0,5,0,171,17,14,31,0,1,21,1,6,21,1,5,7,31,0,2,17,25,31,0,1,21,1,6,21,1,5,0,41,0,32,31,0,2,7,8,7,5,25,31,0,2,21,1,6,0,32,31,0,1,7,0,42,21,1,5,8,7,5,25,21,0,1,21,2,77,5,0,28,0,46,6,22,0,3,11,14,15,254,22,0,4,11,14,21,1,5,0,32,31,0,1,7,0,15,31,0,4,10,21,2,21,0,42,21,2,101,8,3,2,0,43,0,24,0,39,21,2,18,8,0,7,0,46,10,8,31,0,3,6,25,31,0,1,21,2,97,0,46,6,0,35,21,1,5,7,31,0,2,17,25,31,0,1,0,34,0,24,0,46,3,2,0,43,0,25,8,7,21,1,4,6,0,35,0,8,7,0,46,6,22,0,3,11,14,21,0,3,0,20,0,45,6,0,5,0,177,6,14,21,1,4,0,22,5,0,17,5,0,34,0,8,7,21,1,4,6,0,35,0,6,7,0,45,6,22,0,4,11,14,21,1,3,0,16,31,0,4,6,21,2,100,5,22,0,5,11,14,0,54,0,20,21,0,5,6,0,5,0,178,6,14,0,12,0,41,0,11,8,0,5,0,179,10,0,25,0,24,10,22,0,6,11,14,21,0,3,0,9,21,1,7,6,31,0,6,0,11,0,18,3,3,0,43,21,0,5,0,11,0,47,6,8,5,22,0,7,11,14,21,1,3,0,34,0,24,21,0,7,3,2,0,43,0,25,8,7,21,1,4,6,22,1,3,12,14,31,0,7,0,8,31,0,3,6,31,0,5,0,12,0,51,6,0,44,0,20,0,41,21,1,7,8,0,44,15,255,8,8,5,25,21,1,7,0,20,0,45,6,0,5,0,180,6,14,31,0,1,0,27,15,256,0,41,0,47,0,42,0,9,8,8,0,24,0,27,0,22,0,42,0,7,8,10,0,26,0,24,10,0,25,10,3,2,0,43,0,22,0,42,0,21,8,8,21,1,8,6,25,0,24,21,1,5,21,0,1,0,16,21,0,2,17,10,22,1,5,12,14,31,0,1,0,27,31,0,2,17,25,21,0,1,0,17,5,0,30,0,6,0,41,21,1,8,8,7,5,0,24,31,0,1,0,6,22,1,8,13,6,25,21,0,1,0,15,5,21,1,3,5,0,30,31,0,1,21,2,77,5,21,2,95,5,0,15,5,0,42,0,29,8,7,5,25,21,1,4,0,28,21,1,3,6,22,0,3,11,0,35,0,8,7,0,46,6,22,0,4,11,14,21,0,4,0,17,5,0,15,31,0,3,6,0,42,0,30,0,6,0,41,0,8,0,41,31,0,4,8,8,7,8,0,33,0,29,7,31,0,1,10,25,31,0,1,0,42,0,29,8,25,31,0,1,0,41,0,32,31,0,2,7,8,25,31,0,1,25,31,0,2,14,31,0,1,25,31,0,2,0,36,31,0,1,8,25,21,0,1,21,1,10,0,30,31,0,1,7,8,25,21,0,1,21,1,10,21,2,23,31,0,1,7,8,25,0,45,22,0,2,11,14,15,257,21,0,1,7,22,0,3,11,14,31,0,1,0,34,15,258,7,21,1,7,6,0,22,0,21,0,47,10,0,44,0,26,0,41,0,45,3,1,8,8,5,22,0,4,22,0,5,4,2,11,14,21,1,8,15,259,15,260,15,261,3,4,0,43,31,0,5,0,42,0,6,0,41,31,0,4,0,8,0,47,10,8,8,8,25,15,262,0,32,31,0,2,7,7,25,0,25,31,0,1,9,25,0,45,22,0,3,11,22,0,4,11,14,21,1,8,21,2,24,15,263,7,5,14,31,0,1,3,1,22,0,5,11,14,15,264,0,41,21,1,7,8,22,0,6,11,14,21,0,3,21,0,6,21,1,6,6,22,0,7,11,14,21,0,4,0,7,5,21,0,5,31,0,6,0,41,21,2,154,8,3,2,0,43,0,20,0,41,0,45,8,8,21,1,6,6,22,0,8,11,14,21,1,8,21,2,24,0,32,31,0,7,31,0,8,3,2,7,0,16,0,45,0,42,0,20,8,10,0,16,0,19,10,7,5,25,21,1,8,0,17,5,0,35,0,24,0,39,21,1,6,21,1,7,5,8,7,31,0,1,6,25,21,0,1,21,2,159,31,0,2,8,21,2,147,31,0,1,8,25,0,24,21,2,146,21,1,5,7,31,0,2,19,15,265,21,2,146,31,0,1,7,8,25,0,24,15,266,21,1,5,7,31,0,1,10,21,2,146,31,0,2,7,9,25,31,0,2,21,2,147,31,0,1,8,25,0,24,15,267,31,0,2,7,31,0,1,10,25,31,0,1,25,21,1,5,0,17,5,0,30,0,7,0,41,21,0,1,0,22,5,0,6,0,50,6,8,7,5,0,33,0,29,7,31,0,1,6,25,21,0,1,0,34,0,12,7,21,0,2,6,0,31,0,8,7,5,0,35,0,6,7,0,45,6,22,0,3,11,14,21,0,2,0,29,0,41,0,17,8,21,0,3,6,0,35,0,8,7,0,46,6,22,0,4,11,14,31,0,3,0,21,0,41,21,1,5,8,0,44,0,32,31,0,2,31,0,1,3,2,7,0,30,0,16,7,0,20,10,0,39,15,268,8,8,5,14,21,0,4,25,21,1,4,0,6,0,41,21,0,1,8,0,40,21,2,5,8,21,1,3,6,0,12,0,41,0,45,8,0,44,31,0,1,0,6,0,46,6,0,39,21,1,5,8,8,5,25,0,32,0,45,7,0,13,31,0,4,21,3,29,31,0,1,7,31,0,2,17,10,25,31,0,1,14,21,1,9,0,17,5,0,30,0,45,7,5,25,21,0,2,21,3,9,5,22,0,3,11,14,31,0,2,0,42,0,16,8,22,0,4,11,14,21,1,5,0,35,0,8,7,0,46,6,22,0,5,11,14,21,0,5,0,12,0,46,6,0,8,0,47,6,0,6,21,0,3,6,21,0,5,21,2,4,15,269,8,5,22,0,6,11,14,0,46,0,7,21,1,6,6,0,17,5,0,30,0,8,0,41,21,0,5,8,0,39,0,6,0,41,21,0,5,8,0,42,31,0,6,8,8,7,5,0,35,0,8,7,0,46,6,0,5,0,104,6,14,31,0,3,0,24,0,44,0,8,0,41,21,0,1,0,39,21,3,9,8,8,8,5,22,0,7,11,14,31,0,1,0,42,0,16,8,22,0,8,11,14,21,1,7,21,3,28,21,1,5,6,22,0,9,22,0,10,4,2,11,14,21,0,10,0,12,0,46,6,0,8,0,47,6,0,6,31,0,7,6,31,0,10,21,2,4,15,270,8,31,0,9,6,22,0,11,11,14,31,0,11,0,41,0,8,0,41,31,0,5,8,8,22,0,12,11,14,15,271,22,0,13,11,14,21,1,9,0,17,5,0,30,0,8,0,41,21,1,7,0,35,0,8,7,0,46,6,8,31,0,13,9,7,5,25,21,0,1,21,3,12,0,46,6,0,35,0,8,7,0,46,6,22,0,3,11,0,12,0,46,6,22,0,4,11,14,21,0,1,0,15,5,22,0,1,12,14,0,46,22,0,5,11,14,0,45,22,0,6,11,14,21,0,1,0,30,0,0,0,39,15,272,8,7,5,14,21,0,4,0,8,0,47,6,0,6,21,0,5,6,22,0,7,11,14,15,273,22,0,8,11,14,0,45,22,0,9,11,22,0,10,11,14,15,274,22,0,11,11,14,21,0,1,0,45,0,45,15,275,3,2,0,43,0,30,0,12,0,41,0,11,8,7,0,35,0,8,7,0,46,10,8,3,2,0,43,21,1,3,0,12,21,0,6,6,0,8,21,0,7,0,12,0,51,6,6,8,5,22,0,12,11,14,31,0,1,31,0,8,31,0,11,3,2,0,43,31,0,12,8,5,25,31,0,1,14,21,1,9,0,17,5,0,30,21,1,10,0,8,21,1,4,6,0,21,0,41,21,1,4,8,0,24,3,2,0,43,21,2,2,8,5,7,5,25,21,1,6,21,3,29,21,0,1,0,15,5,0,42,0,16,8,0,42,21,3,74,0,7,0,46,10,0,41,21,0,2,0,15,16,0,42,0,16,8,8,8,7,5,22,0,3,11,14,31,0,1,15,276,15,277,3,2,0,43,0,15,0,39,0,22,8,0,20,0,52,10,0,40,0,8,8,8,31,0,2,6,25,21,0,1,21,2,7,31,0,2,17,0,30,0,6,7,21,1,4,0,30,31,0,1,0,42,0,8,8,7,5,6,22,1,4,12,25,31,0,1,3,1,3,0,0,26,3,2,0,43,0,25,21,3,4,9,8,21,1,6,6,22,1,6,12,25,31,0,1,21,2,8,21,1,6,8,25,31,0,1,0,15,5,22,0,3,11,0,22,5,0,6,0,50,6,0,6,22,1,3,13,14,31,0,3,0,30,21,1,4,7,5,25,15,278,22,0,3,11,14,21,3,11,21,0,3,15,279,3,2,0,43,0,24,0,39,0,35,21,3,72,7,8,8,3,2,0,43,0,24,0,16,0,45,10,21,3,4,9,8,22,0,4,11,14,31,0,2,31,0,1,3,2,21,0,4,0,45,6,22,0,5,11,14,21,1,3,0,17,5,0,30,15,280,7,5,22,0,6,11,14,31,0,6,0,30,0,16,0,41,0,46,8,7,21,3,11,0,30,0,16,0,41,0,45,8,7,10,0,32,21,3,70,7,3,2,0,43,31,0,3,0,12,21,0,5,6,8,5,25,21,0,1,21,3,8,5,22,0,1,12,14,21,0,1,0,14,5,22,0,3,11,14,31,0,1,0,15,5,22,0,4,11,0,22,5,22,0,5,11,14,21,1,3,0,30,0,21,0,41,0,70,8,7,5,0,35,21,3,117,7,0,46,6,0,5,0,139,6,14,21,1,3,0,3,21,0,5,6,22,0,6,11,14,21,1,3,0,4,21,0,6,6,0,33,0,29,7,22,1,4,13,14,0,45,22,0,7,11,14,0,32,21,1,4,7,0,16,15,281,10,22,0,8,11,14,21,3,74,0,5,0,140,10,22,0,9,11,14,31,0,6,0,34,31,0,4,0,42,0,16,8,21,0,8,0,24,15,282,31,0,8,10,3,3,0,43,0,11,0,41,0,47,8,8,7,31,0,5,0,17,5,6,0,15,31,0,3,6,25,21,0,1,0,34,0,25,0,12,21,0,1,31,0,5,5,10,0,44,31,0,4,8,7,31,0,1,0,22,5,0,17,5,6,25,31,0,1,0,15,0,39,0,32,21,2,12,7,0,16,21,0,2,19,21,1,6,31,0,0,0,41,21,0,2,0,6,0,46,17,8,8,8,0,15,0,14,10,21,1,5,3,2,0,43,21,2,12,0,22,5,0,23,31,0,2,17,8,5,25,31,0,1,22,2,4,12,0,33,0,16,7,21,2,6,6,22,2,5,12,14,0,50,22,2,3,12,25,21,1,5,22,0,3,11,14,31,0,1,21,1,6,22,1,5,13,14,31,0,3,25,31,0,4,31,0,1,31,0,2,17,25,31,0,1,22,0,3,11,14,15,283,25,31,0,1,22,0,3,11,14,15,284,25,31,0,1,0,17,5,0,30,0,32,31,0,4,0,1,5,7,7,5,25,21,0,1,21,3,12,0,46,6,22,0,3,11,0,35,0,8,7,22,1,6,13,14,0,15,0,41,31,0,3,0,26,31,0,2,0,19,16,21,2,2,0,7,0,46,6,0,44,0,24,0,7,31,0,1,0,22,5,10,0,18,0,45,10,8,16,3,1,6,8,22,1,7,12,25,21,1,6,0,8,31,0,2,17,21,1,5,5,0,33,0,26,7,0,26,3,2,0,43,21,1,3,8,31,0,1,6,25,21,0,1,0,26,31,0,1,0,22,5,0,7,31,0,2,17,0,17,0,39,0,30,0,46,7,8,5,6,25,31,0,1,0,30,0,6,7,31,0,2,0,30,31,0,4,0,42,0,8,8,7,16,17,25,21,0,1,0,46,0,42,0,12,8,0,7,0,46,10,0,44,21,1,5,21,0,2,7,0,41,0,17,8,8,21,1,7,6,21,1,5,31,0,2,0,8,21,1,7,17,7,22,1,6,13,14,0,46,22,1,7,12,14,31,0,1,0,22,5,25,21,0,2,0,8,22,1,7,13,14,31,0,2,25,31,0,1,14,0,46,22,1,9,12,25,21,1,4,0,28,21,1,3,6,22,0,3,11,0,26,22,1,10,13,14,31,0,3,0,35,0,8,7,21,1,7,6,0,12,0,41,0,46,8,0,7,0,46,10,0,44,15,285,8,5,14,21,0,1,0,15,5,0,42,0,16,8,22,0,4,11,14,21,1,9,0,24,0,44,15,286,8,31,0,1,6,14,21,1,6,0,15,21,1,10,6,0,30,21,0,4,7,5,25,0,46,0,7,21,2,3,6,15,287,5,0,33,0,29,7,21,1,3,6,0,26,21,1,6,3,1,6,0,31,0,8,7,5,21,3,57,5,22,0,3,11,14,31,0,2,0,24,0,34,15,288,7,31,0,3,10,0,35,0,30,0,6,7,7,9,0,40,0,30,0,6,7,8,21,1,4,6,0,46,0,42,0,12,8,0,7,0,46,10,0,44,0,33,0,17,0,15,21,1,5,10,0,42,0,30,0,6,7,8,7,8,21,1,6,6,0,33,0,29,7,31,0,1,0,15,5,6,25,21,1,5,0,26,31,0,2,17,0,26,21,1,4,6,0,33,0,15,7,3,0,6,25,21,0,2,0,22,5,0,20,0,45,6,0,5,0,173,6,14,21,0,2,0,22,5,0,17,5,0,34,0,20,0,41,0,45,8,0,42,0,8,8,7,31,0,2,6,25,21,2,7,0,7,31,0,1,6,0,17,5,0,30,21,2,6,0,1,5,7,5,0,26,22,2,6,13,14,21,2,7,25,31,0,1,0,22,0,42,0,21,8,0,44,0,33,0,26,7,0,42,31,0,0,8,8,31,0,2,17,25,31,0,1,14,0,45,22,1,3,12,14,21,2,13,21,2,7,0,34,0,6,7,31,0,4,6,7,22,1,2,12,25,21,3,76,0,20,21,0,1,0,18,0,45,6,10,0,45,3,2,0,16,31,0,1,0,13,0,45,6,0,8,31,0,2,17,6,25,0,45,21,1,3,5,14,31,0,1,21,2,11,21,1,2,21,2,9,31,0,2,17,7,5,25,0,45,21,1,3,5,14,31,0,2,21,2,11,0,32,31,0,1,7,0,42,21,1,2,8,7,5,25,0,45,21,1,3,5,14,31,0,1,21,2,12,21,1,2,7,31,0,2,17,25,0,25,31,0,1,31,0,4,10,25,21,0,1,21,3,6,5,0,5,0,190,6,14,21,0,1,0,11,22,1,4,13,14,31,0,1,0,18,22,1,3,13,25,31,0,1,0,17,5,0,26,21,1,5,6,0,31,31,0,2,7,5,25,31,0,1,31,0,5,5,31,0,4,31,0,2,17,25,31,0,1,21,3,164,5,25,31,0,1,21,3,164,5,25,31,0,1,0,35,21,2,3,7,5,22,0,3,22,0,4,4,2,11,14,31,0,3,22,2,4,12,14,31,0,4,0,8,22,1,4,13,25,21,1,4,0,40,31,0,1,8,25,21,1,8,0,42,31,0,1,0,41,21,1,4,8,8,25,31,0,1,0,42,21,1,12,8,22,0,3,11,14,0,46,0,42,0,21,8,0,44,15,289,8,22,0,4,11,14,0,50,21,0,4,0,46,0,6,21,2,6,6,6,0,6,0,46,6,25,21,0,1,0,13,0,46,6,0,8,22,1,5,13,14,31,0,1,0,6,22,1,6,13,25,21,1,7,21,1,3,21,3,4,15,290,31,0,1,7,8,5,22,0,3,11,14,0,24,21,2,3,3,2,0,43,0,13,0,41,21,2,3,8,8,22,0,4,11,14,0,45,0,12,21,2,3,6,0,6,21,2,3,6,0,2,0,47,6,0,18,5,22,0,5,11,0,17,5,0,30,0,24,0,6,0,46,10,0,7,31,0,5,10,0,10,0,47,10,7,5,0,35,15,291,7,21,2,3,0,17,5,6,25,31,0,1,0,30,21,1,10,0,42,0,7,8,0,7,0,41,21,1,9,8,3,2,0,16,21,3,2,6,7,5,0,4,0,41,0,3,8,5,25,21,2,3,0,8,0,47,6,0,13,21,0,1,0,35,0,11,7,5,22,1,10,12,0,7,31,0,1,0,35,0,18,7,5,22,1,9,12,6,6,25,31,0,1,14,21,2,4,21,2,9,3,2,0,30,0,17,0,30,0,8,0,41,21,2,6,8,7,9,7,5,22,0,3,22,0,4,4,2,11,14,31,0,4,0,30,15,292,7,5,25,21,0,2,21,4,33,5,21,4,57,5,22,0,3,11,14,31,0,1,21,4,32,31,0,2,0,29,21,0,3,17,6,0,15,5,0,30,0,46,0,42,0,7,8,0,18,0,45,10,7,5,0,33,0,29,7,31,0,3,6,22,0,4,11,14,0,7,0,41,0,46,8,0,8,0,41,21,2,4,0,42,0,7,8,8,0,7,0,25,10,3,2,0,16,21,3,2,6,22,0,5,11,14,21,2,9,0,17,5,0,34,0,8,0,41,21,2,6,8,0,40,21,1,3,8,31,0,5,0,25,10,7,31,0,4,6,25,31,0,0,0,45,3,2,25,31,0,2,22,0,3,11,14,31,0,1,0,30,0,15,7,5,22,0,4,11,0,16,0,45,6,0,22,5,22,0,5,11,14,0,50,22,0,6,11,14,15,293,0,42,21,1,4,8,22,0,7,11,14,15,294,25,31,0,1,21,1,5,5,22,0,3,22,0,4,4,2,11,14,31,0,3,22,1,5,12,14,31,0,4,25,0,46,0,7,31,0,1,0,6,22,1,7,13,6,25,0,46,0,7,21,0,1,6,0,17,5,0,30,0,32,21,2,4,7,0,16,0,6,0,41,31,0,1,0,7,21,1,7,6,8,10,21,1,9,21,0,2,19,7,5,14,31,0,2,25,0,45,0,32,21,1,3,31,0,1,7,7,5,21,2,3,5,25,0,45,0,32,31,0,2,21,1,3,31,0,1,8,7,5,21,2,3,5,25,21,0,1,0,17,5,21,2,5,31,0,1,7,22,2,6,13,25,0,32,31,0,2,0,1,16,7,21,1,4,3,2,0,43,0,13,0,41,0,45,8,8,22,1,4,12,25,21,0,1,0,17,5,0,30,0,7,0,41,31,0,1,8,7,5,25,31,0,1,0,17,5,0,30,0,8,0,41,31,0,2,8,7,5,25,0,47,0,9,21,0,2,17,0,11,5,22,0,3,11,0,6,21,0,1,6,22,0,4,11,21,1,3,5,22,0,5,11,14,31,0,1,31,0,4,3,2,0,16,21,0,5,6,21,1,4,21,0,3,0,8,0,47,6,0,7,31,0,2,17,0,8,31,0,5,6,0,6,31,0,3,6,6,25,31,0,4,0,42,0,16,8,0,40,31,0,1,8,25,31,0,2,22,0,3,11,0,7,5,22,0,4,11,14,0,45,22,0,5,11,22,0,6,11,22,0,7,11,14,0,51,22,0,8,11,14,21,0,1,21,2,4,0,7,0,46,6,0,44,0,30,0,8,0,41,21,2,3,8,7,8,5,0,42,0,16,8,0,40,21,1,3,8,22,0,9,11,14,21,0,9,0,7,0,46,10,0,45,0,46,0,47,3,4,22,0,10,11,14,0,6,15,295,3,2,0,16,21,0,3,0,13,0,52,6,6,22,0,11,11,14,15,296,22,0,12,11,14,15,297,15,298,31,0,12,3,3,0,43,15,299,8,22,0,13,11,14,21,0,1,0,30,31,0,1,0,42,15,300,8,7,5,25,21,1,3,0,30,31,0,1,0,42,21,2,3,8,7,5,21,4,3,5,25,21,1,4,0,30,0,16,0,41,31,0,1,8,7,5,25,0,46,0,6,22,1,6,13,14,21,1,6,21,1,7,0,41,0,32,31,0,0,7,8,0,32,21,1,3,7,3,2,0,43,0,13,0,41,21,1,5,8,8,5,22,0,3,11,14,0,45,31,0,3,5,25,21,0,1,21,1,8,0,7,0,46,6,0,44,21,1,9,0,44,15,301,8,8,0,46,0,7,31,0,1,6,6,25,31,0,2,0,6,21,1,3,6,22,1,4,12,14,31,0,1,0,6,21,1,3,6,22,1,7,12,21,2,4,5,22,1,6,12,0,6,21,1,3,6,21,2,4,5,22,1,5,12,14,21,1,7,0,13,21,4,3,6,22,1,8,12,14,21,1,6,21,1,11,5,14,21,1,7,21,1,13,21,1,4,6,25,21,0,2,0,6,0,46,6,22,1,4,12,0,12,21,1,6,6,0,8,0,47,6,0,6,22,1,8,13,14,31,0,2,25,21,0,1,0,6,0,46,6,22,1,7,12,0,12,21,1,5,6,0,6,22,1,8,13,14,31,0,1,25,31,0,1,21,1,10,0,43,21,1,8,8,31,0,2,17,25,31,0,1,0,16,21,1,7,21,1,13,21,1,4,6,6,25,0,47,22,2,8,12,14,21,2,4,22,2,7,12,14,31,0,1,22,2,4,12,25] + [0,96,33,0,0,48,6,1,1,33,0,1,48,6,1,2,33,0,2,48,6,1,3,33,0,3,48,6,0,0,0,12,0,45,21,33,0,4,48,6,0,0,0,13,0,46,21,33,0,5,48,6,0,45,0,12,0,41,0,11,27,11,2,0,43,0,0,0,12,0,46,21,27,33,0,6,48,6,0,45,0,12,0,41,0,11,0,39,0,19,27,27,11,2,0,43,0,0,0,12,0,46,21,27,33,0,7,48,6,32,0,5,0,44,0,20,27,33,0,8,48,6,0,30,32,0,5,26,0,35,0,8,26,0,46,21,33,0,9,48,6,1,4,0,15,11,2,0,43,32,0,4,27,33,0,10,48,6,1,5,0,37,1,6,27,33,0,11,48,6,0,14,0,42,0,28,27,33,0,12,48,6,0,34,0,12,26,0,35,0,8,26,0,46,21,33,0,13,48,6,0,4,0,41,0,30,0,46,26,27,33,0,14,48,6,1,7,33,0,15,48,6,1,8,33,0,16,48,6,1,9,33,0,17,48,6,32,0,17,0,55,26,33,0,18,48,6,1,10,33,0,19,48,6,1,11,33,0,20,48,6,0,56,0,45,0,57,0,45,0,58,0,46,0,59,0,46,0,60,0,46,0,61,0,46,0,62,0,48,0,63,0,49,0,64,0,45,0,65,0,46,0,66,0,45,0,67,0,46,0,68,0,45,0,69,0,46,11,28,32,0,20,0,97,0,39,0,5,27,27,1,12,20,33,0,21,48,6,1,13,33,0,22,48,6,1,14,33,0,23,48,6,1,15,33,0,24,48,6,0,13,0,13,0,24,0,33,0,12,26,20,0,13,0,48,0,42,0,13,27,21,21,33,0,25,48,6,32,0,25,0,7,0,33,32,0,25,26,21,33,0,26,48,6,0,46,0,15,0,16,0,45,21,0,42,0,13,0,8,0,47,21,0,7,0,46,21,1,16,11,2,0,43,0,24,0,39,32,0,4,27,27,27,11,2,0,43,0,24,0,39,0,14,27,0,35,0,8,26,0,46,21,0,20,0,45,21,27,33,0,27,48,6,1,17,33,0,28,48,6,1,18,33,0,29,48,6,32,0,26,32,0,27,0,33,32,0,27,26,0,7,20,11,2,0,43,0,25,0,39,32,0,4,27,27,1,19,11,3,0,43,32,0,4,0,40,0,6,27,27,33,0,30,48,6,1,20,33,0,31,48,6,32,0,31,0,45,26,33,0,32,48,6,34,0,31,0,46,26,33,0,33,48,6,1,21,33,0,34,48,6,1,22,33,0,35,48,6,32,0,8,0,40,1,23,27,33,0,36,48,6,1,24,33,0,37,48,6,0,29,0,41,32,0,37,27,33,0,38,48,6,1,25,33,0,39,48,6,1,26,33,0,40,48,6,32,0,35,0,24,0,31,0,6,26,0,50,21,0,33,0,29,26,0,33,32,0,38,0,39,32,0,32,0,39,32,0,14,27,27,26,21,26,33,0,41,48,6,32,0,35,0,34,0,8,26,0,31,0,18,26,20,0,34,0,7,26,0,25,21,0,41,0,22,0,39,0,17,27,27,26,33,0,42,48,6,32,0,8,0,24,0,36,1,27,27,11,2,0,43,0,12,0,20,0,45,21,27,33,0,43,48,6,1,28,0,44,0,24,0,36,1,29,27,27,33,0,44,48,6,1,30,33,0,45,48,6,1,31,33,0,46,48,6,32,0,6,0,5,0,113,21,0,114,11,2,0,12,0,41,0,11,27,0,5,0,115,21,0,116,11,2,11,2,0,30,1,32,26,16,33,0,47,33,0,48,12,2,48,6,1,33,33,0,49,48,6,32,0,8,0,42,1,34,27,33,0,50,48,6,1,35,34,0,50,11,2,0,43,0,25,0,39,0,15,27,32,0,9,20,27,33,0,51,48,6,34,0,49,32,0,51,11,2,0,43,0,25,0,39,32,0,4,27,27,33,0,52,48,6,1,36,33,0,53,48,6,1,37,33,0,54,48,6,32,0,8,0,40,32,0,53,0,128,0,15,0,30,0,0,0,12,0,46,21,26,20,0,35,0,8,26,0,46,21,0,46,0,45,0,24,0,29,1,38,21,1,39,11,6,26,27,33,0,55,48,6,0,24,0,15,0,129,0,39,0,5,27,0,16,0,41,0,45,27,11,2,0,43,0,22,0,20,0,45,21,27,20,11,2,0,43,32,0,4,27,33,0,56,48,6,1,40,33,0,57,48,6,1,41,33,0,58,48,6,0,27,0,26,0,28,21,33,0,59,48,6,0,24,0,29,0,22,0,17,20,0,42,32,0,59,27,21,32,0,59,11,2,0,43,0,24,0,39,0,12,27,0,12,0,46,21,27,33,0,60,48,6,0,24,0,36,32,0,8,0,42,32,0,53,0,133,34,0,5,0,45,0,45,0,24,0,39,0,22,27,0,20,0,45,21,0,44,0,24,34,0,60,0,22,0,42,32,0,58,27,21,27,0,24,0,17,20,34,0,59,34,0,58,21,11,6,26,27,27,33,0,61,48,6,1,42,1,43,1,44,11,3,0,43,0,25,0,39,0,12,27,0,11,0,47,21,27,33,0,62,48,6,0,24,0,36,32,0,8,0,40,34,0,53,0,137,0,15,0,39,0,30,0,0,0,12,0,46,21,26,0,35,0,8,26,0,22,0,20,0,45,21,21,27,0,46,0,46,0,24,0,29,0,22,0,42,32,0,62,27,21,34,0,62,11,6,26,27,27,33,0,63,48,6,1,45,33,0,64,48,6,0,24,1,46,11,2,0,30,1,47,26,0,26,0,24,21,16,0,30,1,48,26,16,33,0,65,48,6,1,49,0,41,34,0,65,0,29,0,46,0,46,0,47,0,51,0,45,11,5,17,32,0,16,0,138,27,27,33,0,66,48,6,1,50,33,0,67,48,6,1,51,33,0,68,48,6,1,52,33,0,69,48,6,1,53,33,0,70,48,6,0,45,0,12,0,41,0,32,32,0,70,26,27,11,2,0,43,0,0,0,12,0,51,21,27,33,0,71,48,6,0,24,32,0,4,20,0,12,0,40,0,12,27,0,14,0,40,32,0,13,27,11,3,0,35,1,54,26,16,33,0,72,48,6,1,55,33,0,73,48,6,32,0,4,0,40,0,12,27,0,45,11,2,0,24,0,39,32,0,4,27,0,12,11,2,0,12,0,40,0,12,27,0,45,11,2,0,14,0,40,32,0,13,27,0,45,11,2,1,56,11,5,0,35,1,57,26,16,33,0,74,48,6,0,45,1,58,11,2,0,43,32,0,4,27,33,0,75,48,6,32,0,74,0,37,32,0,75,27,33,0,76,48,6,32,0,74,0,7,0,46,21,0,37,0,45,0,17,16,0,14,11,2,0,43,32,0,4,27,27,33,0,77,48,6,32,0,76,0,39,0,5,27,0,25,0,24,21,33,0,78,48,6,0,15,0,39,0,1,0,36,0,24,27,0,35,32,0,78,0,36,0,24,27,26,11,2,0,43,0,22,0,20,0,45,21,27,27,33,0,79,48,6,1,59,33,0,80,48,6,32,0,4,0,44,0,26,32,0,80,1,60,27,27,33,0,81,48,6,32,0,78,0,36,32,0,8,0,40,0,15,0,40,0,26,27,1,61,11,2,0,43,0,12,0,40,0,18,27,0,20,0,46,21,27,27,27,33,0,82,48,6,1,62,33,0,83,48,6,1,63,33,0,84,48,6,32,0,4,0,5,0,149,21,0,25,1,64,34,0,80,32,0,81,32,0,84,32,0,83,11,2,0,43,0,30,0,12,0,12,0,46,21,26,0,35,0,8,26,0,46,21,27,34,0,84,11,3,0,43,0,12,0,11,0,47,21,27,27,21,33,0,85,48,6,0,24,0,24,0,24,0,35,1,65,26,20,1,66,1,67,1,68,11,6,0,43,0,25,27,33,0,86,48,6,1,69,33,0,87,48,6,1,70,33,0,88,48,6,32,0,88,0,45,26,33,0,89,48,6,34,0,88,0,46,26,33,0,90,48,6,1,71,33,0,91,48,6,32,0,78,0,37,0,24,27,0,36,1,72,27,33,0,92,48,6,32,0,78,0,37,0,24,27,0,36,1,73,27,33,0,93,48,6,32,0,7,0,5,0,165,21,33,0,94,48,6,32,0,94,0,25,0,17,21,1,74,11,2,0,43,32,0,4,27,33,0,95,48,6,1,75,33,0,96,48,6,1,76,33,0,97,48,6,1,77,33,0,98,48,6,1,78,33,0,99,48,6,0,53,0,17,16,32,0,16,0,174,27,33,0,100,48,6,1,79,33,0,101,48,6,1,80,33,0,102,48,6,1,81,33,0,103,48,6,32,0,8,0,40,1,82,27,33,0,104,48,6,1,83,33,0,105,48,6,1,84,33,0,106,48,6,1,85,33,0,107,48,6,1,86,33,0,108,48,6,1,87,33,0,109,48,6,1,88,33,0,110,48,6,32,0,24,0,9,26,33,0,111,48,6,32,0,24,0,10,26,33,0,112,48,6,0,33,32,0,111,0,42,32,0,112,27,26,0,37,0,47,32,0,111,16,0,42,32,0,112,27,27,33,0,113,48,6,32,0,24,1,89,0,21,0,41,0,45,27,0,20,0,41,0,45,27,11,2,0,43,0,45,0,42,0,20,27,27,0,44,0,6,27,11,2,0,43,0,19,0,40,0,21,27,27,0,37,0,19,27,26,33,0,114,48,6,32,0,24,0,20,0,44,0,25,27,0,37,0,11,27,26,33,0,115,48,6,32,0,24,0,21,0,44,0,25,27,0,37,0,7,0,39,32,0,115,0,39,0,7,27,27,27,26,33,0,116,48,6,32,0,24,0,8,26,0,37,0,29,0,41,32,0,32,27,27,33,0,117,48,6,32,0,24,0,8,0,7,0,6,21,26,0,37,0,29,0,41,32,0,33,27,27,33,0,118,48,6,32,0,24,0,8,0,37,0,21,0,7,0,20,21,0,41,0,45,27,27,26,33,0,119,48,6,32,0,24,0,23,0,7,0,46,21,26,0,37,0,20,27,33,0,120,48,6,32,0,24,0,13,0,7,0,46,21,26,0,37,32,0,81,27,33,0,121,48,6,32,0,24,0,12,0,7,0,46,21,26,0,37,0,22,27,33,0,122,48,6,32,0,24,0,12,26,0,37,0,12,27,33,0,123,48,6,32,0,24,0,23,26,0,37,0,191,0,39,0,5,27,27,33,0,124,48,6,32,0,24,0,13,26,0,37,0,192,0,39,0,5,27,27,33,0,125,48,6,32,0,24,0,6,26,33,0,126,48,6,32,0,24,0,7,26,33,0,127,48,6,32,0,127,32,0,126,0,46,21,33,0,128,48,6,0,15,0,37,32,0,10,27,33,0,129,48,6,34,0,96,0,37,32,0,95,27,33,0,130,48,6,34,0,61,0,37,32,0,57,27,33,0,131,48,6,34,0,63,0,37,34,0,39,27,33,0,132,48,6,34,0,92,33,0,133,48,6,34,0,93,33,0,134,48,6,1,90,33,0,135,48,6,34,0,89,0,37,34,0,45,27,33,0,136,48,6,34,0,90,0,37,34,0,46,27,33,0,137,48,6,34,0,105,0,37,34,0,103,27,33,0,138,48,6,32,0,34,0,46,26,0,37,34,0,41,27,33,0,139,48,6,0,33,34,0,34,0,45,26,26,0,37,34,0,35,0,24,26,27,33,0,140,48,6,1,91,0,1,0,45,21,33,0,141,48,6,1,92,33,0,142,48,6,0,24,0,36,1,93,27,33,0,143,48,6,1,94,33,0,144,48,6,1,95,33,0,145,48,6,1,96,33,0,146,48,6,1,97,33,0,147,48,6,0,46,0,16,0,41,0,32,0,47,26,32,0,127,32,0,122,21,27,32,0,77,0,32,32,0,147,26,21,11,2,0,43,0,16,0,41,0,45,27,32,0,123,0,53,21,27,33,0,148,48,6,1,98,33,0,149,48,6,0,46,0,24,1,99,0,39,0,45,0,16,0,41,0,32,0,46,26,32,0,127,32,0,122,21,27,34,0,17,0,71,26,20,11,2,0,43,0,16,0,41,0,45,27,32,0,123,0,54,21,27,27,20,11,2,0,43,0,0,32,0,125,0,51,21,27,33,0,150,48,6,1,100,0,40,1,101,27,33,0,151,48,6,1,102,33,0,152,48,6,1,103,0,24,0,16,0,41,0,46,27,1,104,20,0,32,0,201,0,39,0,5,27,26,0,16,0,41,0,47,27,32,0,151,0,16,0,41,0,46,27,21,34,0,152,0,16,0,41,0,47,27,1,105,0,42,1,106,27,0,16,0,41,0,46,27,21,0,16,0,41,0,47,27,1,107,0,42,1,108,27,0,29,0,41,0,46,0,51,11,2,27,21,11,6,0,43,0,25,27,0,16,0,41,0,45,27,21,20,33,0,153,48,6,1,109,34,0,153,0,202,0,39,0,5,27,11,3,32,0,132,0,51,0,46,0,47,11,3,17,0,43,0,0,27,33,0,154,48,6,34,0,82,0,37,32,0,85,27,33,0,155,48,6,0,5,0,41,0,203,27,33,0,156,48,6,0,5,0,41,0,204,27,33,0,157,48,6,0,32,0,45,26,0,5,0,205,21,33,0,158,48,6,1,110,33,0,159,48,6,1,111,33,0,160,48,6,1,112,33,0,161,48,6,0,24,0,36,34,0,55,0,37,34,0,54,27,27,33,0,162,48,6,0,56,0,33,32,0,127,26,0,37,32,0,126,27,0,57,32,0,127,0,58,0,33,32,0,111,26,0,37,32,0,119,32,0,159,0,24,27,27,0,59,32,0,111,0,60,32,0,24,0,2,26,0,72,0,33,32,0,112,26,0,37,0,33,32,0,119,26,27,0,65,0,33,32,0,111,26,0,37,32,0,117,32,0,159,0,24,27,27,0,64,0,25,32,0,127,0,46,21,32,0,111,0,33,32,0,127,26,21,0,37,32,0,118,32,0,159,0,24,27,27,0,61,32,0,128,0,73,0,45,0,39,32,0,156,27,0,37,1,113,27,0,74,0,24,0,75,32,0,76,0,39,32,0,157,27,0,25,0,24,21,0,37,0,24,27,0,55,1,114,0,37,0,45,0,39,32,0,156,27,27,0,76,1,115,0,37,1,116,27,0,77,0,45,0,39,32,0,156,27,0,37,32,0,136,32,0,159,0,16,0,41,0,50,27,27,27,0,78,0,45,0,39,32,0,156,27,0,37,32,0,137,32,0,159,0,16,0,41,0,45,27,27,27,0,79,0,45,0,39,32,0,156,27,0,37,32,0,130,32,0,159,32,0,77,27,27,0,80,32,0,131,0,41,32,0,127,27,0,37,32,0,131,27,0,81,34,0,145,0,37,34,0,44,27,0,82,0,45,0,39,32,0,156,27,0,37,34,0,40,27,0,83,34,0,161,0,37,34,0,160,27,11,42,32,0,20,32,0,158,27,33,0,163,48,6,0,56,0,33,32,0,127,26,0,37,0,47,0,42,32,0,111,27,27,0,57,32,0,126,0,37,0,45,0,39,32,0,156,27,27,0,58,0,33,32,0,111,26,0,37,32,0,113,27,0,59,32,0,119,0,37,0,45,0,39,32,0,156,27,27,0,60,32,0,113,0,37,0,45,0,39,32,0,156,27,27,0,72,0,2,32,0,111,20,0,37,0,45,0,39,32,0,156,27,27,0,65,0,33,32,0,111,26,0,37,32,0,113,27,0,64,0,25,32,0,127,0,46,21,32,0,111,0,33,32,0,127,26,21,0,37,32,0,128,0,39,32,0,113,27,32,0,128,20,27,0,61,0,32,0,46,26,32,0,127,32,0,126,21,0,37,0,45,0,39,32,0,156,27,27,11,18,32,0,20,32,0,158,27,33,0,164,48,6,34,0,69,33,0,165,48,6,32,0,68,33,0,166,48,6,0,84,32,0,164,0,85,1,117,0,86,1,118,0,87,1,119,0,88,1,120,0,39,1,121,27,11,10,32,0,20,0,32,32,0,158,26,27,33,0,167,48,6,34,0,110,33,0,168,48,6,34,0,73,33,0,169,48,6,1,122,0,89,34,0,151,0,90,1,123,0,91,1,124,0,92,0,32,0,45,0,39,32,0,156,27,26,1,125,1,126,11,2,0,43,32,0,125,0,41,0,45,27,27,11,2,0,43,0,24,0,39,32,0,6,27,27,0,93,1,127,0,94,1,128,1,129,0,24,11,2,0,43,0,25,27,0,25,0,39,32,0,150,27,21,0,95,1,130,11,14,34,0,20,0,32,32,0,158,26,27,26,33,0,170,48,6,34,0,22,33,0,171,48,6,34,0,99,33,0,172,48,6,34,0,149,33,0,173,48,6,34,0,98,33,0,174,48,6,32,0,52,0,37,34,0,56,27,33,0,175,48,6,1,131,33,0,176,48,6,34,0,108,33,0,177,48,6,34,0,109,33,0,178,48,6,32,0,101,0,37,32,0,10,27,33,0,179,48,6,34,0,78,0,37,0,24,27,0,36,32,0,11,0,39,32,0,121,27,27,33,0,180,48,6,34,0,144,0,37,34,0,43,27,33,0,181,48,6,34,0,141,0,37,32,0,42,27,33,0,182,48,6,34,0,36,0,37,32,0,132,0,41,32,0,140,27,27,33,0,183,48,6,32,0,126,32,0,127,32,0,119,32,0,111,34,0,112,34,0,113,32,0,115,34,0,116,34,0,114,32,0,128,32,0,117,34,0,118,32,0,120,32,0,121,32,0,122,32,0,123,32,0,125,32,0,124,32,0,76,32,0,77,0,25,0,24,34,0,179,32,0,155,34,0,180,32,0,136,32,0,137,32,0,130,34,0,134,32,0,133,32,0,131,34,0,181,32,0,132,32,0,32,32,0,33,32,0,162,32,0,175,32,0,139,34,0,182,32,0,140,34,0,183,32,0,138,0,5,0,32,0,33,32,0,174,32,0,166,32,0,165,34,0,173,34,0,171,34,0,172,0,31,0,39,0,40,0,41,0,42,32,0,169,0,37,34,0,176,34,0,178,34,0,177,32,0,168,0,38,11,63,1,132,16,7,0,45,34,0,1,11,2,7,34,0,1,7,34,0,1,33,1,1,33,1,2,12,2,49,7,32,0,1,11,1,0,1,34,0,1,17,7,34,0,2,34,0,1,11,2,7,34,0,1,11,1,7,0,20,0,30,0,12,0,7,0,46,21,26,34,0,1,21,0,31,0,8,26,20,0,35,0,6,26,20,7,0,32,32,1,0,0,30,32,1,15,34,0,1,26,0,33,0,16,26,34,0,2,21,26,16,26,0,16,1,133,21,7,1,134,0,12,34,0,1,32,1,15,32,1,0,26,16,21,7,0,47,0,9,32,0,1,0,22,16,17,0,17,16,0,30,0,8,0,41,0,47,27,26,16,33,0,3,48,6,32,0,1,0,29,32,0,3,17,34,0,1,0,29,34,0,3,0,30,0,6,0,41,0,46,27,26,16,17,11,2,7,34,0,2,32,1,19,16,33,0,3,33,0,4,12,2,48,6,34,0,1,11,1,0,26,34,0,4,17,32,1,16,34,0,3,27,7,0,45,34,0,1,16,7,32,0,1,0,12,16,0,12,0,46,17,0,5,0,98,17,6,34,0,1,0,32,32,0,4,26,32,1,21,20,0,35,34,0,4,26,11,2,0,43,0,46,0,37,0,22,0,20,0,45,21,27,27,34,0,2,19,7,1,135,33,0,2,48,6,1,136,33,0,3,48,6,32,0,3,32,0,1,26,0,33,34,0,3,0,33,32,0,1,26,26,26,11,2,0,43,0,12,0,40,0,21,27,27,34,0,2,34,0,1,26,11,2,0,43,0,12,0,40,0,12,27,27,7,34,0,1,1,137,0,36,1,138,1,139,11,2,0,43,32,1,4,0,40,0,21,27,27,0,37,1,140,27,27,1,141,0,36,1,142,27,11,3,0,43,32,1,4,0,40,0,6,27,27,33,0,2,48,7,34,0,1,32,1,27,34,0,2,19,7,32,0,1,0,30,0,20,0,41,0,45,27,26,0,35,0,8,26,0,46,21,0,40,0,7,27,32,0,2,19,33,0,3,48,6,34,0,1,32,0,3,0,45,11,2,1,143,11,2,0,43,0,45,0,12,34,0,3,17,27,34,0,2,19,7,34,0,4,33,0,5,48,6,0,45,0,25,32,0,2,19,33,0,6,48,6,34,0,1,33,0,7,48,6,1,144,33,0,8,48,6,34,0,8,32,0,7,0,12,0,46,17,0,44,0,32,32,0,5,26,1,145,0,37,0,24,27,34,0,2,23,27,16,7,32,0,1,0,14,0,40,32,1,28,27,32,0,2,17,33,0,3,48,6,34,0,3,0,35,32,1,29,34,0,1,0,15,16,0,42,0,16,27,0,42,32,1,30,0,41,34,0,2,0,15,18,0,42,0,16,27,27,27,26,26,16,33,0,4,48,6,0,45,0,33,34,0,4,26,16,7,32,0,1,33,0,2,48,6,32,1,30,32,1,26,0,32,0,45,26,0,13,32,1,30,21,32,1,25,11,4,34,0,1,0,44,0,30,1,146,26,27,16,33,0,3,48,6,1,147,33,0,4,48,6,1,148,0,37,1,149,27,0,1,0,45,21,7,32,0,1,33,0,2,48,6,0,35,0,8,26,0,7,0,46,21,0,31,0,8,26,0,35,0,6,26,20,11,2,0,16,34,0,1,17,33,0,3,48,6,32,1,8,0,42,1,150,27,0,1,0,45,21,7,32,0,1,0,12,16,0,13,0,46,17,0,5,0,107,17,6,32,0,1,32,1,32,16,33,0,5,48,6,32,0,1,32,1,12,0,46,17,0,35,0,8,26,0,46,17,33,0,6,48,6,32,0,6,32,1,29,32,0,1,0,15,16,0,42,0,16,27,0,40,32,1,74,0,7,0,46,21,27,26,16,33,0,7,48,6,34,0,1,0,22,16,0,17,16,0,30,0,46,0,24,32,0,5,0,30,0,8,0,41,34,0,6,27,26,16,0,42,0,16,27,0,40,34,0,7,27,0,46,0,42,0,7,27,21,11,2,0,43,0,20,0,41,0,45,27,27,26,16,34,0,4,32,0,5,17,0,29,34,0,5,32,1,14,16,17,0,1,0,45,17,7,32,0,2,0,12,16,33,0,3,48,6,34,0,3,0,7,32,0,1,0,12,16,17,33,0,4,48,6,32,0,4,0,13,0,45,17,0,5,0,108,17,6,0,45,0,20,16,33,0,5,48,6,32,0,1,0,14,16,33,0,6,48,0,27,32,0,4,17,0,24,0,35,0,8,26,0,46,21,0,17,20,0,42,0,15,27,16,33,0,7,48,6,34,0,6,0,28,34,0,4,17,0,34,1,151,26,32,0,2,0,14,18,17,6,32,0,7,0,30,0,20,0,30,0,6,26,32,0,5,21,0,33,0,29,26,34,0,1,0,15,16,21,32,1,74,34,0,2,23,26,16,0,1,0,45,17,7,34,0,1,0,31,0,6,26,16,0,3,16,0,27,0,41,0,32,0,46,26,0,7,0,22,21,0,18,0,45,21,27,16,0,31,0,6,26,16,0,1,0,45,17,7,32,0,1,0,12,16,0,12,0,46,17,0,5,0,109,17,6,32,0,1,0,30,32,1,7,26,16,0,35,0,8,26,0,46,17,0,5,0,110,17,6,34,0,1,32,1,37,16,7,32,0,1,0,12,16,0,12,0,46,17,32,1,156,16,6,32,0,1,0,30,32,1,7,26,16,0,35,0,8,26,0,46,17,32,1,156,16,6,32,0,1,0,22,16,0,33,0,7,26,16,0,46,0,17,0,39,0,30,0,6,0,41,0,46,27,32,0,1,0,42,0,16,27,0,40,0,13,27,0,24,21,26,27,0,35,0,8,26,0,46,21,11,2,0,43,0,13,0,41,0,45,27,27,16,32,1,157,16,6,34,0,1,0,3,16,7,32,0,1,0,22,16,33,0,3,48,6,32,0,1,32,1,12,0,46,17,33,0,4,48,0,35,0,8,26,0,46,17,33,0,5,48,6,34,0,3,0,17,16,0,30,0,8,0,41,32,0,5,27,0,42,0,6,27,26,34,0,5,0,17,16,0,15,34,0,4,17,17,0,33,0,29,26,34,0,1,0,15,16,17,7,32,0,1,32,1,4,16,32,1,157,16,6,34,0,1,0,12,16,0,20,0,45,17,7,32,0,1,0,12,16,0,33,0,7,26,0,46,17,33,0,3,48,6,32,0,1,0,14,16,33,0,4,48,6,32,0,4,0,16,32,0,3,17,33,0,5,48,6,34,0,4,0,27,34,0,3,17,33,0,6,48,6,32,0,6,0,35,0,8,26,0,46,17,0,17,16,0,15,34,0,6,17,0,30,0,8,0,41,32,0,5,27,0,42,0,6,27,26,34,0,5,0,17,16,17,0,33,0,29,26,34,0,1,0,15,16,17,7,32,0,1,0,12,16,0,13,0,46,17,0,5,0,111,17,6,32,0,1,0,22,16,0,6,0,46,17,0,17,16,0,30,34,0,1,0,42,0,29,0,41,0,17,27,27,26,16,0,1,0,41,0,16,0,41,0,45,27,27,16,7,32,0,1,0,12,16,0,13,0,46,17,0,5,0,112,17,6,32,0,1,0,22,16,33,0,3,48,6,32,0,3,0,6,0,46,17,0,17,16,0,30,34,0,1,0,42,0,29,0,41,1,152,27,27,26,16,0,1,0,41,0,16,0,41,32,0,3,27,27,16,7,34,0,1,33,0,3,33,0,4,12,2,48,6,1,153,33,0,5,48,6,0,24,0,39,34,0,3,27,0,25,0,6,32,0,5,0,13,0,41,0,45,27,26,20,34,0,5,0,21,26,11,2,0,43,0,13,0,41,0,45,27,27,21,7,32,0,1,0,12,16,0,12,0,46,17,0,5,0,117,17,6,34,0,2,32,1,47,32,0,1,0,22,16,17,0,33,0,16,26,34,0,1,17,7,32,0,2,0,12,18,0,12,0,46,19,0,5,0,118,19,6,32,0,1,0,14,16,33,0,3,48,0,22,0,40,0,12,27,32,0,2,19,0,5,0,119,17,6,0,45,33,0,4,48,6,34,0,3,0,34,1,154,26,34,0,2,19,6,34,0,1,0,15,16,0,16,32,0,4,17,7,34,0,2,0,30,34,0,1,0,42,32,1,51,27,26,16,7,34,0,1,33,0,2,33,0,3,33,0,4,33,0,5,33,0,6,33,0,7,12,6,48,6,0,121,0,26,34,0,2,17,0,26,0,120,17,33,0,8,48,6,0,122,0,26,32,0,8,17,33,0,9,48,6,0,123,0,26,32,0,8,17,33,0,10,48,6,0,124,0,26,32,0,8,17,33,0,11,48,6,0,125,0,26,34,0,8,17,33,0,12,48,6,0,24,0,30,34,0,5,0,30,0,0,0,12,0,46,21,26,0,15,20,0,35,0,8,26,0,46,21,11,2,0,43,32,1,4,27,26,0,15,20,0,35,0,8,26,0,46,21,0,5,34,0,12,21,11,2,0,16,34,0,4,17,33,0,13,48,6,1,155,1,156,11,2,0,43,0,25,0,39,34,0,3,27,27,7,32,0,1,0,12,16,0,13,0,46,17,0,5,0,126,17,6,32,0,1,0,22,16,0,20,0,45,17,0,5,0,127,17,6,34,0,1,0,29,0,45,0,20,16,17,7,34,0,2,0,30,32,1,48,0,41,34,0,1,0,22,16,27,26,16,7,34,0,2,0,30,32,1,48,0,41,34,0,1,27,26,16,7,32,0,1,0,12,16,0,13,0,46,17,0,5,0,130,17,6,32,0,1,0,22,16,33,0,3,48,6,34,0,1,0,29,32,0,3,0,17,16,0,30,0,7,0,41,0,46,0,7,34,0,3,17,27,26,16,17,7,32,0,2,32,1,6,18,0,5,0,131,19,6,32,0,1,0,12,0,45,17,0,6,33,0,1,50,6,32,0,1,0,9,32,0,2,19,0,11,16,0,8,32,0,1,17,0,7,34,0,2,19,33,0,3,48,6,34,0,1,0,20,32,0,3,17,0,5,0,132,17,6,34,0,3,7,32,0,2,32,1,4,0,44,0,15,0,16,0,45,21,27,16,33,0,2,49,6,32,0,2,32,1,7,16,0,5,0,134,17,6,34,0,2,33,0,3,48,33,0,4,48,6,34,0,1,0,8,32,0,3,17,0,17,16,0,31,0,33,1,157,0,44,1,158,27,26,26,16,7,32,0,2,0,22,16,0,12,34,0,1,17,0,5,0,135,17,6,32,0,2,0,30,0,12,0,41,0,11,0,39,0,19,27,27,26,16,0,35,0,8,26,0,46,17,0,5,0,134,17,6,34,0,2,32,1,37,16,7,0,32,0,45,26,0,5,0,136,21,7,34,0,1,32,1,1,16,33,0,3,48,6,32,0,3,0,16,0,45,17,0,45,0,42,0,13,27,0,32,34,0,3,26,0,46,0,24,0,28,0,46,21,0,30,34,0,0,26,20,0,35,0,8,26,0,46,21,11,2,0,43,32,1,148,27,20,11,2,0,43,0,13,0,41,0,47,27,27,16,7,34,0,1,1,159,34,0,2,21,7,0,33,34,0,1,26,7,1,160,0,24,11,2,0,35,34,0,1,26,16,7,34,0,1,34,0,2,16,7,34,0,1,1,161,0,25,32,1,64,20,0,44,1,162,27,11,2,0,43,0,25,0,39,0,0,27,0,13,0,51,21,27,34,0,2,17,7,34,0,1,32,1,8,0,40,32,0,4,32,1,67,32,1,23,32,0,4,26,0,37,0,30,34,0,4,26,27,27,27,34,0,2,19,7,34,0,1,32,1,8,0,40,32,0,4,32,1,67,0,30,34,0,4,26,27,27,34,0,2,19,7,34,0,1,7,0,45,34,0,1,11,2,0,43,34,0,2,27,7,32,0,1,32,0,5,0,40,34,0,4,27,34,0,2,19,33,0,6,48,6,32,1,57,0,35,0,24,32,1,4,20,0,44,0,15,0,42,0,16,27,27,26,32,0,1,21,0,45,0,14,0,39,0,24,0,35,0,8,26,0,46,21,0,17,20,0,42,0,15,27,27,0,1,0,70,21,11,2,0,43,32,1,4,27,20,33,0,7,48,6,1,163,33,0,8,48,6,32,1,1,0,45,0,16,0,41,0,47,27,0,12,0,32,32,0,8,26,21,11,2,0,43,0,16,0,41,0,45,27,0,12,0,53,21,27,20,33,0,9,48,6,32,0,5,32,1,87,32,0,9,17,33,0,10,48,6,0,45,32,0,8,0,50,27,33,0,11,48,6,34,0,11,34,0,10,16,0,45,32,1,70,11,2,32,1,1,0,29,0,46,0,51,11,2,21,11,2,0,43,34,0,9,27,16,33,0,12,33,0,13,12,2,48,6,0,24,0,39,32,1,71,27,0,7,0,46,21,0,44,1,164,27,33,0,14,48,6,0,24,0,36,1,165,27,33,0,15,48,6,34,0,13,34,0,14,32,0,6,17,0,32,34,0,1,26,0,42,34,0,15,27,0,32,34,0,5,26,32,1,154,20,1,166,20,11,2,0,43,32,1,71,27,16,7,34,0,1,0,34,32,1,74,26,34,0,2,19,0,15,16,0,35,0,8,26,0,46,17,7,32,0,2,0,16,0,46,19,34,0,1,11,2,0,43,34,0,2,0,16,0,45,19,27,7,34,0,1,0,15,16,0,30,32,1,75,26,16,0,35,0,18,26,0,45,17,0,6,0,46,17,7,0,1,0,42,0,24,0,36,0,32,11,0,26,0,15,32,1,77,0,40,34,0,2,27,21,27,27,32,1,79,0,24,0,36,0,25,27,34,0,1,21,11,2,0,43,0,15,0,39,0,22,27,0,20,0,45,21,27,7,32,0,1,0,15,16,0,16,0,45,17,32,1,77,16,33,0,3,48,6,32,0,1,0,15,16,0,30,32,1,77,0,45,32,1,13,11,2,0,43,0,22,0,40,0,12,27,27,32,0,3,21,0,5,0,141,21,26,16,6,32,0,3,0,35,0,8,26,0,46,17,0,17,16,0,15,34,0,3,17,0,30,0,33,0,16,26,26,34,0,1,0,30,32,1,10,26,16,17,7,32,0,1,0,12,0,40,0,18,27,32,0,2,19,0,33,0,7,26,0,46,17,33,0,3,48,6,32,0,1,32,1,77,0,40,32,1,11,27,32,0,2,19,33,0,4,48,6,32,0,4,0,30,0,22,0,13,32,0,3,21,26,16,0,35,0,8,26,0,46,17,0,5,0,142,17,6,32,0,4,0,30,0,28,0,41,0,32,32,0,3,26,0,7,0,22,21,27,26,16,33,0,5,48,6,32,0,5,0,35,32,1,13,26,16,0,5,0,143,17,6,34,0,4,0,30,0,46,0,24,0,16,0,45,21,11,2,0,43,0,22,0,20,34,0,3,21,27,26,16,0,35,0,6,26,0,45,17,33,0,6,48,6,34,0,1,0,15,0,40,0,26,27,34,0,2,19,0,15,34,0,5,0,16,0,45,17,0,26,34,0,6,11,1,17,17,7,0,50,33,0,3,48,33,0,4,48,6,11,0,33,0,5,48,6,32,0,1,33,0,6,48,6,34,0,1,0,30,0,22,26,16,32,1,37,16,0,30,1,167,26,16,7,32,0,1,0,15,16,33,0,3,48,0,22,16,33,0,4,48,6,32,0,3,0,30,32,1,77,26,16,33,0,5,48,6,32,0,5,0,16,0,45,17,0,22,16,33,0,6,48,6,32,0,1,0,12,16,33,0,7,48,6,32,0,5,0,30,0,22,0,12,32,0,6,21,26,16,0,35,0,8,26,0,46,17,0,5,0,144,17,6,32,0,7,0,23,32,0,6,17,0,5,0,145,17,6,1,168,33,0,8,48,6,34,0,1,32,1,77,16,33,0,9,48,6,0,46,33,0,10,48,6,0,45,0,20,16,33,0,11,48,33,0,12,48,6,32,0,7,0,17,16,0,34,1,169,26,32,0,9,32,1,57,16,32,0,8,0,8,26,0,46,17,32,1,57,16,17,6,0,34,1,170,34,0,3,0,30,0,15,26,16,26,26,33,0,13,48,6,32,0,11,32,0,13,1,171,11,2,0,43,34,0,6,0,20,32,0,7,17,27,32,0,12,17,7,32,0,2,0,22,16,33,0,3,48,6,32,0,1,0,22,16,33,0,4,48,6,32,0,3,0,23,32,0,4,17,0,5,0,148,17,6,34,0,1,0,34,0,8,0,41,34,0,2,0,42,0,16,27,27,0,24,11,2,0,43,0,25,0,13,34,0,3,21,27,26,34,0,4,0,17,16,17,7,34,0,1,34,0,2,20,7,34,0,1,33,0,3,33,0,4,33,0,5,12,3,48,6,34,0,5,34,0,4,34,0,3,21,7,34,0,1,33,0,3,33,0,4,12,2,48,6,34,0,4,34,0,3,26,7,34,0,1,33,0,3,33,0,4,33,0,5,12,3,48,6,34,0,5,34,0,4,34,0,3,27,7,0,32,32,1,70,26,33,0,0,48,6,1,172,33,0,1,48,6,0,0,0,23,0,51,21,0,44,32,0,1,32,1,71,26,27,33,0,2,48,6,1,173,33,0,3,48,6,1,174,33,0,4,48,6,1,175,33,0,5,48,6,0,150,0,24,0,151,0,45,32,0,3,0,46,27,32,0,4,20,0,152,0,46,32,0,3,0,45,27,32,0,4,20,0,153,0,46,32,0,3,0,46,27,34,0,4,20,0,154,0,46,32,0,3,0,46,27,34,0,5,20,0,155,0,46,34,0,3,0,46,27,11,12,32,1,19,16,33,0,6,33,0,7,12,2,48,6,1,176,11,1,0,26,34,0,7,32,1,38,0,41,0,30,0,22,26,27,32,0,6,17,17,32,1,16,34,0,6,32,1,83,16,27,33,0,8,48,6,1,177,33,0,9,48,6,32,1,86,0,32,32,0,0,26,11,2,0,43,0,16,0,41,0,51,0,42,0,23,27,27,0,12,0,32,32,0,0,26,21,27,33,0,10,48,6,1,178,0,42,0,24,0,16,0,46,21,34,0,9,0,25,21,32,0,2,20,0,32,32,0,0,26,1,179,34,0,10,0,16,0,41,0,45,27,21,0,24,0,16,0,46,21,34,0,2,20,11,4,0,43,0,24,0,16,0,45,21,0,39,0,51,0,24,0,47,11,2,0,43,0,13,0,41,0,47,27,27,11,2,0,43,0,13,0,41,0,45,27,27,27,27,27,7,32,0,1,0,7,0,46,17,33,0,2,48,6,0,156,0,157,11,2,0,16,32,0,1,17,33,0,3,48,6,0,19,0,42,0,12,27,0,7,0,46,21,0,12,0,41,0,45,27,0,7,0,46,21,11,2,0,16,32,0,1,17,33,0,4,48,6,1,180,1,181,11,2,0,16,34,0,1,17,33,0,5,48,6,0,158,0,26,34,0,3,17,0,26,0,120,17,33,0,6,48,6,0,159,0,26,32,0,6,17,33,0,7,48,6,0,160,0,26,34,0,6,17,33,0,8,48,6,32,1,8,0,42,0,24,0,36,1,182,1,183,11,2,0,43,0,25,0,39,32,1,4,27,27,27,27,7,32,0,1,0,12,16,0,13,0,46,17,0,5,0,161,17,6,32,0,1,32,1,12,0,46,17,33,0,3,48,6,32,0,2,0,12,0,40,0,7,27,32,0,1,19,1,184,32,0,2,19,6,32,0,3,0,35,0,8,26,34,0,1,1,185,0,37,0,46,27,34,0,2,19,17,7,32,0,1,32,1,91,32,0,2,19,33,0,3,48,6,32,0,1,0,15,16,33,0,4,48,0,22,16,33,0,5,48,0,11,34,0,3,17,33,0,6,48,6,34,0,4,0,27,32,0,6,0,7,32,0,5,17,17,0,26,34,0,6,0,33,32,1,10,0,42,0,27,27,26,0,37,32,0,1,0,42,34,0,5,0,20,0,45,17,0,44,1,186,27,27,27,34,0,2,19,17,0,15,34,0,1,32,1,77,16,17,7,32,0,1,32,1,91,32,0,2,19,33,0,3,48,6,32,0,1,0,15,16,33,0,4,48,0,22,16,33,0,5,48,0,11,32,0,3,17,33,0,6,48,6,32,0,6,0,33,32,1,10,0,42,0,28,0,41,0,7,0,41,34,0,3,27,27,27,26,0,37,32,0,1,0,42,34,0,5,0,20,0,45,17,0,44,1,187,27,27,27,34,0,2,19,0,26,34,0,4,0,28,34,0,6,17,17,0,15,34,0,1,32,1,77,16,17,7,32,0,1,0,12,16,0,12,0,46,17,0,5,0,166,17,6,32,0,1,0,30,32,1,94,26,16,6,32,0,1,11,0,0,42,0,15,27,0,30,0,17,26,0,35,0,30,0,26,0,41,32,1,11,27,26,26,11,0,0,20,16,21,11,2,0,43,0,24,0,35,0,8,26,0,46,21,0,20,0,45,21,27,16,0,30,0,1,0,41,0,45,27,26,16,0,1,34,0,1,0,30,0,45,26,16,17,7,32,0,2,0,12,16,0,23,0,46,17,0,5,0,167,17,6,32,0,2,32,1,10,16,33,0,2,49,0,22,16,33,0,3,48,6,34,0,1,32,0,3,0,20,0,45,17,0,44,0,24,0,36,1,188,27,27,34,0,2,17,7,32,0,1,32,1,77,16,0,27,32,0,2,19,33,0,3,48,6,32,0,1,32,1,12,34,0,2,19,33,0,4,48,0,35,0,8,26,0,46,17,33,0,5,48,6,32,0,1,0,15,16,33,0,6,48,6,32,0,5,0,17,16,0,15,34,0,4,17,33,0,7,48,6,34,0,1,1,189,0,36,0,32,32,0,3,0,35,0,8,26,0,46,17,0,17,16,0,30,1,190,26,16,0,15,34,0,3,17,26,27,16,7,34,0,4,33,0,5,48,6,1,191,33,0,6,48,6,1,192,33,0,7,48,6,34,0,1,32,0,5,0,20,20,1,193,1,194,34,0,7,11,4,0,43,0,12,0,20,0,45,21,0,40,0,6,0,41,0,8,0,41,0,47,27,27,27,27,34,0,2,19,32,1,81,16,7,32,0,1,0,12,16,0,13,0,46,17,0,5,0,172,17,6,34,0,4,33,0,5,48,6,1,195,33,0,6,48,6,34,0,1,34,0,6,1,196,11,2,0,43,0,46,0,37,0,22,0,20,0,45,21,27,27,34,0,2,19,7,32,0,2,0,12,16,0,23,0,46,17,0,5,0,175,17,6,34,0,2,32,1,10,16,33,0,3,48,6,32,0,3,0,30,32,1,7,0,7,0,46,21,26,16,33,0,4,48,0,35,0,6,26,0,45,17,33,0,5,48,6,32,0,5,0,23,0,46,17,0,5,0,176,17,6,34,0,1,32,1,10,16,33,0,6,48,0,22,16,33,0,7,48,6,32,0,3,0,24,0,35,0,8,26,0,46,21,1,197,11,2,0,43,34,0,5,27,16,33,0,8,48,6,32,0,6,32,0,7,0,12,32,0,8,17,0,7,0,46,17,0,44,0,24,0,36,1,198,27,27,16,0,15,32,0,3,17,7,32,0,1,0,30,32,1,6,26,16,0,35,0,8,26,0,46,17,0,5,0,181,17,6,32,0,1,0,30,0,13,0,41,0,50,27,26,16,0,35,0,8,26,0,46,17,0,5,0,182,17,6,0,3,33,0,5,48,6,32,0,1,0,25,0,37,0,45,27,0,44,0,24,1,199,0,22,0,42,0,33,0,7,26,27,21,27,34,0,2,19,33,0,1,49,6,32,0,1,0,4,34,0,1,32,0,5,16,33,0,6,48,17,33,0,7,48,6,0,45,33,0,8,48,6,34,0,6,0,30,1,200,0,33,0,29,26,34,0,7,21,34,0,4,20,26,16,7,32,0,1,0,12,16,0,12,0,46,17,0,5,0,183,17,6,32,1,102,0,24,26,33,0,3,48,6,34,0,1,32,0,3,0,1,0,45,0,39,0,17,27,21,0,30,32,1,8,0,39,1,201,27,26,0,35,0,30,0,30,0,26,26,26,26,11,0,0,20,16,0,20,16,21,0,1,0,30,0,45,26,11,0,0,42,0,15,27,0,1,0,24,21,20,21,11,2,0,43,32,1,76,0,20,0,46,21,27,16,7,32,0,2,0,12,16,33,0,3,48,6,32,0,1,0,12,16,0,13,32,0,3,17,0,5,0,184,17,6,32,0,1,32,1,77,16,33,0,4,48,0,27,32,0,3,17,0,34,0,7,26,32,0,2,32,1,77,18,17,33,0,5,48,6,32,0,5,0,45,0,16,0,41,0,45,27,0,12,0,46,21,11,2,0,43,32,0,3,0,12,0,46,17,27,16,33,0,6,48,6,34,0,5,0,30,0,12,0,41,0,45,27,26,0,35,0,8,26,0,46,21,0,46,11,2,0,43,32,0,6,27,16,0,5,0,185,17,6,32,0,1,0,42,0,24,0,36,0,25,0,39,32,0,1,0,15,16,1,202,1,203,11,2,0,43,34,0,1,0,12,16,0,12,32,0,3,17,27,16,27,27,27,33,0,7,48,6,34,0,2,0,15,16,32,1,102,32,0,7,26,34,0,6,17,0,1,11,0,34,0,7,16,17,7,32,0,1,32,1,4,16,0,5,0,186,17,6,34,0,1,32,1,104,32,1,135,11,2,0,43,32,0,2,32,1,76,18,0,13,0,47,19,27,34,0,2,17,7,32,0,1,0,12,16,0,23,0,46,17,0,5,0,187,17,6,32,0,1,32,1,10,16,33,0,1,49,6,32,0,1,0,22,16,0,51,0,42,0,13,27,0,8,0,13,0,41,0,46,27,21,16,0,5,0,188,17,6,32,0,1,0,30,32,1,6,26,16,0,35,0,8,26,0,46,17,0,5,0,189,17,6,34,0,2,0,30,0,25,0,8,0,33,0,9,0,39,0,11,27,26,21,0,33,0,7,26,0,46,21,0,6,0,7,21,0,41,32,0,1,0,22,16,27,26,16,0,33,0,29,26,34,0,1,17,7,34,0,1,32,1,106,0,46,0,45,11,2,0,37,0,47,11,1,27,21,7,32,0,1,32,1,107,34,0,5,26,32,0,2,19,33,0,6,48,0,30,0,21,0,41,0,45,27,26,16,33,0,7,48,6,32,0,4,33,0,8,48,6,1,204,0,37,1,205,27,33,0,9,48,6,1,206,1,207,11,2,0,16,34,0,4,0,46,32,1,64,11,2,0,43,0,0,0,13,0,51,21,27,16,17,33,0,10,48,6,1,208,33,0,11,48,6,1,209,33,0,12,48,6,1,210,33,0,13,48,6,34,0,1,32,0,13,34,0,6,26,34,0,2,19,7,0,24,0,25,11,2,0,43,0,20,27,33,0,6,48,6,32,0,1,32,1,107,34,0,5,26,0,34,0,7,0,42,32,0,6,27,34,0,6,0,7,0,25,21,11,2,0,43,0,24,0,13,0,45,21,27,26,0,12,0,40,32,1,11,27,21,32,0,2,19,33,0,7,48,6,0,24,0,20,20,32,1,97,0,24,0,20,0,36,0,30,0,20,26,27,20,11,3,0,43,0,12,0,42,0,23,27,0,6,0,46,21,0,8,0,45,0,42,0,21,27,21,27,33,0,8,48,6,34,0,1,32,0,8,32,0,7,0,16,0,41,0,22,0,33,0,7,26,0,46,21,27,16,17,32,1,68,34,0,4,26,34,0,2,34,0,8,34,0,7,0,16,0,45,17,19,19,32,1,81,16,7,34,0,4,33,0,6,48,6,0,45,1,211,0,37,0,32,1,212,26,27,32,0,2,19,33,0,7,48,6,32,0,1,34,0,5,34,0,2,19,33,0,8,48,6,1,213,33,0,9,48,6,34,0,1,34,0,9,1,214,11,2,0,43,32,0,8,32,1,7,16,27,16,7,32,0,2,32,1,111,32,0,1,17,0,11,16,0,8,34,0,2,17,0,7,34,0,1,17,7,32,0,2,32,1,123,16,32,1,123,0,46,17,0,5,0,193,17,6,32,0,2,0,30,32,1,123,26,16,33,0,3,48,0,35,32,1,126,26,0,45,17,33,0,4,48,6,32,0,1,32,1,123,16,32,1,125,32,0,4,17,0,5,0,194,17,6,32,0,1,32,1,77,16,0,27,32,0,4,17,32,1,127,32,0,2,0,30,32,1,77,26,18,32,1,85,18,17,33,0,5,48,6,32,0,5,32,0,3,32,1,123,0,46,17,32,1,132,32,0,3,17,0,42,32,1,125,27,32,1,117,32,1,125,0,41,0,45,27,21,16,0,35,32,1,117,26,0,46,17,0,5,0,185,17,6,0,45,11,1,0,26,34,0,5,17,0,29,32,0,3,0,31,32,1,126,26,16,32,1,133,0,45,17,17,32,1,115,34,0,3,17,33,0,6,48,6,32,0,2,0,30,32,1,129,26,16,33,0,2,49,0,30,32,1,122,26,16,0,33,32,1,127,26,32,0,6,17,33,0,7,48,6,0,32,32,0,1,26,32,1,101,34,0,1,32,1,12,34,0,4,17,0,42,0,26,27,21,33,0,8,48,6,32,0,7,0,35,32,1,119,26,0,46,17,11,1,32,0,8,16,0,42,0,29,27,33,0,9,48,6,32,0,2,0,16,0,41,0,45,27,0,40,32,1,102,32,0,9,26,27,0,34,32,1,102,0,24,26,26,32,1,119,34,0,7,32,1,131,16,32,1,133,0,46,17,0,31,32,1,119,26,16,32,1,131,16,21,0,35,0,30,0,30,32,1,126,26,26,26,20,0,30,34,0,9,26,20,11,2,0,43,0,24,0,39,32,1,122,27,32,1,122,0,46,21,27,34,0,6,17,0,1,34,0,2,0,30,0,45,26,18,34,0,8,18,17,7,32,0,2,32,1,123,16,0,33,32,1,127,26,0,46,17,33,0,3,48,6,32,0,3,32,1,125,0,45,17,0,5,0,195,17,6,32,0,1,32,1,123,16,32,1,125,34,0,3,17,0,5,0,196,17,6,34,0,1,32,1,139,0,41,32,0,2,27,32,1,129,0,39,32,1,42,27,32,1,129,32,1,77,21,0,42,0,34,32,1,11,26,27,20,0,40,32,1,139,27,34,0,2,17,7,32,0,2,32,1,123,16,32,1,124,0,46,17,0,5,0,197,17,6,34,0,1,32,1,77,16,32,1,122,0,40,32,1,125,27,32,0,2,17,0,5,0,198,17,6,34,0,2,32,1,129,16,0,30,32,1,7,26,16,0,35,32,1,117,26,0,46,17,0,5,0,199,17,7,32,0,1,32,1,77,16,32,1,138,32,0,2,17,0,30,0,35,32,1,115,26,26,16,32,1,130,16,0,30,0,32,34,0,1,26,32,1,52,0,29,0,41,34,0,2,27,21,26,16,7,32,0,1,32,1,142,32,0,2,17,6,32,0,2,32,1,129,16,33,0,2,49,6,32,0,2,32,1,140,16,32,1,128,16,0,35,32,1,126,26,0,45,17,32,1,127,32,0,1,32,1,123,16,17,33,0,3,48,6,32,0,3,32,1,120,32,0,2,17,0,35,32,1,117,26,0,46,17,0,5,0,200,17,6,34,0,1,32,1,143,34,0,3,32,1,130,16,0,24,32,1,132,0,33,32,1,140,0,39,32,1,128,27,26,21,32,0,2,19,0,26,34,0,2,19,17,7,32,0,1,32,1,142,32,0,2,17,6,32,0,2,32,1,129,16,33,0,2,49,6,32,0,1,32,1,123,16,33,0,3,48,6,32,0,2,32,0,3,0,42,32,1,120,27,32,1,117,32,1,140,21,16,0,35,32,1,117,26,0,46,17,32,1,156,16,6,34,0,1,32,1,143,34,0,3,32,1,130,16,0,24,32,1,132,0,33,32,1,140,0,39,32,1,128,27,26,21,32,0,2,19,0,26,34,0,2,19,32,1,14,16,17,7,34,0,1,32,1,154,16,7,34,0,5,6,34,0,1,34,0,4,34,0,2,19,7,32,0,1,32,1,154,16,0,24,1,215,11,2,0,43,0,45,0,24,32,1,1,0,39,32,1,148,27,20,11,2,0,43,32,1,77,0,41,0,32,32,1,158,26,27,32,1,117,32,1,77,21,27,27,34,0,1,17,7,34,0,1,32,1,1,16,7,34,0,1,32,1,154,16,7,32,0,2,0,42,32,0,1,27,0,37,34,0,2,34,0,1,20,27,7,34,0,1,33,0,3,33,0,4,33,0,5,33,0,6,12,4,48,6,32,1,150,32,1,128,20,33,0,7,48,6,34,0,6,1,216,1,217,0,32,32,1,158,26,11,2,0,43,0,24,0,39,32,0,7,27,27,11,2,0,43,0,25,0,39,34,0,7,27,27,34,0,4,17,7,34,0,1,32,1,1,16,7,34,0,1,32,1,163,16,7,34,0,1,32,1,167,16,7,34,0,2,34,0,1,16,7,34,0,1,32,1,170,16,7,34,0,2,0,35,34,0,1,26,16,7,0,24,32,1,76,0,39,32,1,157,27,34,0,1,21,0,25,0,24,21,7,32,0,1,34,0,4,32,0,2,19,33,0,6,48,6,32,0,6,34,0,5,34,0,2,19,32,1,76,34,0,1,17,32,1,157,16,6,34,0,6,7,32,0,1,32,1,76,16,32,1,123,0,47,17,32,1,156,16,6,32,0,1,0,30,32,1,123,26,16,32,1,123,0,46,17,0,35,32,1,117,26,0,46,17,32,1,157,16,6,32,0,1,32,1,155,16,33,0,3,48,6,32,0,3,0,30,32,1,7,26,16,0,35,32,1,117,26,0,46,17,32,1,157,16,6,32,0,1,0,30,32,1,133,0,41,0,50,27,26,16,32,1,155,16,32,1,121,32,0,3,17,0,35,32,1,117,26,0,46,17,32,1,157,16,6,32,0,3,0,3,16,33,0,4,48,6,0,46,32,1,125,32,0,4,17,0,35,32,1,117,26,0,46,17,32,1,157,16,6,34,0,4,32,1,128,16,32,1,132,16,33,0,5,48,6,32,0,5,0,30,0,50,26,16,32,1,155,34,0,1,0,30,32,1,122,26,16,32,1,132,16,17,0,29,34,0,5,32,1,155,34,0,3,17,32,1,32,16,17,7,32,0,2,32,1,123,16,32,1,123,0,46,17,32,1,156,16,6,32,0,2,0,30,32,1,7,26,16,0,35,32,1,117,26,0,46,17,32,1,156,16,6,34,0,2,32,1,138,16,33,0,3,48,6,32,0,1,0,30,32,1,122,26,0,40,32,1,76,27,32,0,3,17,32,1,157,16,6,34,0,1,32,1,155,0,40,0,29,0,41,32,1,32,27,27,34,0,3,17,7,32,0,1,32,1,4,16,32,1,157,16,6,32,0,1,32,1,123,16,32,1,123,0,45,17,32,1,157,16,6,34,0,1,32,1,129,16,0,16,0,45,17,7,32,0,2,32,1,123,0,40,32,1,127,27,32,0,1,17,33,0,3,48,6,32,0,3,0,46,0,42,32,1,125,27,32,1,117,32,1,125,0,41,0,45,27,21,16,32,1,157,16,6,32,0,2,0,46,32,1,122,11,2,0,43,32,0,3,27,16,33,0,4,48,6,32,0,1,32,1,122,16,32,1,125,32,0,4,17,32,1,157,16,6,32,0,1,32,1,162,32,1,136,0,41,32,0,4,27,11,2,0,43,34,0,3,27,16,32,1,76,34,0,2,17,32,1,157,16,6,34,0,1,32,1,137,34,0,4,17,7,32,0,1,32,1,122,16,32,1,123,0,47,17,32,1,157,16,6,32,0,1,32,1,162,16,32,1,76,34,0,2,19,32,1,157,16,6,34,0,1,32,1,162,0,46,17,7,32,0,1,32,1,122,16,32,1,123,0,46,17,32,1,157,16,6,34,0,1,32,1,162,16,7,0,24,0,39,32,1,76,27,32,1,120,0,45,21,32,1,157,20,0,25,32,1,166,32,1,146,34,0,1,26,26,21,7,0,24,0,39,32,1,76,27,32,1,120,0,45,21,32,1,157,20,0,25,0,45,0,39,32,1,156,27,0,37,32,1,165,32,1,146,34,0,1,26,26,27,21,7,0,24,0,39,32,1,123,27,32,1,120,0,45,21,32,1,157,20,0,25,32,1,174,32,1,146,34,0,1,26,0,24,0,41,32,1,4,0,39,32,1,157,27,27,20,26,21,7,32,1,166,32,1,146,34,0,1,26,26,7,0,24,0,39,32,1,123,27,32,1,120,0,45,21,32,1,157,20,0,25,0,24,32,0,1,32,1,133,21,0,37,32,1,122,32,1,120,0,46,21,0,44,32,1,137,0,41,0,46,27,34,0,1,32,1,137,0,41,0,50,27,21,32,1,155,32,1,162,21,27,27,21,7,34,0,1,0,32,1,218,26,11,2,0,43,32,1,123,0,41,0,32,32,1,147,26,27,27,7,32,1,146,34,0,2,26,33,0,3,48,6,32,0,3,0,41,32,0,1,27,0,37,34,0,3,27,32,1,146,34,0,1,26,20,7,34,0,1,32,1,169,32,1,146,34,0,2,26,27,7,32,0,1,32,1,168,32,0,2,27,32,1,159,34,0,1,32,1,127,16,32,1,168,34,0,2,27,27,7,34,0,1,32,1,127,16,32,1,168,34,0,2,27,7,32,1,146,34,0,1,26,0,37,32,1,146,34,0,2,26,27,7,32,1,146,34,0,1,26,0,41,34,0,2,27,7,34,0,1,0,37,32,1,158,27,7,32,1,146,32,0,2,26,32,1,146,32,0,1,26,20,0,37,34,0,1,0,32,0,45,0,39,32,1,156,27,26,1,219,11,2,0,43,0,24,0,39,32,1,150,27,27,34,0,2,19,27,7,32,0,1,1,220,34,0,5,32,1,175,34,0,1,34,0,4,32,0,2,19,17,26,34,0,2,19,7,32,1,120,32,1,139,32,0,1,21,32,1,175,20,33,1,2,49,6,34,0,1,32,1,3,11,2,7,34,0,1,32,2,2,16,7,34,0,1,32,2,2,16,7,32,0,1,0,14,0,40,32,2,13,27,32,0,2,19,0,5,0,99,17,6,34,0,1,0,34,34,0,4,26,34,0,2,19,7,32,0,2,0,14,16,33,0,5,48,6,32,0,2,0,12,16,33,0,6,48,6,32,0,1,0,14,16,33,0,7,48,6,32,0,7,0,27,32,0,6,17,32,2,13,34,0,5,17,0,5,0,100,17,6,32,0,7,0,28,34,0,6,17,0,35,0,8,26,0,46,17,33,0,8,48,6,34,0,2,0,15,16,33,0,9,48,0,22,16,33,0,10,48,6,34,0,1,0,15,16,33,0,11,48,6,0,45,0,21,32,0,10,17,0,8,32,0,8,17,0,17,0,40,0,30,0,32,34,0,11,26,0,16,0,6,0,41,0,8,0,41,34,0,8,27,27,21,34,0,4,34,0,9,0,42,0,16,27,21,26,27,34,0,10,17,0,15,34,0,7,17,7,34,0,1,32,1,2,34,0,2,19,7,34,0,1,0,30,32,1,2,0,41,0,32,34,0,2,26,27,26,16,7,34,0,2,0,30,0,32,34,0,1,26,0,42,32,1,2,27,26,16,7,34,0,1,0,30,32,1,2,26,16,7,34,0,1,32,1,2,34,0,2,19,7,34,0,1,32,2,23,32,1,2,26,34,0,2,19,7,32,2,11,0,16,0,23,21,32,2,11,32,2,26,21,33,0,3,48,6,32,0,1,0,22,0,40,32,0,3,27,32,0,2,19,33,0,4,33,0,5,12,2,48,6,34,0,1,1,221,0,40,1,222,27,34,0,2,19,33,0,6,48,6,32,0,4,34,0,6,11,2,7,34,0,2,33,0,3,48,6,34,0,1,33,0,4,48,6,1,223,32,1,6,11,2,0,43,0,12,0,41,32,1,7,27,27,33,0,5,48,6,0,45,32,0,5,16,7,34,0,1,0,12,0,41,0,45,27,0,44,34,0,2,27,20,7,0,33,34,0,1,26,7,32,1,3,0,16,32,0,1,17,34,0,4,16,0,46,0,13,34,0,1,17,0,44,1,224,34,0,5,26,27,34,0,2,19,7,32,0,2,0,12,16,0,33,0,7,26,0,46,17,33,0,3,48,0,7,32,0,1,0,12,16,17,33,0,4,48,6,34,0,3,0,13,0,45,17,0,5,0,102,17,6,32,0,4,0,13,0,45,17,0,5,0,103,17,6,32,0,2,32,2,12,0,46,17,33,0,5,48,6,32,0,2,0,22,16,33,0,6,48,6,32,0,1,32,2,8,16,33,0,1,49,6,32,0,1,32,2,12,32,0,4,17,33,0,7,48,6,32,0,1,0,14,16,0,27,34,0,4,17,33,0,8,48,0,35,0,8,26,0,46,17,33,0,9,48,6,34,0,1,0,15,0,40,1,225,1,226,11,2,0,43,32,0,6,0,20,0,45,17,27,27,34,0,2,17,0,15,34,0,8,17,7,32,0,1,0,12,16,0,13,0,46,17,0,5,0,101,17,6,32,0,1,0,22,16,33,0,3,48,6,34,0,1,32,0,3,0,39,0,17,27,1,227,11,2,0,43,32,0,3,0,13,0,47,17,27,16,7,32,0,2,0,12,16,0,33,0,7,26,0,46,17,33,0,3,48,6,32,0,3,0,13,0,45,17,0,5,0,105,17,6,32,0,1,0,12,16,0,13,32,0,3,17,0,5,0,106,17,6,32,0,2,0,22,16,33,0,4,48,6,32,0,2,32,2,12,0,46,17,33,0,5,48,0,35,0,8,26,0,46,17,33,0,6,48,6,32,0,1,0,12,16,0,33,0,7,26,34,0,3,17,33,0,7,48,6,32,0,1,0,14,16,0,27,32,0,7,17,33,0,8,48,0,35,0,8,26,0,46,17,33,0,9,48,6,34,0,1,1,228,1,229,11,2,0,43,0,45,32,2,12,0,41,34,0,7,27,32,2,13,34,0,5,21,11,2,0,43,32,0,6,0,8,32,0,4,17,0,20,0,45,17,33,0,10,48,27,27,34,0,2,17,0,15,34,0,8,17,7,0,17,0,42,0,30,0,6,26,0,41,0,30,32,0,1,0,42,0,8,27,26,27,27,33,0,3,48,6,32,0,2,32,0,3,33,1,5,50,6,34,0,2,0,7,34,0,1,17,0,6,0,46,17,0,18,0,45,17,34,0,3,33,1,7,50,7,32,0,1,0,7,32,1,3,17,0,17,16,0,30,0,6,0,41,34,0,1,27,26,16,7,34,0,1,0,5,32,1,4,21,0,25,0,24,21,7,32,1,4,0,8,32,0,1,17,0,6,34,0,2,32,2,47,34,0,1,19,19,33,1,4,49,7,32,0,2,0,12,16,0,23,0,46,17,0,5,32,1,10,17,6,32,0,2,32,1,13,16,6,32,0,2,0,15,16,33,0,2,49,0,22,16,33,0,3,48,6,32,0,1,0,12,16,0,13,32,0,3,17,0,5,32,1,11,17,6,0,45,0,20,16,33,0,4,48,6,32,0,1,0,14,16,33,0,5,48,0,27,32,0,3,17,33,0,6,48,0,34,1,230,26,34,0,2,17,6,34,0,1,0,15,34,0,5,0,28,34,0,3,17,0,26,34,0,6,0,35,0,8,26,0,46,17,11,1,17,17,0,29,32,0,4,17,7,32,0,1,0,12,16,0,13,0,46,17,0,5,32,1,9,17,6,34,0,1,32,1,6,34,0,2,19,7,34,0,2,0,12,32,1,4,17,7,32,1,3,0,6,33,1,4,50,6,34,0,1,0,6,0,46,17,7,34,0,1,0,37,34,0,2,27,7,34,0,1,0,1,0,45,21,7,34,0,1,0,1,34,0,2,23,7,32,0,2,0,36,34,0,1,32,2,66,34,0,2,19,27,7,34,0,4,33,0,6,48,6,34,0,1,33,0,7,33,0,8,33,0,9,12,3,48,6,34,0,5,32,2,4,0,21,34,0,8,21,0,44,1,231,0,39,32,1,7,27,27,16,34,0,7,34,0,2,19,33,0,10,48,6,34,0,10,34,0,9,0,44,1,232,27,16,7,0,46,33,0,3,48,6,0,45,1,233,0,35,0,18,26,0,45,21,0,6,0,46,21,11,2,0,43,32,2,4,27,33,0,4,48,6,32,0,1,32,0,4,16,33,0,5,48,6,34,0,2,32,2,11,0,40,32,2,11,27,0,32,32,2,70,26,0,15,0,40,32,2,11,27,11,2,0,43,32,2,72,27,1,234,11,3,0,43,34,0,5,0,11,0,47,17,27,34,0,1,17,7,32,0,2,33,0,3,33,0,4,12,2,48,6,1,235,0,41,34,0,2,27,33,0,5,48,6,1,236,33,0,6,48,6,1,237,0,41,0,45,27,33,0,7,48,6,34,0,1,0,32,32,0,4,26,0,16,0,45,21,34,0,7,11,2,0,43,32,1,12,0,39,32,2,4,27,27,16,7,32,1,6,34,0,1,16,7,34,0,1,0,12,0,41,32,1,4,27,0,7,0,46,21,0,44,1,238,27,16,6,32,1,5,0,16,0,46,0,6,32,1,3,17,33,1,3,49,17,7,34,0,2,33,0,5,48,6,34,0,4,33,0,6,48,6,34,0,1,0,30,1,239,26,16,7,34,0,2,33,0,3,48,6,32,1,9,0,16,32,0,1,17,33,0,4,48,6,32,1,5,0,30,0,16,0,41,34,0,1,27,26,16,33,0,5,48,6,32,0,4,0,17,16,0,30,0,8,0,41,32,0,3,27,26,16,0,33,0,29,26,32,0,5,17,33,0,6,48,6,34,0,3,0,17,16,0,30,0,25,26,32,0,6,17,0,30,0,24,26,32,1,10,0,17,16,17,0,15,16,32,2,13,34,0,5,17,0,5,0,146,17,6,32,0,6,32,2,37,16,33,0,7,48,6,32,0,6,32,1,8,0,6,26,0,45,17,0,29,32,0,7,17,0,34,0,7,26,32,0,7,0,22,16,0,17,16,17,33,0,8,48,6,34,0,8,0,30,0,24,26,32,1,12,17,0,34,0,6,26,34,0,6,0,29,32,0,7,17,0,30,0,8,26,32,1,12,17,17,33,1,12,49,6,34,0,7,0,30,0,6,0,41,32,0,4,0,42,0,8,27,27,26,32,1,11,17,33,1,11,49,6,34,0,4,0,8,33,1,10,50,7,34,0,4,0,16,34,0,1,17,0,16,34,0,2,19,7,32,1,5,0,16,0,45,17,0,28,32,1,7,17,33,0,3,48,6,32,1,5,0,30,0,28,0,41,32,1,7,27,32,2,13,32,0,3,21,26,16,0,35,0,8,26,0,46,17,0,5,0,147,17,6,32,0,3,0,35,0,8,26,16,33,0,4,48,0,17,16,0,15,34,0,3,17,33,0,5,48,6,32,0,5,0,30,0,25,26,34,0,1,17,32,1,13,34,0,5,0,30,0,6,0,41,0,8,0,41,34,0,4,27,27,26,34,0,2,19,17,7,0,32,32,2,70,26,34,0,1,11,2,0,43,34,0,4,0,7,0,46,21,0,40,0,8,0,37,0,24,27,27,27,7,32,0,1,1,240,34,0,1,34,0,4,34,0,5,11,3,26,11,2,0,43,0,24,34,0,2,20,27,7,32,1,0,0,37,34,0,1,27,7,34,0,1,0,37,32,1,0,27,7,32,1,1,34,0,2,26,33,0,3,48,6,34,0,1,32,0,3,1,241,1,242,11,3,0,43,0,32,0,51,26,0,7,0,0,21,27,16,7,32,0,1,32,1,8,16,33,0,3,48,6,34,0,1,34,0,3,34,0,2,19,7,34,0,1,32,2,1,16,7,34,0,1,0,28,0,46,17,0,30,32,2,87,0,41,0,32,34,0,2,26,27,26,16,7,32,0,1,0,19,16,33,0,5,48,0,20,0,41,32,0,2,27,0,44,34,0,4,27,16,6,34,0,5,0,17,16,0,30,32,0,1,0,6,32,0,2,19,0,42,0,6,27,26,0,30,0,45,0,42,0,20,27,0,44,0,49,27,26,20,0,30,0,13,0,41,34,0,2,27,0,44,0,49,27,26,11,2,0,43,34,0,1,0,20,0,45,17,27,16,7,34,0,1,6,0,6,0,18,0,45,21,0,17,20,0,7,0,18,0,45,21,0,17,20,0,30,0,6,26,0,24,0,39,0,20,27,21,11,2,0,43,0,20,0,41,0,45,27,27,7,32,0,2,32,2,6,16,0,5,32,1,8,17,6,32,0,2,0,13,0,45,17,33,0,3,48,6,32,0,1,0,22,16,0,6,0,18,0,45,21,0,11,11,2,0,43,32,0,3,27,32,0,2,17,33,0,4,48,6,1,243,32,0,1,26,33,0,5,48,6,0,46,33,0,6,48,6,0,24,33,0,7,48,6,32,0,1,0,12,0,20,0,46,21,0,44,1,244,0,41,32,0,2,27,27,16,6,34,0,1,0,15,16,0,28,0,27,11,2,0,43,32,0,3,0,12,32,1,2,17,27,32,0,6,0,8,34,0,4,17,17,32,1,2,0,44,0,24,0,45,0,42,0,21,27,0,44,1,245,27,0,22,0,7,34,0,2,0,39,0,19,27,21,21,27,16,32,0,7,16,7,32,0,2,0,12,16,0,23,0,46,17,0,5,32,1,7,17,6,32,0,2,0,15,16,33,0,2,49,6,32,0,2,0,30,32,2,6,26,16,0,35,0,8,26,0,46,17,0,5,32,1,8,17,6,32,0,2,0,22,16,33,0,3,48,6,32,0,1,32,2,77,16,0,22,0,42,0,21,27,0,44,1,246,27,32,0,3,17,33,0,4,48,6,1,247,33,0,5,48,6,0,45,0,20,16,33,0,6,48,6,0,46,33,0,7,48,6,1,248,33,0,8,48,6,0,45,33,0,9,48,6,34,0,2,0,34,1,249,32,1,5,1,250,26,34,0,8,0,25,21,11,2,0,43,32,1,4,27,26,32,0,4,0,27,32,0,3,17,17,33,0,10,48,6,34,0,1,0,15,0,41,32,0,4,27,1,251,11,2,0,43,32,0,6,0,12,16,0,20,0,45,17,27,16,7,32,0,1,0,13,0,45,17,0,5,0,162,17,6,32,0,1,0,23,0,46,17,0,5,0,163,17,6,34,0,2,32,2,77,16,0,28,34,0,1,0,7,0,46,17,17,32,2,13,32,1,3,17,0,5,0,164,17,7,34,0,2,0,46,0,22,11,2,0,43,0,24,0,12,0,40,0,13,27,34,0,1,21,27,16,7,34,0,2,0,17,16,0,30,34,0,1,0,1,16,26,16,7,34,0,2,0,17,16,0,30,34,0,1,0,1,16,26,16,7,32,0,1,0,12,16,0,13,32,1,3,17,0,5,0,168,17,6,32,0,2,0,30,32,2,7,26,16,0,35,0,8,26,16,0,5,0,169,17,6,32,0,1,32,2,77,16,33,0,3,48,6,32,0,2,0,34,0,7,0,6,0,46,21,26,32,0,3,0,27,32,1,3,17,17,33,0,4,48,6,32,0,4,0,30,0,13,0,41,0,45,27,26,16,0,35,0,8,26,16,0,5,0,170,17,6,32,0,3,0,28,32,1,3,17,33,0,5,48,0,35,0,8,26,0,46,17,33,0,6,48,6,1,252,33,0,7,48,6,34,0,1,1,253,34,0,7,11,2,0,43,0,25,0,35,0,8,26,32,0,4,0,35,0,8,26,32,0,6,17,21,0,20,0,45,21,27,34,0,2,17,7,32,1,7,0,30,0,32,34,0,1,26,26,16,7,32,1,7,0,30,0,6,0,41,34,0,1,0,8,32,1,5,17,27,26,16,0,33,0,29,26,32,1,6,17,7,32,2,97,0,41,0,46,27,0,40,32,0,1,32,2,67,0,34,32,0,1,26,0,37,0,30,34,0,1,26,27,27,27,7,32,0,2,0,22,0,40,0,12,27,32,0,1,19,0,5,0,171,19,6,34,0,1,32,1,6,32,1,5,26,34,0,2,19,7,34,0,1,32,1,6,32,1,5,0,41,0,32,34,0,2,26,27,26,16,7,34,0,2,32,1,6,0,32,34,0,1,26,0,42,32,1,5,27,26,16,7,32,0,1,32,2,77,16,0,28,0,46,17,33,0,3,48,6,1,254,33,0,4,48,6,32,1,5,0,32,34,0,1,26,0,15,34,0,4,21,32,2,21,0,42,32,2,101,27,11,2,0,43,0,24,0,39,32,2,18,27,0,7,0,46,21,27,34,0,3,17,7,34,0,1,32,2,97,0,46,17,0,35,32,1,5,26,34,0,2,19,7,34,0,1,0,34,0,24,0,46,11,2,0,43,0,25,27,26,32,1,4,17,0,35,0,8,26,0,46,17,33,0,3,48,6,32,0,3,0,20,0,45,17,0,5,0,177,17,6,32,1,4,0,22,16,0,17,16,0,34,0,8,26,32,1,4,17,0,35,0,6,26,0,45,17,33,0,4,48,6,32,1,3,0,16,34,0,4,17,32,2,100,16,33,0,5,48,6,0,54,0,20,32,0,5,17,0,5,0,178,17,6,0,12,0,41,0,11,27,0,5,0,179,21,0,25,0,24,21,33,0,6,48,6,32,0,3,0,9,32,1,7,17,34,0,6,0,11,0,18,11,3,0,43,32,0,5,0,11,0,47,17,27,16,33,0,7,48,6,32,1,3,0,34,0,24,32,0,7,11,2,0,43,0,25,27,26,32,1,4,17,33,1,3,49,6,34,0,7,0,8,34,0,3,17,34,0,5,0,12,0,51,17,0,44,0,20,0,41,32,1,7,27,0,44,1,255,27,27,16,7,32,1,7,0,20,0,45,17,0,5,0,180,17,6,34,0,1,0,27,1,256,0,41,0,47,0,42,0,9,27,27,0,24,0,27,0,22,0,42,0,7,27,21,0,26,0,24,21,0,25,21,11,2,0,43,0,22,0,42,0,21,27,27,32,1,8,17,7,0,24,32,1,5,32,0,1,0,16,32,0,2,19,21,33,1,5,49,6,34,0,1,0,27,34,0,2,19,7,32,0,1,0,17,16,0,30,0,6,0,41,32,1,8,27,26,16,0,24,34,0,1,0,6,33,1,8,50,17,7,32,0,1,0,15,16,32,1,3,16,0,30,34,0,1,32,2,77,16,32,2,95,16,0,15,16,0,42,0,29,27,26,16,7,32,1,4,0,28,32,1,3,17,33,0,3,48,0,35,0,8,26,0,46,17,33,0,4,48,6,32,0,4,0,17,16,0,15,34,0,3,17,0,42,0,30,0,6,0,41,0,8,0,41,34,0,4,27,27,26,27,0,33,0,29,26,34,0,1,21,7,34,0,1,0,42,0,29,27,7,34,0,1,0,41,0,32,34,0,2,26,27,7,34,0,1,7,34,0,2,6,34,0,1,7,34,0,2,0,36,34,0,1,27,7,32,0,1,32,1,10,0,30,34,0,1,26,27,7,32,0,1,32,1,10,32,2,23,34,0,1,26,27,7,0,45,33,0,2,48,6,1,257,32,0,1,26,33,0,3,48,6,34,0,1,0,34,1,258,26,32,1,7,17,0,22,0,21,0,47,21,0,44,0,26,0,41,0,45,11,1,27,27,16,33,0,4,33,0,5,12,2,48,6,32,1,8,1,259,1,260,1,261,11,4,0,43,34,0,5,0,42,0,6,0,41,34,0,4,0,8,0,47,21,27,27,27,7,1,262,0,32,34,0,2,26,26,7,0,25,34,0,1,20,7,0,45,33,0,3,48,33,0,4,48,6,32,1,8,32,2,24,1,263,26,16,6,34,0,1,11,1,33,0,5,48,6,1,264,0,41,32,1,7,27,33,0,6,48,6,32,0,3,32,0,6,32,1,6,17,33,0,7,48,6,32,0,4,0,7,16,32,0,5,34,0,6,0,41,32,2,154,27,11,2,0,43,0,20,0,41,0,45,27,27,32,1,6,17,33,0,8,48,6,32,1,8,32,2,24,0,32,34,0,7,34,0,8,11,2,26,0,16,0,45,0,42,0,20,27,21,0,16,0,19,21,26,16,7,32,1,8,0,17,16,0,35,0,24,0,39,32,1,6,32,1,7,16,27,26,34,0,1,17,7,32,0,1,32,2,159,34,0,2,27,32,2,147,34,0,1,27,7,0,24,32,2,146,32,1,5,26,34,0,2,23,1,265,32,2,146,34,0,1,26,27,7,0,24,1,266,32,1,5,26,34,0,1,21,32,2,146,34,0,2,26,20,7,34,0,2,32,2,147,34,0,1,27,7,0,24,1,267,34,0,2,26,34,0,1,21,7,34,0,1,7,32,1,5,0,17,16,0,30,0,7,0,41,32,0,1,0,22,16,0,6,0,50,17,27,26,16,0,33,0,29,26,34,0,1,17,7,32,0,1,0,34,0,12,26,32,0,2,17,0,31,0,8,26,16,0,35,0,6,26,0,45,17,33,0,3,48,6,32,0,2,0,29,0,41,0,17,27,32,0,3,17,0,35,0,8,26,0,46,17,33,0,4,48,6,34,0,3,0,21,0,41,32,1,5,27,0,44,0,32,34,0,2,34,0,1,11,2,26,0,30,0,16,26,0,20,21,0,39,1,268,27,27,16,6,32,0,4,7,32,1,4,0,6,0,41,32,0,1,27,0,40,32,2,5,27,32,1,3,17,0,12,0,41,0,45,27,0,44,34,0,1,0,6,0,46,17,0,39,32,1,5,27,27,16,7,0,32,0,45,26,0,13,34,0,4,32,3,29,34,0,1,26,34,0,2,19,21,7,34,0,1,6,32,1,9,0,17,16,0,30,0,45,26,16,7,32,0,2,32,3,9,16,33,0,3,48,6,34,0,2,0,42,0,16,27,33,0,4,48,6,32,1,5,0,35,0,8,26,0,46,17,33,0,5,48,6,32,0,5,0,12,0,46,17,0,8,0,47,17,0,6,32,0,3,17,32,0,5,32,2,4,1,269,27,16,33,0,6,48,6,0,46,0,7,32,1,6,17,0,17,16,0,30,0,8,0,41,32,0,5,27,0,39,0,6,0,41,32,0,5,27,0,42,34,0,6,27,27,26,16,0,35,0,8,26,0,46,17,0,5,0,104,17,6,34,0,3,0,24,0,44,0,8,0,41,32,0,1,0,39,32,3,9,27,27,27,16,33,0,7,48,6,34,0,1,0,42,0,16,27,33,0,8,48,6,32,1,7,32,3,28,32,1,5,17,33,0,9,33,0,10,12,2,48,6,32,0,10,0,12,0,46,17,0,8,0,47,17,0,6,34,0,7,17,34,0,10,32,2,4,1,270,27,34,0,9,17,33,0,11,48,6,34,0,11,0,41,0,8,0,41,34,0,5,27,27,33,0,12,48,6,1,271,33,0,13,48,6,32,1,9,0,17,16,0,30,0,8,0,41,32,1,7,0,35,0,8,26,0,46,17,27,34,0,13,20,26,16,7,32,0,1,32,3,12,0,46,17,0,35,0,8,26,0,46,17,33,0,3,48,0,12,0,46,17,33,0,4,48,6,32,0,1,0,15,16,33,0,1,49,6,0,46,33,0,5,48,6,0,45,33,0,6,48,6,32,0,1,0,30,0,0,0,39,1,272,27,26,16,6,32,0,4,0,8,0,47,17,0,6,32,0,5,17,33,0,7,48,6,1,273,33,0,8,48,6,0,45,33,0,9,48,33,0,10,48,6,1,274,33,0,11,48,6,32,0,1,0,45,0,45,1,275,11,2,0,43,0,30,0,12,0,41,0,11,27,26,0,35,0,8,26,0,46,21,27,11,2,0,43,32,1,3,0,12,32,0,6,17,0,8,32,0,7,0,12,0,51,17,17,27,16,33,0,12,48,6,34,0,1,34,0,8,34,0,11,11,2,0,43,34,0,12,27,16,7,34,0,1,6,32,1,9,0,17,16,0,30,32,1,10,0,8,32,1,4,17,0,21,0,41,32,1,4,27,0,24,11,2,0,43,32,2,2,27,16,26,16,7,32,1,6,32,3,29,32,0,1,0,15,16,0,42,0,16,27,0,42,32,3,74,0,7,0,46,21,0,41,32,0,2,0,15,18,0,42,0,16,27,27,27,26,16,33,0,3,48,6,34,0,1,1,276,1,277,11,2,0,43,0,15,0,39,0,22,27,0,20,0,52,21,0,40,0,8,27,27,34,0,2,17,7,32,0,1,32,2,7,34,0,2,19,0,30,0,6,26,32,1,4,0,30,34,0,1,0,42,0,8,27,26,16,17,33,1,4,49,7,34,0,1,11,1,11,0,0,26,11,2,0,43,0,25,32,3,4,20,27,32,1,6,17,33,1,6,49,7,34,0,1,32,2,8,32,1,6,27,7,34,0,1,0,15,16,33,0,3,48,0,22,16,0,6,0,50,17,0,6,33,1,3,50,6,34,0,3,0,30,32,1,4,26,16,7,1,278,33,0,3,48,6,32,3,11,32,0,3,1,279,11,2,0,43,0,24,0,39,0,35,32,3,72,26,27,27,11,2,0,43,0,24,0,16,0,45,21,32,3,4,20,27,33,0,4,48,6,34,0,2,34,0,1,11,2,32,0,4,0,45,17,33,0,5,48,6,32,1,3,0,17,16,0,30,1,280,26,16,33,0,6,48,6,34,0,6,0,30,0,16,0,41,0,46,27,26,32,3,11,0,30,0,16,0,41,0,45,27,26,21,0,32,32,3,70,26,11,2,0,43,34,0,3,0,12,32,0,5,17,27,16,7,32,0,1,32,3,8,16,33,0,1,49,6,32,0,1,0,14,16,33,0,3,48,6,34,0,1,0,15,16,33,0,4,48,0,22,16,33,0,5,48,6,32,1,3,0,30,0,21,0,41,0,70,27,26,16,0,35,32,3,117,26,0,46,17,0,5,0,139,17,6,32,1,3,0,3,32,0,5,17,33,0,6,48,6,32,1,3,0,4,32,0,6,17,0,33,0,29,26,33,1,4,50,6,0,45,33,0,7,48,6,0,32,32,1,4,26,0,16,1,281,21,33,0,8,48,6,32,3,74,0,5,0,140,21,33,0,9,48,6,34,0,6,0,34,34,0,4,0,42,0,16,27,32,0,8,0,24,1,282,34,0,8,21,11,3,0,43,0,11,0,41,0,47,27,27,26,34,0,5,0,17,16,17,0,15,34,0,3,17,7,32,0,1,0,34,0,25,0,12,32,0,1,34,0,5,16,21,0,44,34,0,4,27,26,34,0,1,0,22,16,0,17,16,17,7,34,0,1,0,15,0,39,0,32,32,2,12,26,0,16,32,0,2,23,32,1,6,34,0,0,0,41,32,0,2,0,6,0,46,19,27,27,27,0,15,0,14,21,32,1,5,11,2,0,43,32,2,12,0,22,16,0,23,34,0,2,19,27,16,7,34,0,1,33,2,4,49,0,33,0,16,26,32,2,6,17,33,2,5,49,6,0,50,33,2,3,49,7,32,1,5,33,0,3,48,6,34,0,1,32,1,6,33,1,5,50,6,34,0,3,7,34,0,4,34,0,1,34,0,2,19,7,34,0,1,33,0,3,48,6,1,283,7,34,0,1,33,0,3,48,6,1,284,7,34,0,1,0,17,16,0,30,0,32,34,0,4,0,1,16,26,26,16,7,32,0,1,32,3,12,0,46,17,33,0,3,48,0,35,0,8,26,33,1,6,50,6,0,15,0,41,34,0,3,0,26,34,0,2,0,19,18,32,2,2,0,7,0,46,17,0,44,0,24,0,7,34,0,1,0,22,16,21,0,18,0,45,21,27,18,11,1,17,27,33,1,7,49,7,32,1,6,0,8,34,0,2,19,32,1,5,16,0,33,0,26,26,0,26,11,2,0,43,32,1,3,27,34,0,1,17,7,32,0,1,0,26,34,0,1,0,22,16,0,7,34,0,2,19,0,17,0,39,0,30,0,46,26,27,16,17,7,34,0,1,0,30,0,6,26,34,0,2,0,30,34,0,4,0,42,0,8,27,26,18,19,7,32,0,1,0,46,0,42,0,12,27,0,7,0,46,21,0,44,32,1,5,32,0,2,26,0,41,0,17,27,27,32,1,7,17,32,1,5,34,0,2,0,8,32,1,7,19,26,33,1,6,50,6,0,46,33,1,7,49,6,34,0,1,0,22,16,7,32,0,2,0,8,33,1,7,50,6,34,0,2,7,34,0,1,6,0,46,33,1,9,49,7,32,1,4,0,28,32,1,3,17,33,0,3,48,0,26,33,1,10,50,6,34,0,3,0,35,0,8,26,32,1,7,17,0,12,0,41,0,46,27,0,7,0,46,21,0,44,1,285,27,16,6,32,0,1,0,15,16,0,42,0,16,27,33,0,4,48,6,32,1,9,0,24,0,44,1,286,27,34,0,1,17,6,32,1,6,0,15,32,1,10,17,0,30,32,0,4,26,16,7,0,46,0,7,32,2,3,17,1,287,16,0,33,0,29,26,32,1,3,17,0,26,32,1,6,11,1,17,0,31,0,8,26,16,32,3,57,16,33,0,3,48,6,34,0,2,0,24,0,34,1,288,26,34,0,3,21,0,35,0,30,0,6,26,26,20,0,40,0,30,0,6,26,27,32,1,4,17,0,46,0,42,0,12,27,0,7,0,46,21,0,44,0,33,0,17,0,15,32,1,5,21,0,42,0,30,0,6,26,27,26,27,32,1,6,17,0,33,0,29,26,34,0,1,0,15,16,17,7,32,1,5,0,26,34,0,2,19,0,26,32,1,4,17,0,33,0,15,26,11,0,17,7,32,0,2,0,22,16,0,20,0,45,17,0,5,0,173,17,6,32,0,2,0,22,16,0,17,16,0,34,0,20,0,41,0,45,27,0,42,0,8,27,26,34,0,2,17,7,32,2,7,0,7,34,0,1,17,0,17,16,0,30,32,2,6,0,1,16,26,16,0,26,33,2,6,50,6,32,2,7,7,34,0,1,0,22,0,42,0,21,27,0,44,0,33,0,26,26,0,42,34,0,0,27,27,34,0,2,19,7,34,0,1,6,0,45,33,1,3,49,6,32,2,13,32,2,7,0,34,0,6,26,34,0,4,17,26,33,1,2,49,7,32,3,76,0,20,32,0,1,0,18,0,45,17,21,0,45,11,2,0,16,34,0,1,0,13,0,45,17,0,8,34,0,2,19,17,7,0,45,32,1,3,16,6,34,0,1,32,2,11,32,1,2,32,2,9,34,0,2,19,26,16,7,0,45,32,1,3,16,6,34,0,2,32,2,11,0,32,34,0,1,26,0,42,32,1,2,27,26,16,7,0,45,32,1,3,16,6,34,0,1,32,2,12,32,1,2,26,34,0,2,19,7,0,25,34,0,1,34,0,4,21,7,32,0,1,32,3,6,16,0,5,0,190,17,6,32,0,1,0,11,33,1,4,50,6,34,0,1,0,18,33,1,3,50,7,34,0,1,0,17,16,0,26,32,1,5,17,0,31,34,0,2,26,16,7,34,0,1,34,0,5,16,34,0,4,34,0,2,19,7,34,0,1,32,3,164,16,7,34,0,1,32,3,164,16,7,34,0,1,0,35,32,2,3,26,16,33,0,3,33,0,4,12,2,48,6,34,0,3,33,2,4,49,6,34,0,4,0,8,33,1,4,50,7,32,1,4,0,40,34,0,1,27,7,32,1,8,0,42,34,0,1,0,41,32,1,4,27,27,7,34,0,1,0,42,32,1,12,27,33,0,3,48,6,0,46,0,42,0,21,27,0,44,1,289,27,33,0,4,48,6,0,50,32,0,4,0,46,0,6,32,2,6,17,17,0,6,0,46,17,7,32,0,1,0,13,0,46,17,0,8,33,1,5,50,6,34,0,1,0,6,33,1,6,50,7,32,1,7,32,1,3,32,3,4,1,290,34,0,1,26,27,16,33,0,3,48,6,0,24,32,2,3,11,2,0,43,0,13,0,41,32,2,3,27,27,33,0,4,48,6,0,45,0,12,32,2,3,17,0,6,32,2,3,17,0,2,0,47,17,0,18,16,33,0,5,48,0,17,16,0,30,0,24,0,6,0,46,21,0,7,34,0,5,21,0,10,0,47,21,26,16,0,35,1,291,26,32,2,3,0,17,16,17,7,34,0,1,0,30,32,1,10,0,42,0,7,27,0,7,0,41,32,1,9,27,11,2,0,16,32,3,2,17,26,16,0,4,0,41,0,3,27,16,7,32,2,3,0,8,0,47,17,0,13,32,0,1,0,35,0,11,26,16,33,1,10,49,0,7,34,0,1,0,35,0,18,26,16,33,1,9,49,17,17,7,34,0,1,6,32,2,4,32,2,9,11,2,0,30,0,17,0,30,0,8,0,41,32,2,6,27,26,20,26,16,33,0,3,33,0,4,12,2,48,6,34,0,4,0,30,1,292,26,16,7,32,0,2,32,4,33,16,32,4,57,16,33,0,3,48,6,34,0,1,32,4,32,34,0,2,0,29,32,0,3,19,17,0,15,16,0,30,0,46,0,42,0,7,27,0,18,0,45,21,26,16,0,33,0,29,26,34,0,3,17,33,0,4,48,6,0,7,0,41,0,46,27,0,8,0,41,32,2,4,0,42,0,7,27,27,0,7,0,25,21,11,2,0,16,32,3,2,17,33,0,5,48,6,32,2,9,0,17,16,0,34,0,8,0,41,32,2,6,27,0,40,32,1,3,27,34,0,5,0,25,21,26,34,0,4,17,7,34,0,0,0,45,11,2,7,34,0,2,33,0,3,48,6,34,0,1,0,30,0,15,26,16,33,0,4,48,0,16,0,45,17,0,22,16,33,0,5,48,6,0,50,33,0,6,48,6,1,293,0,42,32,1,4,27,33,0,7,48,6,1,294,7,34,0,1,32,1,5,16,33,0,3,33,0,4,12,2,48,6,34,0,3,33,1,5,49,6,34,0,4,7,0,46,0,7,34,0,1,0,6,33,1,7,50,17,7,0,46,0,7,32,0,1,17,0,17,16,0,30,0,32,32,2,4,26,0,16,0,6,0,41,34,0,1,0,7,32,1,7,17,27,21,32,1,9,32,0,2,23,26,16,6,34,0,2,7,0,45,0,32,32,1,3,34,0,1,26,26,16,32,2,3,16,7,0,45,0,32,34,0,2,32,1,3,34,0,1,27,26,16,32,2,3,16,7,32,0,1,0,17,16,32,2,5,34,0,1,26,33,2,6,50,7,0,32,34,0,2,0,1,18,26,32,1,4,11,2,0,43,0,13,0,41,0,45,27,27,33,1,4,49,7,32,0,1,0,17,16,0,30,0,7,0,41,34,0,1,27,26,16,7,34,0,1,0,17,16,0,30,0,8,0,41,34,0,2,27,26,16,7,0,47,0,9,32,0,2,19,0,11,16,33,0,3,48,0,6,32,0,1,17,33,0,4,48,32,1,3,16,33,0,5,48,6,34,0,1,34,0,4,11,2,0,16,32,0,5,17,32,1,4,32,0,3,0,8,0,47,17,0,7,34,0,2,19,0,8,34,0,5,17,0,6,34,0,3,17,17,7,34,0,4,0,42,0,16,27,0,40,34,0,1,27,7,34,0,2,33,0,3,48,0,7,16,33,0,4,48,6,0,45,33,0,5,48,33,0,6,48,33,0,7,48,6,0,51,33,0,8,48,6,32,0,1,32,2,4,0,7,0,46,17,0,44,0,30,0,8,0,41,32,2,3,27,26,27,16,0,42,0,16,27,0,40,32,1,3,27,33,0,9,48,6,32,0,9,0,7,0,46,21,0,45,0,46,0,47,11,4,33,0,10,48,6,0,6,1,295,11,2,0,16,32,0,3,0,13,0,52,17,17,33,0,11,48,6,1,296,33,0,12,48,6,1,297,1,298,34,0,12,11,3,0,43,1,299,27,33,0,13,48,6,32,0,1,0,30,34,0,1,0,42,1,300,27,26,16,7,32,1,3,0,30,34,0,1,0,42,32,2,3,27,26,16,32,4,3,16,7,32,1,4,0,30,0,16,0,41,34,0,1,27,26,16,7,0,46,0,6,33,1,6,50,6,32,1,6,32,1,7,0,41,0,32,34,0,0,26,27,0,32,32,1,3,26,11,2,0,43,0,13,0,41,32,1,5,27,27,16,33,0,3,48,6,0,45,34,0,3,16,7,32,0,1,32,1,8,0,7,0,46,17,0,44,32,1,9,0,44,1,301,27,27,0,46,0,7,34,0,1,17,17,7,34,0,2,0,6,32,1,3,17,33,1,4,49,6,34,0,1,0,6,32,1,3,17,33,1,7,49,32,2,4,16,33,1,6,49,0,6,32,1,3,17,32,2,4,16,33,1,5,49,6,32,1,7,0,13,32,4,3,17,33,1,8,49,6,32,1,6,32,1,11,16,6,32,1,7,32,1,13,32,1,4,17,7,32,0,2,0,6,0,46,17,33,1,4,49,0,12,32,1,6,17,0,8,0,47,17,0,6,33,1,8,50,6,34,0,2,7,32,0,1,0,6,0,46,17,33,1,7,49,0,12,32,1,5,17,0,6,33,1,8,50,6,34,0,1,7,34,0,1,32,1,10,0,43,32,1,8,27,34,0,2,19,7,34,0,1,0,16,32,1,7,32,1,13,32,1,4,17,17,7,0,47,33,2,8,49,6,32,2,4,33,2,7,49,6,34,0,1,33,2,4,49,7] ,[provide[0],provide[1],provide[2],provide[3],provide[4],provide[5],provide[6],provide[7],provide[8],provide[9],provide[10],runtime_0[0],provide[12],provide[13],provide[14],provide[15],provide[16],provide[17],runtime_0[1],runtime_0[2],runtime_0[3],runtime_0[4],runtime_0[5],runtime_0[6],runtime_0[7],runtime_0[8],runtime_0[9],runtime_0[10],runtime_0[11],runtime_0[12],provide[18],provide[19],runtime_0[13],runtime_0[14],runtime_0[15],runtime_0[16],provide[20],provide[21],provide[22],runtime_0[17],runtime_0[18],runtime_0[19],runtime_0[20],runtime_0[21],runtime_0[22],0,1,2,Infinity,-Infinity,-1,3,8,5,4,'∾','+','-','×','÷','⋆','¬','⌊','⌈','∨','∧','≠','=','>','≥','\0','˙','√','<','⊢','⊣','≍','↑','↓','↕','⌽','⍉','/','⊔','˜','¨','⌜','˘','`','∘','○','⌾','⍟','⊘','⊸','⟜',str("+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!˙˜˘¨⌜⁼´˝`∘○⊸⟜⌾⊘◶⎉⚇⍟⎊%"),str("´: Identity not found"),str("´: 𝕩 must be a list"),str("Mapping: Equal-rank argument shapes don\'t agree"),str("Mapping: Argument shape prefixes don\'t agree"),str("⍋𝕩: 𝕩 must have rank at least 1"),str("⍋ or ⍒: Rank of 𝕨 must be at least 1"),str("⍋ or ⍒: Rank of 𝕩 must be at least cell rank of 𝕨"),str("⍋ or ⍒: 𝕨 must be sorted"),str("p⊐𝕩 or 𝕨∊p: p must have rank at least 1"),str("p⊐n or n∊p: Rank of n must be at least cell rank of p"),str("∊𝕩 or ⊐𝕩: 𝕩 must have rank at least 1"),str("𝕨⍷𝕩: Rank of 𝕨 cannot exceed rank of 𝕩"),str("/𝕩: 𝕩 must have rank 1"),str("/𝕩: 𝕩 must consist of natural numbers"),str("↑𝕩: 𝕩 must have rank at least 1"),str("↓𝕩: 𝕩 must have rank at least 1"),str("𝕨⊑𝕩: Indices in 𝕨 must consist of integers"),str("𝕨⊑𝕩: Index out of range"),str("𝕨⊏𝕩: Indices in 𝕨 must be integers"),str("𝕨⊏𝕩: Indices out of range"),str("𝕨⊑𝕩: 𝕩 must be a list when 𝕨 is a number"),str("𝕨⊑𝕩: Indices in compound 𝕨 must be lists"),str("𝕨⊑𝕩: Index length in 𝕨 must match rank of 𝕩"),str("𝕨"),str("𝕩: "),str("𝕩 must have rank at least 1 for simple 𝕨"),str("Compound 𝕨 must have rank at most 1"),str("Length of compound 𝕨 must be at most rank of 𝕩"),str("𝕨 must be an array of numbers or list of such arrays"),str("⊏𝕩: 𝕩 must have rank at least 1"),str("⊏𝕩: 𝕩 cannot have length 0"),str("⊏"),str("⊑𝕩: 𝕩 can\'t be empty"),str("⌽𝕩: 𝕩 must have rank at least 1"),str("𝕨⌽𝕩: 𝕨 must consist of integers"),str("𝕨⌽𝕩: 𝕨 too large"),str("⌽"),str("𝕨/𝕩: 𝕨 must consist of natural numbers"),str("𝕨/𝕩: Lengths of components of 𝕨 must match 𝕩"),str("𝕨/𝕩: Components of 𝕨 must have rank 0 or 1"),str("/"),str("=≠≡≢"),str("Cannot modify fill with Structural Under"),str("⌾: Incompatible result elements in structural Under"),str(">𝕩: Elements of 𝕩 must have matching shapes"),str("𝕨∾𝕩: Rank of 𝕨 and 𝕩 must differ by at most 1"),str("𝕨∾𝕩: Cell shapes of 𝕨 and 𝕩 must match"),str("∾𝕩: Elements of 𝕩 must all have the same rank"),str("∾𝕩: 𝕩 element rank must be at least argument rank"),str("∾𝕩: 𝕩 element shapes must be compatible"),str("∾𝕩: 𝕩 element trailing shapes must match"),str("∾𝕩: empty 𝕩 fill rank must be at least argument rank"),str("∾𝕩: 𝕩 must be an array"),str("⊢⊣˜∘○⊸⟜⊘◶"),str("=≠≢"),str("<"),str("≍"),str("↕/»«⊔"),str("⥊↑↓⌽⍉⊏⊑"),str("↑"),str("↓"),str("𝕩: 𝕨 must "),str("have rank at most 1"),str("consist of integers"),str("« or »: 𝕩 must have rank at least 1"),str("« or »: 𝕨 must not have higher rank than 𝕩"),str("« or »: Rank of 𝕨 must be at least rank of 𝕩 minus 1"),str("« or »: 𝕨 must share 𝕩\'s major cell shape"),str("↕𝕩: 𝕩 must consist of natural numbers"),str("↕𝕩: 𝕩 must be a number or list"),str("𝕨↕𝕩: 𝕨 must have rank at most 1"),str("𝕨↕𝕩: Length of 𝕨 must be at most rank of 𝕩"),str("𝕨↕𝕩: 𝕨 must consist of natural numbers"),str("𝕨↕𝕩: Window length 𝕨 must be at most axis length plus one"),str("˘: Argument lengths don\'t agree"),str("˝: 𝕩 must have rank at least 1"),str("˝: Identity does not exist"),str("∘⌊⌽↑"),str("𝕨⥊𝕩: 𝕨 must have rank at most 1"),str("𝕨⥊𝕩: 𝕨 must consist of natural numbers"),str("𝕨⥊𝕩: Can\'t compute axis length when rest of shape is empty"),str("𝕨⥊𝕩: 𝕨 must consist of natural numbers or ∘ ⌊ ⌽ ↑"),str("𝕨⥊𝕩: Shape must be exact when reshaping with ∘"),str("𝕨⥊𝕩: Can\'t produce non-empty array from empty 𝕩"),str("⊔: Grouping argument must consist of integers"),str("⊔: Grouping argument values cannot be less than ¯1"),str("⊔𝕩: 𝕩 must be a list"),str("𝕨⊔𝕩: Rank of simple 𝕨 must be at most rank of 𝕩"),str("𝕨⊔𝕩: Lengths of 𝕨 must equal to 𝕩, or one more only in a rank-1 component"),str("𝕨⊔𝕩: 𝕩 must be an array"),str("⎉ or ⚇: 𝔾 result must have rank at most 1"),str("⎉ or ⚇: 𝔾 result must have 1 to 3 elements"),str("⎉ or ⚇: 𝔾 result must consist of integers"),str("⍟: 𝕨𝔾𝕩 must consist of integers"),str("≥: Needs two arguments"),str("≤: Needs two arguments"),str("𝕨⊔𝕩: Compound 𝕨 must be a list"),str("𝕨⊔𝕩: Total rank of 𝕨 must be at most rank of 𝕩"),str("⊒: Rank of 𝕨 must be at least 1"),str("⊒: Rank of 𝕩 must be at least cell rank of 𝕨"),str("𝕨⍉𝕩: 𝕨 must have rank at most 1"),str("𝕨⍉𝕩: Length of 𝕨 must not exceed rank of 𝕩"),str("𝕨⍉𝕩: 𝕨 must consist of natural numbers"),str("𝕨⍉𝕩: Skipped result axis"),str("Cannot currently invert blocks"),str("Cannot invert modifier"),str("⁼: Inverse failed"),str("⁼: Inverse does not exist"),str("⁼: Inverse not found")] ,[[0,1,0],[0,0,1],[0,0,2],[0,0,3],[0,0,4],[0,0,[[],[5]]],[0,0,6],[1,1,7],[2,1,8],[1,1,9],[0,0,10],[2,1,11],[0,0,12],[1,0,13],[1,1,14],[1,1,15],[0,0,16],[0,0,17],[1,0,18],[0,0,[[],[19]]],[1,1,20],[1,1,21],[1,0,22],[0,0,[[],[23]]],[0,0,24],[0,0,25],[0,0,26],[0,0,27],[0,0,28],[0,0,29],[0,0,30],[0,0,31],[0,0,32],[0,0,[[],[33]]],[0,0,34],[0,0,[[],[35]]],[1,1,36],[0,0,37],[0,0,[[],[38]]],[0,0,[[],[39]]],[0,0,40],[0,0,41],[0,0,[[],[42]]],[0,0,[[],[43]]],[0,1,44],[0,0,45],[0,0,[[],[46]]],[0,0,47],[0,0,48],[0,0,[[],[49]]],[2,1,50],[1,0,51],[1,0,52],[0,0,53],[0,0,[[],[54]]],[2,0,55],[0,0,56],[0,0,[[],[57]]],[0,0,58],[2,1,59],[0,0,60],[0,0,61],[0,0,62],[0,0,63],[0,0,[[],[64]]],[0,0,[[],[65]]],[0,0,66],[0,0,67],[0,0,68],[0,1,69],[1,1,70],[0,0,71],[0,0,72],[0,0,73],[0,0,74],[0,0,[[],[75]]],[0,0,76],[1,0,77],[1,0,78],[0,0,[[],[79]]],[1,0,80],[0,0,81],[0,0,[[],[82]]],[0,0,[[],[83]]],[0,0,[[],[84]]],[1,1,85],[2,0,86],[2,0,87],[2,0,88],[0,0,[[],[89]]],[0,0,[[],[90]]],[0,0,[[],[91]]],[0,0,[[],[92]]],[0,0,[[],[93]]],[0,0,[[],[94]]],[0,0,[[],[95]]],[1,1,96],[2,0,97],[1,1,98],[0,0,99],[0,0,100],[0,0,[[],[101]]],[0,0,102],[0,0,103],[0,0,104],[0,0,105],[0,0,[[],[106]]],[0,0,107],[0,0,[[],[108]]],[0,0,109],[2,0,110],[0,0,111],[0,0,[[],[112]]],[0,0,113],[0,0,[[],[114]]],[0,0,115],[0,0,116],[0,0,117],[0,0,118],[0,0,119],[0,0,120],[0,0,121],[1,1,122],[0,0,[[],[123]]],[0,0,[[],[124]]],[0,0,[[],[125]]],[0,0,[[],[126]]],[0,0,[[],[127]]],[0,0,[[],[128]]],[0,0,129],[0,0,[[],[130]]],[2,0,131],[0,0,132],[0,0,133],[0,0,134],[1,0,135],[1,0,[[],[136]]],[0,0,137],[0,0,[[],[138]]],[0,0,[[],[139]]],[0,0,140],[0,0,141],[0,0,142],[0,0,143],[0,0,[[],[144]]],[0,0,[[],[145]]],[0,0,146],[2,0,147],[0,0,[[],[148]]],[0,0,149],[0,0,[[],[150]]],[0,0,[[],[151]]],[0,0,152],[1,1,153],[0,0,154],[0,0,[[],[155]]],[0,0,156],[0,0,[[],[157]]],[0,0,158],[0,0,[[],[159]]],[0,0,160],[0,0,161],[0,0,[[],[162]]],[2,0,163],[0,0,[[],[164]]],[0,0,[[],[165]]],[0,0,166],[0,0,167],[1,0,[[],[168]]],[0,0,[[],[169]]],[1,0,170],[0,0,171],[1,0,172],[2,0,[[],[173]]],[0,0,174],[0,0,175],[0,0,[[],[176]]],[0,0,177],[0,0,178],[0,0,[[],[179]]],[1,0,[[],[180]]],[1,1,181],[0,0,[[],[182]]],[0,0,[[],[183]]],[0,0,[[],[184]]],[0,0,[[],[185]]],[0,0,[[],[186]]],[0,0,[[],[187]]],[0,0,[[],[188]]],[0,0,189],[0,0,190],[1,1,191],[0,0,192],[0,0,[[],[193]]],[0,0,[[],[194]]],[0,0,195],[0,0,196],[0,0,197],[0,0,198],[0,0,199],[0,0,200],[0,0,201],[0,0,202],[0,0,203],[0,0,[[],[204]]],[0,0,205],[2,1,206],[2,1,207],[1,1,208],[1,1,209],[1,1,210],[0,0,[[],[211]]],[0,0,212],[0,0,213],[0,0,214],[0,0,[[],[215]]],[0,0,216],[0,0,[[],[217]]],[0,0,[[],[218]]],[0,0,[[],[219]]],[1,1,220],[0,0,221],[0,0,[[],[222]]],[0,0,223],[1,0,224],[0,0,225],[0,0,[[],[226]]],[0,0,227],[0,0,228],[0,0,[[],[229]]],[0,0,230],[0,0,231],[0,0,232],[0,0,233],[0,0,[[],[234]]],[0,0,235],[2,0,236],[0,0,[[],[237]]],[0,0,238],[0,0,239],[1,0,240],[0,0,241],[0,0,242],[1,0,243],[0,0,[[],[244]]],[0,0,245],[0,0,246],[1,0,247],[0,0,[[],[248]]],[0,0,[[],[249]]],[0,0,250],[0,0,251],[0,0,[[],[252]]],[0,0,253],[0,0,[[],[254]]],[0,0,255],[0,0,256],[1,0,257],[0,0,258],[0,0,259],[0,0,[[],[260]]],[0,0,261],[1,0,262],[0,0,263],[0,0,[[],[264]]],[2,0,265],[1,1,266],[1,1,267],[0,0,268],[0,0,269],[0,0,270],[0,0,271],[0,0,272],[0,0,273],[0,0,274],[0,0,275],[0,0,276],[0,0,[[],[277]]],[0,0,278],[0,0,[[],[279]]],[0,0,280],[0,0,281],[0,0,[[],[282]]],[1,1,283],[2,1,284],[0,0,285],[0,0,[[],[286]]],[0,0,287],[0,0,[[],[288]]],[0,0,289],[1,0,290],[0,0,[[],[291]]],[0,0,292],[0,0,293],[0,0,294],[0,0,295],[0,0,[[],[296]]],[0,0,[[],[297]]],[0,0,298],[0,0,299],[0,0,300],[0,0,301]] ,[[0,184],[4055,3],[4063,3],[4067,3],[4080,3],[4092,3],[4101,3],[4107,2],[4136,3],[4168,2],[4185,4],[4247,5],[4283,3],[4290,5],[4348,4],[4414,3],[4469,3],[4480,4],[4545,9],[4614,5],[4691,5],[4758,4],[4814,8],[4986,8],[5143,3],[5188,3],[5237,3],[5354,6],[5439,3],[5463,7],[5577,3],[5639,4],[5710,6],[5774,3],[5814,5],[5891,3],[5908,14],[6088,3],[6134,3],[6154,3],[6171,4],[6229,4],[6305,5],[6379,3],[6438,0],[6449,4],[6529,3],[6539,3],[6546,3],[6560,3],[6568,3],[6606,5],[6643,5],[6670,3],[6674,3],[6688,16],[6983,3],[7008,3],[7033,3],[7060,3],[7119,4],[7219,7],[7416,7],[7462,14],[7686,5],[7765,3],[7773,6],[7800,5],[7821,6],[7848,11],[8181,9],[8338,4],[8414,7],[8526,7],[8643,3],[8751,4],[8813,8],[8925,8],[8999,7],[9061,9],[9219,9],[9367,4],[9478,8],[9692,3],[9736,3],[9873,2],[9894,14],[10019,9],[10201,10],[10274,3],[10300,10],[10708,4],[10813,3],[10887,3],[10938,4],[11065,4],[11181,2],[11189,6],[11204,2],[11263,3],[11271,3],[11279,3],[11299,8],[11374,3],[11382,3],[11390,3],[11398,3],[11406,3],[11414,3],[11425,3],[11446,7],[11487,6],[11706,4],[11806,3],[11849,5],[11987,3],[12034,3],[12060,3],[12093,3],[12137,3],[12185,3],[12197,3],[12270,2],[12296,4],[12332,3],[12347,3],[12376,3],[12391,3],[12409,3],[12423,3],[12433,3],[12485,6],[12513,3],[12541,3],[12549,3],[12557,5],[12592,12],[12765,3],[12776,3],[12796,3],[12816,3],[12827,3],[12838,3],[12853,7],[12926,6],[12972,3],[12990,3],[12997,6],[13032,10],[13209,4],[13265,11],[13466,4],[13533,3],[13558,2],[13573,3],[13600,7],[13741,3],[13770,3],[13780,3],[13799,3],[13809,3],[13818,3],[13828,3],[13845,11],[13918,6],[14021,8],[14099,3],[14107,3],[14149,7],[14175,9],[14421,5],[14437,6],[14559,5],[14592,6],[14621,3],[14631,3],[14641,4],[14680,4],[14703,3],[14711,3],[14736,6],[14832,2],[14882,8],[15063,11],[15268,3],[15327,3],[15354,3],[15371,3],[15388,8],[15570,3],[15584,3],[15615,2],[15649,3],[15684,3],[15705,3],[15726,5],[15797,3],[15817,8],[16047,3],[16115,3],[16145,3],[16176,3],[16210,5],[16277,3],[16286,3],[16299,3],[16303,3],[16311,3],[16321,2],[16335,2],[16350,6],[16444,3],[16454,3],[16461,9],[16595,3],[16621,3],[16639,3],[16663,3],[16684,3],[16695,3],[16708,2],[16712,3],[16748,5],[16850,3],[16897,5],[16920,3],[16937,14],[17221,13],[17418,3],[17461,4],[17544,3],[17580,3],[17609,3],[17620,4],[17656,7],[17793,10],[17983,6],[18018,3],[18083,3],[18111,4],[18134,5],[18145,4],[18156,4],[18167,5],[18187,4],[18262,3],[18295,3],[18325,5],[18350,3],[18416,3],[18430,3],[18441,5],[18540,4],[18669,3],[18693,3],[18739,3],[18772,3],[18801,5],[18833,3],[18869,3],[18895,3],[18923,3],[18945,5],[18955,3],[18988,3],[19008,6],[19023,2],[19031,2],[19039,5],[19077,3],[19087,3],[19103,5],[19154,3],[19179,6],[19288,3],[19328,3],[19369,5],[19419,6],[19556,3],[19564,8],[19621,5],[19650,3],[19665,3],[19715,2],[19733,3],[19754,3],[19772,3],[19801,3],[19820,3],[19839,6],[19918,5],[19933,14],[20097,3],[20118,3],[20134,4],[20190,3],[20222,3],[20305,3],[20339,3],[20368,3],[20385,3],[20402,3]] @@ -402,10 +402,10 @@ let glyph = x => { // Compiler runtime[42] = assertFn("Compiler"); let compgen_raw = run( - [15,1,25,31,0,1,22,0,3,22,0,4,22,0,5,4,3,11,14,0,58,0,0,0,87,6,22,0,6,11,14,31,0,3,31,0,4,31,0,5,21,0,6,0,21,0,93,6,0,94,0,95,0,96,0,97,0,98,0,99,0,20,0,60,0,50,3,2,6,0,43,0,33,7,0,59,6,0,100,0,58,0,25,5,0,0,0,88,6,0,61,22,0,7,11,0,25,5,0,45,0,0,7,0,102,6,0,20,5,0,42,0,21,7,0,101,6,0,62,0,0,0,87,6,0,21,0,105,6,0,21,0,104,0,24,0,59,6,6,0,21,0,103,6,0,106,3,15,0,44,0,13,7,0,11,0,51,0,22,8,0,21,10,5,22,0,8,22,0,9,4,2,11,14,21,0,9,0,49,0,0,7,0,27,0,63,10,0,53,0,42,0,44,0,22,7,7,8,5,22,0,10,22,0,11,22,0,12,22,0,13,22,0,14,22,0,15,22,0,16,22,0,17,22,0,18,22,0,19,22,0,20,22,0,21,22,0,22,22,0,23,22,0,24,4,15,11,14,0,34,0,53,0,1,8,0,12,0,9,0,15,0,52,0,63,8,10,0,34,0,52,0,64,8,10,22,0,25,11,14,21,0,13,0,34,5,22,0,26,11,14,0,65,0,1,0,53,0,22,8,5,0,0,21,0,19,6,22,0,27,11,14,21,0,19,0,34,5,0,0,0,66,6,22,0,28,11,14,0,13,0,11,0,64,10,0,42,0,30,7,0,107,10,0,53,0,21,8,22,0,29,11,14,15,2,22,0,30,11,14,15,3,21,0,8,7,22,0,31,11,14,21,0,20,0,34,5,22,0,32,11,0,0,0,64,6,22,0,33,11,14,0,64,0,68,0,69,0,59,0,59,0,70,0,59,0,63,3,2,0,71,0,63,0,65,0,72,3,2,0,30,5,0,8,5,3,10,0,41,31,0,9,7,0,23,0,13,10,0,53,0,42,0,44,0,20,7,7,8,5,0,21,5,0,42,0,21,7,0,67,6,22,0,34,11,14,0,2,0,49,0,6,7,9,22,0,35,11,14,21,0,35,0,52,0,13,0,50,0,25,8,8,22,0,36,11,14,21,0,35,0,52,0,13,0,50,0,25,8,0,0,0,64,10,8,22,0,37,11,14,0,18,0,30,0,10,10,0,42,0,21,7,0,30,0,21,10,0,64,10,22,0,38,11,14,15,4,22,0,39,11,14,15,5,22,0,40,11,14,15,6,22,0,41,11,14,15,7,22,0,42,11,25,31,0,1,0,11,5,0,44,15,8,7,31,0,4,6,0,21,5,25,21,1,30,21,1,29,0,52,0,108,8,0,109,0,19,3,3,7,0,40,9,22,0,2,11,14,21,0,1,0,53,0,33,8,0,53,0,17,0,57,0,18,0,30,0,13,10,0,50,31,0,2,8,8,8,0,18,0,19,10,22,0,3,11,14,21,0,1,0,31,5,22,0,4,11,14,0,19,0,31,31,0,1,0,33,21,0,4,6,10,0,6,0,64,10,0,42,0,1,7,0,64,10,0,42,0,33,7,31,0,4,10,31,0,3,0,19,10,25,31,0,2,22,0,3,22,0,4,4,2,11,14,0,89,0,14,21,0,1,6,22,0,5,11,14,0,90,0,14,21,0,1,6,22,0,6,11,0,9,0,52,0,26,0,52,0,63,0,63,3,2,8,8,5,0,30,5,22,0,7,11,14,0,91,0,14,21,0,1,6,22,0,8,11,0,30,5,22,0,9,11,14,21,0,7,21,0,9,0,24,0,59,6,21,0,5,0,30,5,3,3,0,21,5,22,0,10,11,0,31,5,22,0,11,11,14,21,0,10,0,33,21,0,11,6,22,0,10,12,14,31,0,7,0,0,0,68,6,31,0,9,0,24,0,64,6,0,64,0,21,21,1,6,0,14,21,0,1,6,6,0,30,5,0,30,0,52,21,0,5,0,49,0,0,7,5,0,21,0,63,6,0,53,0,33,0,50,0,27,0,53,0,1,8,8,8,8,5,3,3,0,21,5,0,33,31,0,11,6,22,0,12,11,14,0,19,0,34,0,59,10,0,14,0,63,10,0,57,15,9,8,22,0,13,11,14,0,30,0,52,21,0,12,0,31,21,0,10,6,0,44,0,63,7,0,21,0,64,10,21,0,13,0,13,0,53,0,21,8,10,0,23,0,13,10,5,8,0,46,0,30,7,9,0,23,21,0,1,0,13,5,10,22,0,14,11,14,31,0,10,21,0,14,5,22,0,15,11,14,31,0,12,31,0,14,5,22,0,16,11,14,21,0,16,0,10,21,0,15,6,22,0,17,11,0,49,0,13,7,0,64,6,22,0,18,11,14,21,0,18,0,11,31,0,16,6,0,9,21,0,8,0,10,21,0,6,6,6,0,47,0,10,7,0,57,15,10,8,5,14,0,92,0,14,21,0,1,6,0,9,21,0,18,6,22,0,19,11,14,31,0,6,0,9,21,0,15,6,0,27,5,0,10,21,0,19,6,0,30,5,22,0,20,11,14,21,0,20,31,0,19,0,53,0,33,8,0,2,0,87,0,1,0,92,6,10,0,1,21,0,1,0,53,0,33,8,10,5,22,0,21,11,14,21,0,8,0,9,22,0,15,13,0,26,5,0,9,21,0,8,6,22,0,22,11,0,12,22,0,18,13,14,31,0,17,0,9,31,0,8,6,0,49,0,13,7,5,0,11,0,64,0,53,0,21,8,0,51,0,2,0,52,0,49,0,0,7,8,8,0,18,10,31,0,22,0,27,5,0,12,31,0,15,6,22,0,23,11,6,0,42,0,1,7,0,64,6,0,42,0,39,7,21,0,1,6,22,0,24,11,14,21,0,18,0,30,5,22,0,25,11,14,21,0,18,0,27,0,64,6,0,30,5,0,23,0,52,0,13,8,21,0,25,6,22,0,26,11,14,21,0,25,31,0,5,0,53,0,33,8,0,2,0,1,10,21,0,26,6,0,1,22,0,26,13,14,31,0,1,0,33,21,0,25,6,21,1,31,5,22,0,27,11,14,21,1,21,21,1,25,21,0,27,6,0,26,5,0,12,21,1,20,0,34,5,0,14,21,0,27,6,6,22,0,28,11,14,21,1,28,0,14,21,0,27,6,22,0,29,11,14,21,1,23,0,34,0,51,0,42,0,1,7,0,22,0,18,10,8,21,1,20,6,21,1,25,21,0,27,6,0,11,31,0,28,6,0,10,21,0,29,6,22,0,30,11,0,11,0,52,0,27,8,5,22,0,31,11,14,21,1,22,0,47,0,0,7,5,0,0,0,59,6,0,14,21,0,27,6,22,0,32,11,14,21,1,23,0,34,5,0,14,21,0,27,6,22,0,33,11,14,21,0,32,0,12,21,0,30,6,0,18,0,30,0,10,10,0,26,0,30,0,19,10,0,64,10,0,11,0,30,10,21,0,31,6,0,47,0,10,7,0,57,15,11,8,5,14,21,0,27,0,30,21,0,31,6,0,42,0,1,7,21,1,22,0,34,5,6,0,42,0,3,0,50,0,5,8,7,21,1,7,6,0,2,21,0,29,0,30,21,0,31,6,0,8,5,6,22,0,34,11,14,21,1,22,0,34,5,0,0,21,1,7,6,0,16,21,0,27,6,0,9,21,0,30,6,0,2,21,1,7,6,0,1,22,0,27,13,14,21,0,30,0,26,5,0,12,21,0,33,6,0,47,0,10,7,0,57,15,12,8,5,14,21,0,33,0,10,0,52,0,27,8,5,0,13,22,0,31,13,14,31,0,33,0,30,21,0,31,6,0,19,0,0,0,8,0,53,0,2,8,10,0,63,0,16,21,0,34,6,0,2,0,68,6,6,22,0,35,11,0,11,0,63,6,22,0,36,11,14,21,0,36,0,8,5,0,21,0,63,6,0,33,21,0,31,0,49,0,0,7,5,6,0,9,21,0,30,6,22,0,37,11,0,12,21,0,30,6,22,0,38,11,14,21,0,30,0,2,21,0,27,6,0,21,0,52,0,63,8,0,30,21,0,37,0,21,0,63,6,0,26,0,53,0,10,8,5,0,11,21,0,32,0,21,0,63,6,6,10,0,51,21,1,40,8,21,0,26,6,22,0,39,11,14,31,0,34,0,30,21,0,36,6,0,14,0,52,0,68,8,0,53,0,9,8,0,0,0,19,10,21,0,38,0,11,0,52,0,26,8,5,0,42,0,30,7,21,0,32,6,6,22,0,40,11,14,21,0,37,0,12,21,0,31,6,0,49,0,0,7,5,0,2,21,0,32,0,12,21,0,38,6,6,22,0,41,11,0,11,0,52,0,49,0,6,7,0,27,9,8,5,22,0,42,11,14,21,0,29,0,30,21,0,42,6,0,11,21,0,35,0,30,31,0,36,6,0,14,0,64,6,6,22,0,43,11,14,21,0,31,22,0,44,11,0,9,31,0,37,6,0,10,21,0,42,6,22,0,31,12,14,21,0,29,0,30,21,0,31,6,0,8,5,0,42,0,30,7,22,0,35,13,0,30,0,52,0,11,0,52,0,63,8,8,5,0,14,0,64,6,22,0,45,11,14,21,0,43,0,21,0,63,6,0,33,21,0,41,6,0,11,0,52,21,0,42,8,0,10,0,13,0,52,21,0,29,8,10,5,0,9,21,0,32,0,12,31,0,38,6,6,0,47,0,10,7,0,57,15,13,8,5,14,31,0,42,0,11,21,0,29,6,0,30,5,21,0,27,0,53,0,33,8,0,12,21,1,22,0,34,5,10,0,11,21,0,45,10,0,53,0,19,0,47,0,10,7,9,0,57,15,14,8,8,5,14,31,0,43,0,8,5,0,2,0,52,0,49,0,0,7,8,5,0,21,0,63,6,0,42,0,1,7,0,64,6,0,33,22,0,41,13,14,21,1,8,0,33,21,0,27,6,0,39,31,0,41,6,0,39,0,68,0,21,31,0,45,6,6,0,34,0,54,0,21,0,52,21,0,4,8,8,5,22,0,46,11,14,31,0,18,0,27,5,0,49,0,0,7,5,0,33,31,0,23,0,30,5,0,21,31,0,20,6,6,0,21,31,0,29,0,12,21,0,31,6,0,30,5,0,33,0,52,0,32,8,31,0,35,6,6,22,0,47,11,14,31,0,39,31,0,21,31,0,24,3,3,0,21,31,0,46,6,22,0,48,11,14,21,0,48,0,44,0,35,7,5,22,0,49,11,0,42,0,44,0,30,0,52,0,49,0,6,7,0,27,0,59,10,0,12,0,19,10,8,7,7,22,0,48,13,14,21,0,48,0,34,0,52,0,64,8,0,54,31,0,3,8,5,22,0,48,12,14,21,1,23,21,1,25,21,0,27,6,0,10,21,0,30,6,0,8,5,22,0,50,11,14,31,0,44,0,10,21,0,50,6,0,42,0,30,7,22,0,26,13,14,31,0,30,0,26,0,53,0,12,8,5,0,10,21,0,50,6,0,42,0,30,7,22,0,25,13,14,21,0,27,0,33,0,52,31,0,47,8,0,54,21,0,48,0,44,0,13,7,5,22,0,51,11,0,27,21,1,33,6,0,49,0,0,7,5,0,0,31,0,49,6,0,21,5,0,24,0,52,0,13,8,31,0,4,6,8,5,0,30,31,0,50,0,10,21,0,31,6,6,22,0,27,12,14,21,1,13,0,34,0,53,0,1,8,0,2,21,1,25,10,21,0,27,6,0,1,22,0,27,13,14,21,1,26,0,14,21,0,27,6,0,42,0,21,7,0,13,0,21,10,0,64,6,0,30,5,0,24,0,64,6,0,24,0,59,6,22,0,52,11,0,44,0,64,7,5,0,49,0,13,7,5,22,0,53,11,14,21,0,27,0,33,21,0,53,0,1,21,0,52,6,6,0,0,0,52,21,0,53,8,0,42,0,37,7,21,1,16,0,34,5,0,0,0,69,0,65,3,2,6,10,0,10,21,1,14,0,53,21,1,25,8,10,5,0,26,0,53,0,10,8,5,0,12,31,0,53,6,0,42,0,30,7,31,0,52,6,22,0,54,11,14,21,1,26,0,13,21,0,27,6,0,33,0,52,31,0,54,8,0,54,0,44,0,64,7,8,5,0,42,15,15,7,22,0,27,13,14,31,0,51,0,23,0,68,6,0,47,0,0,7,5,0,22,21,1,33,6,21,1,25,21,0,27,6,0,10,21,1,28,0,14,21,0,27,6,6,22,0,55,11,14,0,63,0,21,21,1,34,6,0,33,21,0,27,0,5,21,1,33,6,6,0,30,0,52,31,0,55,8,0,54,31,0,40,8,5,22,0,56,11,14,21,0,27,0,15,0,52,0,0,0,52,0,69,8,8,0,0,0,65,10,0,2,0,65,0,53,0,22,8,21,1,25,0,19,10,10,21,1,19,0,34,5,6,0,0,22,0,27,13,14,21,0,27,0,14,0,2,0,58,10,0,0,0,11,10,21,1,32,6,0,1,22,0,27,13,14,31,0,27,31,0,56,31,0,48,21,0,26,21,0,25,3,5,25,15,16,22,0,3,11,14,21,1,30,21,1,29,0,52,0,115,8,0,116,21,1,8,0,53,0,33,8,0,117,3,4,7,22,0,4,11,14,21,1,20,0,47,0,25,0,53,0,0,8,7,5,0,21,0,118,0,47,0,1,7,5,0,0,21,1,22,0,34,5,6,6,0,44,21,0,1,0,53,0,14,8,7,5,22,0,5,22,0,6,22,0,7,22,0,8,22,0,9,4,5,11,14,21,1,22,0,34,5,0,11,21,0,1,6,0,10,21,0,5,6,0,8,5,0,10,21,1,28,0,14,21,0,1,6,6,21,0,2,21,0,3,21,0,1,0,53,0,30,8,0,50,31,0,4,8,8,5,14,21,0,1,0,14,0,63,6,22,0,10,11,0,10,21,0,5,6,22,0,11,11,0,10,21,0,6,6,22,0,12,11,14,21,0,11,0,10,21,0,7,6,0,8,5,22,0,13,11,14,21,0,11,0,27,5,0,12,21,0,7,6,21,0,2,21,0,3,0,119,8,5,14,21,0,12,0,10,21,0,7,6,0,9,21,0,12,0,26,0,64,6,6,21,0,2,21,0,3,0,120,8,5,14,21,0,1,0,30,21,0,12,6,0,11,0,52,0,27,8,0,10,0,14,0,52,0,63,8,10,5,0,8,5,21,0,2,0,30,31,0,12,10,21,0,3,0,121,8,5,14,21,0,5,0,27,5,0,12,21,0,7,6,0,10,21,0,10,6,0,26,0,10,31,0,5,0,26,5,0,9,21,0,8,6,10,0,9,0,27,10,0,64,6,0,12,21,0,9,0,10,31,0,8,6,6,31,0,2,31,0,3,0,122,8,5,14,21,0,13,0,9,0,52,0,8,21,1,37,0,51,0,12,8,21,1,21,0,34,5,0,13,21,0,1,6,0,11,21,0,6,6,10,0,15,0,26,10,8,5,22,0,14,11,0,9,0,52,0,49,0,0,7,21,1,35,0,1,0,19,10,0,8,10,0,16,0,73,10,8,5,22,0,15,11,14,21,1,20,0,34,5,0,0,0,64,6,0,1,31,0,1,6,0,2,21,0,15,6,0,30,21,0,6,0,8,5,6,0,42,0,33,7,0,58,0,25,5,0,21,0,74,0,64,3,2,6,0,21,0,59,6,6,22,0,16,11,14,21,0,16,0,49,0,0,0,52,0,58,0,53,0,2,8,8,0,2,0,15,0,52,0,63,8,10,7,0,63,6,0,30,31,0,16,0,15,0,63,6,0,26,0,53,0,12,8,5,6,22,0,17,11,14,31,0,7,0,27,5,0,30,31,0,13,0,27,0,53,0,12,8,5,22,0,18,11,6,0,42,0,33,7,0,64,0,59,3,2,6,0,2,22,0,17,13,14,31,0,10,0,30,31,0,11,6,22,0,19,11,14,31,0,14,0,26,0,53,0,12,8,0,30,9,0,51,0,1,0,52,31,0,6,0,26,5,21,1,37,5,0,53,0,33,8,8,0,19,0,2,0,11,10,0,1,0,52,0,27,8,10,0,1,0,1,10,8,31,0,15,6,0,30,21,0,19,6,22,0,20,11,14,21,0,19,0,8,5,0,2,21,0,17,6,0,26,5,0,30,21,0,19,6,0,42,0,1,7,31,0,20,6,22,0,21,11,0,7,5,0,4,0,58,6,22,0,22,11,14,0,64,0,75,3,2,0,33,31,0,9,0,30,31,0,18,6,6,0,2,31,0,17,6,0,30,31,0,19,6,0,30,0,52,21,0,21,0,11,0,63,6,8,0,54,0,2,8,21,0,22,6,0,30,0,52,31,0,21,0,12,0,63,6,8,0,54,0,42,0,3,7,8,31,0,22,6,25,31,0,2,22,0,3,22,0,4,22,0,5,22,0,6,22,0,7,4,5,11,14,31,0,4,0,13,5,22,0,8,11,14,15,17,22,0,9,11,14,15,18,22,0,10,11,14,21,0,1,0,13,5,0,11,0,63,6,0,40,0,127,6,14,21,1,16,21,1,25,21,0,1,6,0,2,21,0,3,0,2,0,68,6,0,1,0,59,6,6,22,0,11,11,0,49,0,0,7,5,22,0,12,11,0,31,5,22,0,13,11,14,0,59,0,14,21,0,3,6,0,33,21,0,13,6,22,0,14,11,14,21,0,1,0,33,21,0,13,6,22,0,15,11,0,30,0,52,0,63,0,53,0,11,8,8,0,42,0,1,7,0,64,10,0,17,0,57,31,0,9,8,0,30,0,52,0,63,0,53,0,12,8,8,10,21,0,11,0,33,21,0,13,6,6,14,31,0,12,0,34,21,0,13,0,34,5,6,0,15,0,63,6,0,40,0,128,6,14,21,0,15,0,30,21,0,14,6,0,14,0,52,21,1,26,8,0,9,0,52,0,27,8,0,14,0,52,21,1,16,0,34,5,8,10,5,21,0,13,0,30,21,0,14,10,21,0,10,0,129,8,5,14,31,0,14,0,21,0,64,6,0,9,0,52,0,26,0,52,0,64,8,8,5,15,19,5,14,0,67,0,14,21,0,3,6,22,0,16,11,0,10,0,52,0,26,8,5,22,0,17,11,14,21,0,11,0,0,21,0,3,6,0,15,0,63,6,0,11,21,0,16,6,0,26,5,22,0,18,11,0,12,21,1,15,0,34,5,0,14,21,0,1,6,6,0,1,22,0,3,13,14,21,0,3,0,15,0,63,6,0,11,21,0,16,6,0,27,5,0,9,31,0,18,6,0,12,21,0,3,0,71,0,53,0,15,8,0,9,0,11,0,52,0,76,8,10,5,6,0,13,0,50,0,25,8,21,0,10,0,131,8,5,14,21,1,32,21,0,8,3,2,21,1,25,21,0,1,6,0,26,5,0,12,21,0,16,6,0,13,0,50,0,25,8,21,0,10,0,132,8,5,14,0,71,0,14,21,0,3,6,0,10,0,52,0,26,8,5,22,0,19,11,0,33,0,52,21,0,13,0,33,0,52,21,0,17,0,53,0,33,8,0,31,9,8,5,8,0,54,0,27,8,5,22,0,20,11,14,21,0,20,0,10,21,0,19,6,0,8,5,22,0,21,11,14,21,1,16,0,34,5,0,0,0,64,6,0,14,21,0,1,6,22,0,22,11,14,21,1,18,0,34,5,0,14,21,0,1,6,0,2,0,68,6,0,0,21,1,27,0,34,5,0,0,0,68,6,0,14,21,0,1,6,6,0,33,21,0,22,0,8,5,21,1,36,5,6,22,0,23,11,14,0,63,22,0,24,11,14,21,0,23,0,13,5,0,25,5,22,0,25,11,14,15,20,22,0,26,11,14,21,0,21,0,8,5,0,2,21,0,23,6,21,0,26,0,133,7,5,14,21,0,17,0,10,21,0,19,6,22,0,27,11,0,33,21,0,13,6,0,31,5,0,42,0,33,7,22,0,13,13,14,21,0,3,0,13,5,0,25,5,0,33,0,52,21,0,13,8,0,54,0,27,0,52,0,13,8,8,5,22,0,28,11,14,0,59,0,14,21,0,3,6,0,10,31,0,27,6,0,33,21,0,13,6,0,21,0,64,6,0,0,0,52,0,49,0,0,7,8,5,0,31,5,0,42,0,33,7,0,8,0,31,0,53,0,42,0,33,7,8,10,0,33,0,52,0,31,8,0,18,10,21,0,13,0,21,0,59,6,6,0,24,0,59,6,0,49,0,0,7,5,0,31,5,22,0,29,11,14,21,1,16,0,34,5,0,0,0,68,6,0,68,3,2,21,1,25,21,0,1,6,0,2,21,0,11,6,0,33,21,0,29,6,22,0,30,11,0,49,0,0,7,5,22,0,31,11,0,31,5,22,0,32,11,14,21,0,32,0,42,0,33,7,22,0,29,13,14,21,0,32,0,42,0,33,7,22,0,31,13,14,21,0,32,0,42,0,33,7,22,0,30,13,14,21,0,29,0,42,0,33,7,22,0,1,13,14,21,0,29,0,42,0,33,7,22,0,16,13,14,21,0,29,0,42,0,33,7,22,0,5,13,14,21,0,29,0,42,0,33,7,22,0,6,13,14,21,0,11,0,33,21,0,29,6,0,42,0,1,7,21,0,30,6,22,0,11,12,0,49,0,0,7,5,0,31,5,22,0,13,12,14,21,0,16,0,10,0,52,0,26,8,5,0,33,21,0,13,6,0,31,5,0,42,0,33,7,22,0,13,13,14,21,0,29,0,33,21,0,13,6,22,0,33,11,14,21,0,19,0,1,21,0,20,6,0,33,21,0,33,6,0,12,0,30,0,51,0,1,8,0,11,10,0,63,6,0,42,0,3,7,0,68,6,0,0,0,64,6,22,0,34,11,14,21,1,16,0,34,5,0,0,0,65,6,0,14,21,0,1,6,0,33,21,0,13,6,0,30,5,22,0,35,11,14,0,63,0,12,21,0,30,6,22,0,36,11,14,0,63,0,11,31,0,30,6,0,30,5,22,0,37,11,14,31,0,11,0,33,21,0,13,6,0,12,21,0,13,0,53,0,30,8,0,11,9,0,51,0,22,8,0,11,10,0,63,6,0,44,0,21,7,21,0,36,0,30,5,21,0,37,3,2,6,22,0,38,11,14,21,0,19,0,33,21,0,33,6,0,31,5,22,0,39,11,0,42,0,33,7,22,0,13,13,14,21,0,29,0,33,21,0,13,6,22,0,33,12,14,21,0,13,0,31,5,22,0,40,11,14,21,1,14,0,34,5,0,14,21,0,1,6,22,0,41,11,14,21,1,14,0,34,5,0,0,0,64,6,0,14,21,0,1,6,22,0,42,11,14,21,0,42,0,10,21,0,41,6,0,11,21,0,36,0,49,0,10,7,5,6,0,13,0,50,0,25,8,21,0,10,0,134,8,5,14,21,0,42,0,10,31,0,36,6,22,0,43,11,0,49,0,0,7,5,22,0,44,11,14,0,19,21,1,38,0,50,0,8,8,21,0,43,10,22,0,45,11,14,21,0,41,21,0,45,5,22,0,46,11,14,21,0,42,0,30,21,0,43,6,22,0,47,11,0,8,5,0,21,0,64,6,22,0,48,11,14,21,0,47,0,26,0,53,0,10,8,5,0,21,0,63,6,22,0,49,11,14,21,0,46,0,24,0,9,21,0,47,10,0,11,0,24,0,52,0,1,8,10,0,64,6,21,0,43,0,30,9,21,0,10,0,135,8,5,14,21,0,46,0,24,0,59,6,0,12,21,0,47,6,0,9,0,52,0,27,8,5,21,0,43,0,30,9,21,0,10,0,136,8,5,14,31,0,42,0,30,5,0,21,21,0,37,6,0,33,31,0,47,0,26,5,0,31,5,0,31,5,6,22,0,50,11,14,21,0,41,0,10,21,0,43,6,0,33,0,52,21,0,13,0,28,5,8,0,54,21,1,36,0,53,0,42,0,33,7,8,8,31,0,41,6,22,0,51,11,0,30,5,22,0,52,11,14,21,0,52,0,42,0,33,7,21,0,29,6,21,0,3,0,53,0,33,8,0,2,21,0,21,0,53,0,33,8,10,5,22,0,53,11,14,21,0,53,0,14,0,59,6,22,0,54,11,0,26,0,0,0,27,0,52,0,64,8,10,5,22,0,55,11,0,14,0,68,6,22,0,56,11,14,21,0,51,0,33,21,0,52,0,30,21,0,54,6,0,0,0,64,6,6,21,0,52,0,30,21,0,54,10,21,0,10,0,137,8,5,14,21,0,53,0,15,0,68,6,22,0,57,11,0,11,21,0,56,6,0,19,0,9,0,69,0,14,21,0,53,6,10,0,26,9,0,10,0,27,10,5,22,0,58,11,14,31,0,57,0,10,21,0,54,6,0,9,21,0,58,6,21,0,52,21,0,10,0,138,8,5,14,31,0,55,0,14,0,64,6,0,9,21,0,53,0,14,0,63,6,6,0,11,21,0,58,6,22,0,59,11,0,10,21,0,58,6,0,8,5,22,0,60,11,14,21,0,54,0,30,21,0,60,6,0,14,0,52,0,27,0,52,0,64,8,8,5,21,0,52,0,30,21,0,60,10,21,0,10,0,139,8,5,14,21,0,20,0,33,21,0,29,6,0,8,5,0,2,21,0,1,6,0,33,21,0,52,6,22,0,61,11,0,31,21,0,8,0,21,21,1,27,6,0,49,0,0,7,5,6,0,42,0,1,7,0,64,6,0,7,0,69,6,22,0,62,11,14,21,0,62,0,14,0,68,6,0,9,21,0,53,0,14,0,63,6,6,0,9,21,0,56,6,22,0,63,11,0,0,22,0,59,13,0,12,21,0,60,6,22,0,64,11,14,21,0,63,0,0,22,0,53,13,14,21,0,53,0,5,0,68,6,0,42,0,1,7,0,64,6,0,2,0,69,6,0,2,21,0,64,6,0,0,21,0,53,0,14,0,69,6,0,26,5,0,0,0,67,6,0,2,31,0,58,6,6,0,0,21,0,54,0,26,5,0,11,21,0,63,6,0,0,0,64,6,0,2,21,0,59,6,6,22,0,65,11,14,21,1,27,0,34,5,0,0,21,0,65,6,0,13,31,0,61,6,0,9,21,0,62,0,14,0,63,6,6,21,0,52,21,0,10,0,140,8,5,14,21,0,53,0,14,0,63,6,0,9,21,0,56,6,0,10,21,0,54,6,0,8,5,0,2,22,0,62,13,14,21,0,54,0,12,22,0,60,13,14,21,0,60,0,42,0,30,7,22,0,53,13,14,21,0,59,0,30,21,0,54,0,27,0,64,6,6,22,0,66,11,14,21,0,48,0,26,0,11,0,19,10,0,64,6,0,11,21,0,46,0,27,5,6,0,26,0,53,0,1,8,5,0,0,0,64,6,22,0,67,11,14,21,0,67,0,30,0,52,21,0,46,8,0,54,21,0,62,0,13,0,63,6,22,0,68,11,0,0,0,64,6,0,2,21,0,59,6,0,6,21,0,56,6,0,2,0,52,0,8,8,31,0,63,6,0,27,5,0,30,21,0,54,6,8,5,22,0,67,12,14,0,63,0,21,21,0,66,6,0,33,0,52,0,49,0,0,7,8,21,0,54,6,0,12,31,0,59,6,21,0,52,21,0,10,0,141,8,5,14,0,68,0,13,21,0,62,6,0,12,31,0,64,6,21,0,52,21,0,10,0,142,8,5,14,21,0,53,0,14,0,64,6,0,10,22,0,66,13,14,21,0,51,0,33,0,52,21,0,52,8,0,54,21,0,68,0,8,5,8,5,22,0,69,11,14,31,0,52,0,30,21,0,68,6,0,42,0,33,7,21,0,40,6,22,0,70,11,14,31,0,62,0,30,21,0,68,6,0,14,0,68,6,22,0,71,11,14,0,14,0,52,21,0,1,0,31,21,1,27,0,34,5,0,0,0,63,0,69,0,65,0,72,3,4,6,6,8,21,0,45,9,22,0,72,11,14,21,1,27,21,1,25,21,0,1,6,0,11,21,0,51,6,0,30,5,22,0,73,11,14,0,64,21,0,72,5,22,0,74,11,14,0,69,31,0,72,0,51,0,19,0,2,0,68,10,0,6,0,18,10,8,0,68,6,22,0,75,11,0,0,0,52,0,11,0,52,0,63,8,0,10,21,0,74,10,8,5,22,0,76,11,14,21,0,74,0,30,21,0,46,6,0,11,21,0,66,6,0,11,31,0,56,0,30,31,0,60,6,6,0,10,21,0,76,0,30,21,0,46,6,0,11,21,0,53,6,6,21,0,43,0,50,0,30,8,0,21,0,63,10,0,30,21,0,46,10,21,0,10,0,143,8,5,14,21,0,76,0,30,0,52,21,0,46,8,0,54,31,0,53,8,5,22,0,76,12,0,42,0,1,7,0,64,6,0,6,22,0,75,13,14,21,0,74,0,30,0,52,21,0,46,8,0,54,0,6,0,52,31,0,66,8,8,5,22,0,74,12,14,21,0,76,0,34,5,0,11,0,63,6,21,0,1,0,50,15,21,8,0,30,9,21,0,10,0,144,8,5,14,21,0,74,0,12,21,0,49,6,0,24,0,64,6,21,0,43,0,30,9,21,0,10,0,145,8,5,14,21,0,75,0,13,0,52,0,27,8,5,0,11,21,0,48,6,0,24,0,64,6,21,0,43,0,30,9,21,0,10,0,146,8,5,14,21,0,74,0,2,0,69,6,0,0,0,63,0,68,0,69,3,3,0,33,21,0,75,6,6,22,0,77,11,14,21,0,74,0,30,31,0,46,6,0,8,5,0,2,0,69,6,0,33,31,0,54,0,49,0,0,7,5,0,27,5,6,0,1,22,0,65,13,14,21,0,3,0,33,0,52,21,0,29,0,33,21,0,37,6,8,0,54,31,0,76,0,30,21,0,48,6,0,24,0,64,6,8,5,0,2,21,0,21,6,0,42,0,1,7,21,0,19,6,22,0,3,12,14,31,0,21,0,9,31,0,22,6,22,0,78,11,14,0,63,0,11,21,0,3,6,0,42,0,21,7,0,64,6,0,33,21,0,28,6,22,0,79,11,0,27,5,0,9,21,0,78,6,22,0,80,11,14,21,0,3,0,33,21,0,80,0,8,5,21,1,36,5,6,0,2,21,0,80,6,0,0,21,0,3,6,0,19,0,15,0,68,10,0,11,21,0,79,10,0,1,0,19,10,0,6,0,19,0,14,0,69,10,0,2,31,0,79,0,0,0,64,6,10,0,42,0,21,7,0,63,10,0,33,31,0,28,10,10,5,22,0,81,11,14,21,0,81,0,33,0,0,0,6,0,64,10,0,5,0,19,10,31,0,80,0,8,5,0,49,0,0,7,5,0,53,0,19,0,1,0,33,10,8,10,0,63,0,14,21,0,81,6,0,9,21,0,78,6,0,8,5,21,1,36,5,6,0,6,22,0,81,13,14,21,0,81,0,27,5,0,2,31,0,78,6,0,0,22,0,3,13,14,21,0,23,0,14,0,64,6,0,9,21,0,81,0,13,0,63,6,6,0,10,22,0,24,13,0,8,5,0,2,22,0,23,13,14,21,0,23,0,1,21,0,23,0,14,0,63,6,0,2,21,0,81,6,6,22,0,81,12,14,0,59,0,14,21,0,3,6,0,27,0,64,6,0,9,0,76,0,14,21,0,3,6,6,0,1,22,0,3,13,14,0,63,0,14,21,0,3,6,0,27,5,0,12,0,67,0,14,21,0,3,6,6,21,0,29,0,50,0,31,8,21,0,10,0,147,8,5,14,31,0,17,0,19,0,1,0,8,0,53,0,2,8,10,22,0,3,13,14,21,1,32,0,1,21,0,1,6,22,0,82,11,14,31,0,38,0,47,15,22,7,5,14,21,0,13,0,42,0,33,7,22,0,1,13,14,31,0,51,0,33,21,0,13,6,22,0,83,11,14,21,0,33,0,42,0,33,7,22,0,3,13,14,21,0,33,0,42,0,33,7,22,0,81,13,14,31,0,19,0,12,31,0,20,6,0,33,21,0,33,6,0,30,5,0,21,31,0,39,0,31,5,0,33,21,0,35,6,6,22,0,35,12,14,21,0,3,0,70,0,53,0,15,8,0,9,0,11,0,52,0,77,8,10,5,22,0,84,11,14,0,63,0,11,21,0,3,6,0,11,21,0,84,6,22,0,85,11,14,21,0,85,0,27,5,21,1,36,5,0,42,0,33,7,21,0,81,6,22,0,86,11,0,15,0,64,6,22,0,87,11,14,21,0,81,0,1,5,0,6,0,63,6,22,0,88,11,14,21,0,86,0,1,5,0,6,0,63,6,22,0,89,11,14,21,0,13,22,0,25,12,14,31,0,33,0,42,0,33,7,22,0,24,13,14,21,0,84,0,2,21,0,89,6,21,0,26,0,148,7,5,14,0,68,0,16,21,0,3,6,0,9,0,68,0,11,21,0,86,6,6,22,0,90,11,0,11,21,0,83,6,0,30,5,0,28,5,22,0,91,11,14,0,69,0,14,21,0,3,6,22,0,92,11,0,9,21,0,90,6,0,26,5,0,10,21,0,90,6,22,0,93,11,14,0,68,0,25,5,0,37,21,0,3,6,0,10,21,0,93,6,0,16,21,0,92,6,0,2,0,68,6,0,6,21,0,88,6,0,27,0,2,31,0,92,10,0,6,0,26,10,0,68,6,0,2,21,0,90,6,21,0,26,0,149,7,5,14,21,1,26,0,14,21,0,1,6,22,0,94,11,14,21,1,16,0,34,5,0,0,0,68,6,21,1,14,0,34,5,0,0,0,64,6,3,2,0,37,21,0,1,6,22,0,95,11,14,21,1,16,0,34,5,0,0,0,67,6,0,14,21,0,1,6,22,0,96,11,21,1,36,0,51,0,11,8,21,0,95,6,0,9,21,0,94,6,22,0,97,11,14,21,0,97,0,10,21,0,96,6,0,27,5,0,2,21,0,89,6,31,0,26,0,150,7,5,14,0,63,0,14,21,0,3,6,0,11,0,52,0,10,0,52,0,27,8,8,21,0,93,6,0,26,0,53,0,9,8,5,21,0,13,21,0,10,0,151,8,5,14,0,64,0,16,31,0,81,6,0,26,5,0,9,21,1,15,0,34,5,0,0,0,68,6,0,14,21,0,1,6,6,0,11,21,0,87,6,22,0,98,11,14,21,0,98,0,10,21,0,93,6,0,8,5,0,28,0,54,21,1,35,0,1,0,18,10,0,52,0,13,0,50,0,25,8,8,8,5,22,0,99,11,14,21,0,84,0,30,5,22,0,100,11,0,0,0,52,21,0,99,0,53,0,33,8,8,5,0,0,0,64,6,22,0,101,11,14,21,0,3,0,33,21,0,100,6,0,13,0,76,6,22,0,102,11,14,21,0,3,0,33,21,0,101,6,22,0,103,11,14,21,0,86,0,33,21,0,101,6,0,6,0,63,6,0,13,21,0,103,6,0,9,21,0,102,6,21,0,13,0,33,21,0,101,10,21,0,10,0,152,8,5,14,21,0,1,0,33,21,0,100,6,0,42,0,1,7,21,1,15,0,34,5,6,0,0,31,0,103,0,15,0,63,6,6,0,0,21,0,102,6,22,0,104,11,14,21,0,70,0,21,22,0,101,13,14,21,0,1,0,44,0,63,7,5,0,33,0,52,21,0,101,8,0,54,21,0,70,0,44,0,65,7,5,0,21,21,0,104,6,8,5,0,1,0,52,0,26,8,5,22,0,105,11,14,21,0,105,0,33,21,0,40,6,0,2,0,52,0,49,0,0,7,0,14,0,63,10,0,10,0,52,0,27,0,52,0,64,8,8,9,8,5,0,49,0,0,7,5,0,27,5,22,0,105,12,0,33,21,0,13,6,0,2,5,22,0,106,11,14,21,0,105,0,14,0,65,6,22,0,107,11,0,2,0,68,6,0,1,22,0,105,13,14,21,1,15,0,34,5,0,42,0,1,7,21,1,32,6,0,14,21,0,82,6,0,11,21,0,105,6,21,0,45,5,22,0,108,11,14,21,0,24,0,33,21,0,40,6,31,0,45,5,22,0,109,11,14,21,0,29,0,33,21,0,50,6,0,21,0,63,6,0,42,0,1,7,0,64,6,15,23,5,14,21,0,109,22,0,110,11,14,21,0,48,21,1,37,0,51,0,16,8,22,0,109,13,14,0,63,0,14,21,0,67,6,0,9,21,0,109,6,0,24,0,64,6,21,0,43,0,30,9,21,0,10,0,154,0,155,3,2,0,55,0,11,0,52,31,0,110,0,24,0,64,6,8,0,47,0,10,7,9,8,8,5,14,21,0,109,0,2,0,68,6,0,6,22,0,67,13,14,21,0,67,0,14,0,68,6,0,33,0,52,0,49,0,0,7,8,21,0,95,6,22,0,111,11,14,21,0,111,0,14,0,1,0,18,10,22,0,88,13,14,31,0,111,0,14,0,1,0,18,10,22,0,89,13,14,21,1,32,0,1,21,0,1,6,21,0,8,0,53,0,11,8,0,9,0,15,0,52,0,78,8,10,5,22,0,112,11,14,21,1,32,0,0,21,0,8,6,0,16,21,0,1,6,0,9,31,0,107,0,33,21,0,13,6,6,22,0,113,11,0,30,5,22,0,114,11,14,21,1,16,21,1,25,0,11,0,34,0,0,0,69,10,0,53,0,14,8,10,21,0,1,6,0,10,21,1,17,0,34,5,0,14,21,0,1,6,0,26,5,0,12,21,0,85,6,6,0,10,31,0,113,6,0,10,31,0,112,6,0,11,0,63,0,16,21,0,3,6,0,9,21,0,106,6,0,26,5,0,11,21,0,85,6,0,11,21,0,83,6,6,22,0,115,11,14,21,0,106,0,11,31,0,115,0,10,21,0,84,6,6,21,0,13,21,0,10,0,156,8,5,14,21,0,106,0,33,21,0,100,6,0,11,0,68,0,14,31,0,104,6,6,21,0,13,0,33,21,0,100,10,21,0,10,0,157,8,5,14,21,0,106,0,12,0,52,0,27,8,5,0,9,21,0,3,0,15,0,63,6,6,0,9,21,0,86,0,11,0,63,6,6,0,11,21,0,83,6,21,0,13,21,0,10,0,158,8,5,14,21,0,106,0,33,21,0,100,6,22,0,116,11,0,12,22,0,102,13,14,21,0,100,0,30,31,0,116,6,22,0,117,11,14,21,0,102,0,42,0,30,7,22,0,100,13,14,21,0,70,0,44,0,64,7,5,0,21,31,0,102,6,0,42,0,30,7,22,0,101,13,14,31,0,16,0,27,5,22,0,118,11,0,30,5,22,0,119,11,14,21,0,82,21,0,8,0,53,0,11,8,0,9,0,15,0,52,0,63,8,10,5,0,11,31,0,84,0,9,21,0,106,6,0,26,5,0,33,21,0,40,6,0,10,31,0,118,6,0,10,31,0,69,6,6,0,30,5,22,0,120,11,14,21,0,105,0,33,21,0,73,6,22,0,121,11,0,11,0,63,6,22,0,122,11,14,0,68,0,68,3,2,21,1,25,31,0,105,0,33,21,0,120,6,22,0,123,11,6,22,0,124,11,14,0,67,0,11,31,0,121,6,0,9,21,0,122,6,21,0,73,21,0,10,0,159,8,5,14,21,0,44,0,33,21,0,120,6,22,0,125,11,14,21,0,82,0,33,21,0,120,6,22,0,126,11,14,21,0,7,0,13,5,0,11,21,0,126,6,0,9,21,0,125,0,14,0,63,6,6,0,9,21,0,124,6,22,0,127,11,14,21,0,7,0,33,21,0,126,0,30,21,0,127,6,6,22,0,128,11,0,14,0,63,6,21,0,120,0,30,21,0,127,10,21,0,10,0,160,8,5,14,21,0,124,0,30,0,52,31,0,127,8,0,54,31,0,128,0,15,0,63,6,8,5,22,0,124,12,14,0,63,0,15,21,0,7,6,0,30,5,22,0,129,11,0,44,0,63,7,5,22,0,130,11,14,21,0,126,0,30,21,0,124,6,22,0,131,11,0,21,21,0,129,6,0,39,21,0,77,0,13,5,0,21,21,0,125,0,30,21,0,124,6,22,0,132,11,6,0,21,21,0,130,6,22,0,133,11,6,22,0,134,11,14,21,0,32,0,33,31,0,50,6,0,42,0,1,7,0,64,6,0,21,21,0,1,0,13,5,6,0,33,21,0,132,6,0,21,31,0,32,0,30,31,0,43,6,0,21,0,59,6,0,33,31,0,125,6,0,0,21,0,123,0,14,0,64,6,6,6,22,0,135,11,14,21,0,135,0,31,5,0,33,0,52,21,0,131,0,21,21,0,126,6,22,0,136,11,0,53,0,33,8,0,31,9,8,5,22,0,137,11,14,21,0,137,0,30,0,52,0,15,0,52,21,0,124,0,13,5,8,8,5,15,24,5,14,21,0,137,0,33,31,0,131,0,44,0,59,7,5,0,21,21,0,124,6,0,33,21,0,137,6,0,49,0,0,7,5,22,0,138,11,0,31,5,6,0,30,0,52,21,0,124,0,13,5,0,53,0,11,8,8,5,22,0,137,12,14,21,0,137,0,42,0,33,7,22,0,124,13,14,21,0,137,0,42,0,33,7,22,0,120,13,14,21,0,137,0,42,0,33,7,22,0,123,13,14,31,0,138,0,11,0,63,6,0,10,0,52,0,27,8,5,0,8,5,0,47,0,0,7,5,22,0,139,11,14,31,0,126,0,33,21,0,137,0,23,21,0,139,6,6,22,0,140,11,14,21,0,7,0,13,5,0,16,21,0,140,6,21,0,120,0,23,21,0,139,10,21,0,10,21,0,140,0,53,0,30,8,0,38,9,21,1,29,0,161,10,8,5,14,21,0,123,0,11,0,63,6,22,0,141,11,0,9,0,69,0,11,31,0,123,6,6,22,0,142,11,14,31,0,31,0,33,21,0,120,6,0,33,0,52,21,0,124,21,1,36,5,0,24,21,0,139,6,8,0,21,31,0,7,0,6,0,63,6,0,1,5,22,0,143,11,0,33,21,0,140,6,10,0,1,0,19,10,5,22,0,144,11,14,21,0,144,0,11,0,63,6,0,9,21,0,142,6,21,0,120,21,0,10,0,162,8,5,14,31,0,142,21,1,38,0,24,0,64,10,0,16,0,30,10,21,0,124,6,22,0,145,11,0,33,31,0,137,0,30,21,0,124,6,0,31,5,22,0,146,11,6,0,21,31,0,130,6,0,39,31,0,133,6,22,0,147,11,14,31,0,132,0,21,31,0,143,6,0,36,0,0,21,0,77,0,53,0,33,8,10,5,0,19,0,24,0,52,0,13,8,31,0,129,10,0,33,0,52,0,31,8,31,0,146,10,0,33,21,0,124,0,24,31,0,139,6,0,49,0,0,7,0,59,6,10,0,21,0,33,0,52,31,0,140,8,10,5,22,0,148,11,14,21,0,144,0,11,0,63,6,21,1,38,0,11,31,0,145,0,21,0,64,6,10,0,33,0,52,0,49,0,0,7,8,0,18,10,21,0,124,6,0,9,21,0,124,0,26,0,64,6,0,11,21,0,141,6,6,22,0,149,11,14,21,0,82,0,33,21,0,73,6,0,0,0,69,6,0,0,21,0,74,0,2,0,69,6,0,33,21,0,44,0,33,21,0,73,6,22,0,150,11,6,6,22,0,151,11,14,31,0,150,0,2,0,72,6,0,0,21,0,151,6,0,28,0,54,0,37,8,5,0,21,22,0,149,13,14,0,64,0,1,21,0,70,6,0,42,0,33,7,21,0,13,6,0,0,0,64,6,21,0,119,21,0,73,0,21,21,0,120,6,3,3,0,30,0,69,0,68,0,69,3,3,6,0,21,5,22,0,152,11,14,31,0,122,0,21,31,0,141,6,0,12,0,2,0,58,10,0,0,0,19,10,31,0,149,6,0,0,0,79,6,22,0,153,11,14,21,0,70,0,44,0,79,7,5,21,0,70,0,44,0,63,7,5,31,0,65,0,30,31,0,68,6,21,0,119,0,44,0,61,7,5,31,0,82,0,33,31,0,119,6,31,0,153,31,0,73,0,44,0,63,7,5,0,21,31,0,144,6,31,0,151,0,21,31,0,148,6,3,8,22,0,154,11,14,21,0,93,0,8,5,0,49,0,0,7,5,21,1,35,0,1,0,19,10,21,0,85,6,0,7,0,10,0,12,10,0,68,6,0,9,21,0,87,6,22,0,155,11,14,31,0,90,0,27,5,0,10,0,64,0,14,21,0,3,6,6,22,0,156,11,0,11,21,0,106,0,11,21,0,85,6,0,10,0,52,0,26,8,5,0,10,21,0,93,6,0,10,31,0,155,6,0,10,31,0,83,6,22,0,157,11,6,0,30,5,22,0,158,11,14,31,0,156,0,10,31,0,157,6,0,12,21,0,87,6,21,0,13,21,0,10,0,163,8,5,14,0,63,0,14,21,0,3,6,0,11,21,0,93,6,0,10,0,63,0,16,21,0,3,6,0,9,31,0,87,6,6,0,8,5,0,2,0,68,6,0,6,31,0,88,6,0,26,0,68,6,0,33,21,0,158,6,22,0,159,11,0,13,0,68,6,22,0,160,11,14,21,1,26,0,11,21,0,1,6,0,30,5,22,0,161,11,0,42,0,33,7,21,0,1,6,22,0,162,11,0,9,5,0,38,5,22,0,163,11,0,27,0,1,0,19,10,0,59,6,0,30,5,0,33,31,0,162,6,22,0,164,11,14,31,0,8,0,0,21,1,32,6,22,0,165,11,0,16,21,0,1,6,0,30,5,22,0,166,11,0,21,31,0,161,6,22,0,167,11,14,21,0,1,0,33,31,0,166,6,0,0,21,0,163,0,13,5,0,42,0,1,7,31,0,165,6,6,0,21,22,0,164,13,14,31,0,40,0,33,31,0,37,6,22,0,168,11,14,0,63,0,21,21,0,97,6,0,49,0,0,7,5,0,30,0,64,0,21,21,0,96,6,6,0,24,0,64,6,0,27,0,53,0,1,8,5,0,0,31,0,85,0,26,0,64,6,0,30,31,0,96,6,0,8,5,6,0,42,0,21,7,31,0,34,6,22,0,169,11,14,0,77,0,14,21,0,3,6,0,27,5,0,10,31,0,97,6,0,10,21,0,89,0,14,0,68,6,6,0,12,31,0,94,6,0,30,5,0,21,31,0,70,0,30,0,52,0,8,8,21,0,71,6,6,22,0,170,11,14,31,0,95,0,30,5,22,0,171,11,14,21,0,160,0,0,21,0,158,6,0,0,0,52,21,0,99,0,53,0,33,8,0,2,21,0,160,10,8,5,22,0,172,11,14,21,0,172,0,30,31,0,89,0,33,21,0,158,6,22,0,173,11,0,14,0,68,6,22,0,174,11,0,2,21,0,160,0,0,0,64,6,6,6,0,21,22,0,170,13,14,21,0,174,0,8,5,22,0,174,12,14,21,0,174,0,42,0,30,7,22,0,158,13,14,21,0,174,0,42,0,30,7,22,0,172,13,14,31,0,71,0,2,0,80,6,0,21,21,0,1,0,0,21,0,98,6,0,33,31,0,100,6,0,42,0,1,7,21,1,15,0,34,5,0,0,0,64,6,6,0,6,0,63,6,6,0,0,0,60,6,22,0,175,11,14,21,0,167,21,0,167,21,0,168,21,0,168,21,0,114,21,0,35,0,30,0,68,6,21,0,101,21,0,170,0,64,0,0,21,0,117,6,0,64,0,0,21,0,117,6,31,0,99,0,33,21,0,91,6,0,6,0,64,6,0,0,21,0,91,6,31,0,172,21,0,171,3,13,0,21,5,0,42,0,33,7,21,0,13,6,0,21,31,0,152,6,22,0,176,11,0,31,5,22,0,177,11,14,31,0,167,0,44,0,63,7,5,31,0,164,21,0,168,0,44,0,81,7,5,31,0,168,0,13,5,0,25,5,0,0,0,64,6,31,0,114,0,44,0,82,7,5,31,0,169,0,22,31,0,106,0,33,31,0,35,6,0,0,0,69,6,6,0,29,5,0,20,5,31,0,175,31,0,170,0,44,0,83,7,5,21,0,117,0,44,0,84,7,5,31,0,1,0,33,0,64,0,1,31,0,117,6,6,0,42,0,1,7,21,1,32,6,31,0,3,0,33,21,0,91,6,0,0,0,65,6,31,0,86,0,33,21,0,158,6,0,11,0,63,6,0,2,0,67,6,0,0,31,0,159,0,14,0,64,6,0,6,31,0,173,6,0,2,0,60,6,0,0,31,0,160,6,0,30,31,0,174,6,6,0,0,0,65,6,0,5,0,85,6,21,0,108,0,2,0,67,6,0,0,0,86,6,22,0,178,11,0,24,0,59,6,3,13,0,21,31,0,154,6,0,21,5,0,33,21,0,177,6,22,0,179,11,14,0,19,0,42,0,33,7,21,0,13,10,0,21,0,13,0,53,0,42,0,24,0,52,0,1,8,7,8,10,22,0,180,11,14,31,0,101,0,42,0,1,7,0,64,6,31,0,91,21,0,158,3,3,0,21,5,21,0,180,21,0,5,0,13,5,0,42,0,1,7,0,64,6,0,5,31,0,176,6,0,28,0,52,0,13,0,50,0,1,8,8,21,0,171,6,6,22,0,181,11,14,21,0,5,21,0,6,3,2,0,44,0,33,0,52,0,28,0,52,21,0,171,0,13,5,8,0,33,21,0,177,10,0,42,0,21,7,0,59,10,8,7,21,0,181,31,0,98,0,10,31,0,93,6,0,8,5,0,27,5,21,1,36,5,0,33,31,0,158,6,31,0,180,31,0,181,6,3,2,6,22,0,182,11,14,21,0,67,0,13,0,64,6,0,9,21,0,74,6,0,10,22,0,49,13,0,30,5,22,0,183,11,0,42,0,33,7,31,0,67,6,22,0,184,11,0,14,0,64,6,0,0,0,64,6,0,30,5,22,0,185,11,14,21,0,183,0,41,0,64,7,0,21,21,0,48,0,53,0,33,8,10,0,49,0,0,7,0,59,10,0,2,0,68,10,0,24,0,0,31,0,184,0,11,0,64,6,10,0,33,0,0,0,18,0,50,0,36,8,10,21,0,185,10,0,42,0,21,7,0,23,10,0,59,10,0,42,0,39,7,0,33,0,52,31,0,185,8,10,5,0,20,0,50,0,68,3,2,6,0,43,0,11,7,5,22,0,183,12,14,31,0,75,0,30,21,0,48,6,31,0,74,0,8,5,0,30,21,0,48,6,21,0,48,0,30,5,0,30,0,52,31,0,49,0,30,31,0,48,6,8,0,54,31,0,183,8,5,3,3,22,0,186,11,14,31,0,171,0,13,0,51,0,1,8,21,0,179,6,0,16,31,0,177,6,0,21,0,64,6,0,30,5,21,0,134,0,44,0,13,7,5,0,0,31,0,77,6,31,0,134,31,0,147,3,4,22,0,187,11,14,31,0,178,0,34,0,59,6,0,21,31,0,179,6,31,0,163,31,0,186,31,0,187,31,0,182,3,5,25,3,0,0,44,0,164,0,50,0,40,8,7,3,0,0,63,0,25,5,3,4,22,0,3,11,14,31,0,2,0,13,0,11,0,67,10,0,57,0,11,0,51,0,22,8,8,5,0,41,31,0,3,7,0,24,0,13,10,0,53,0,21,8,5,22,0,4,22,0,5,22,0,6,22,0,7,4,4,11,14,31,0,1,21,1,39,31,0,5,21,0,6,3,2,6,22,0,8,11,22,0,9,22,0,10,22,0,11,22,0,12,22,0,13,4,5,11,14,31,0,9,21,1,41,31,0,10,21,0,11,0,34,5,31,0,12,31,0,13,31,0,6,0,44,0,63,7,5,0,27,31,0,7,6,3,5,6,22,0,14,22,0,15,22,0,16,22,0,17,22,0,18,4,5,11,14,31,0,14,31,0,11,0,24,0,64,6,0,21,31,0,4,0,33,31,0,15,6,3,1,6,0,21,5,31,0,16,0,12,5,0,29,5,0,43,0,11,7,5,31,0,17,0,12,5,0,29,5,0,43,0,11,7,5,31,0,18,31,0,8,3,6,25,31,0,1,31,0,2,5,25,21,0,1,0,33,0,52,21,0,2,0,30,31,0,1,17,8,0,54,0,44,0,64,7,8,5,21,1,13,31,0,2,0,42,0,33,7,16,6,25,31,0,1,0,30,5,0,34,5,0,110,3,2,0,40,5,25,31,0,1,0,21,0,63,6,0,33,0,52,0,49,0,0,7,8,21,1,31,6,0,9,21,1,32,6,0,30,5,0,111,3,2,0,40,5,25,21,1,26,0,30,31,0,1,6,0,112,3,2,0,40,5,25,21,1,26,0,30,31,0,1,6,0,113,3,2,0,40,5,25,31,0,2,0,30,31,0,1,17,0,42,0,33,7,21,1,26,17,0,114,3,2,0,40,5,25,21,0,2,0,42,0,30,7,22,1,26,13,14,21,0,2,0,42,0,30,7,22,1,25,13,14,31,0,1,0,30,31,0,2,6,25,0,47,0,10,7,0,57,31,0,1,0,11,0,51,0,22,8,31,0,2,0,53,0,30,8,10,0,40,9,8,25,0,63,0,28,0,53,0,45,0,14,7,8,0,48,15,25,7,0,19,0,50,0,44,0,63,7,8,10,0,34,0,59,10,3,2,0,55,0,13,0,11,0,63,10,0,51,0,9,8,8,22,0,3,11,14,15,26,22,0,4,11,14,0,63,21,0,4,0,124,8,0,42,0,64,31,0,4,0,125,8,7,3,2,0,55,0,13,0,51,0,12,8,8,22,0,5,11,14,31,0,1,31,0,5,0,126,3,2,0,55,0,13,0,51,0,5,8,0,11,31,0,3,10,8,31,0,2,17,0,40,5,25,0,14,0,57,0,47,0,10,7,8,0,57,31,0,1,0,11,0,51,0,22,8,31,0,2,0,53,0,30,8,0,42,0,64,0,56,0,33,8,7,0,41,21,1,6,7,0,22,21,1,5,10,10,0,29,0,50,0,9,8,9,10,0,40,9,8,25,21,1,15,0,21,0,63,6,0,30,21,0,1,6,0,13,21,2,16,0,34,5,0,0,0,67,6,6,21,1,13,0,21,0,63,10,0,30,31,0,1,10,21,1,10,0,130,8,5,25,31,0,1,0,6,22,1,24,13,0,14,0,68,6,21,1,25,21,1,10,31,0,4,8,5,25,21,2,27,21,2,25,31,0,1,6,0,9,21,1,44,0,14,0,63,6,6,25,21,1,5,0,33,0,52,21,0,1,8,0,54,21,1,5,0,33,21,0,2,17,8,5,22,1,5,12,14,21,1,6,0,33,0,52,31,0,2,8,0,54,21,1,6,0,33,31,0,1,6,8,5,22,1,6,12,25,21,1,23,0,33,21,0,1,6,0,2,0,52,0,8,8,21,1,108,6,0,6,22,1,109,13,0,14,0,68,6,21,1,29,0,50,0,31,8,0,33,31,0,1,10,21,1,10,0,153,8,5,25,21,1,135,0,33,0,52,21,0,1,8,0,13,0,52,0,27,8,9,0,51,0,10,8,21,1,136,6,0,8,5,21,1,120,0,30,0,52,21,1,124,8,0,53,0,21,8,9,0,33,31,0,1,10,21,1,10,0,160,8,5,25,21,0,1,0,27,5,0,0,31,0,2,17,0,49,0,6,7,5,0,6,31,0,1,6,25,0,36,0,14,0,18,0,50,0,13,8,10,0,42,0,30,7,0,19,10,0,0,31,0,2,10,0,42,0,33,7,21,3,8,10,0,21,0,105,10,0,21,31,0,1,10,0,21,0,123,10,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[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[34],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[59],runtime[61],10,-1,11,26,9,0,1,5,8,4,2,3,-3,-2,6,17,Math.PI,Infinity,-4,-5,-6,21,13,15,23,14,28,19,25,'\0','0','#','\'','\"','@',str("⋄,"),str(":;"),str("⇐←↩"),str("(){}⟨⟩"),str("‿"),str("·"),str("𝕊𝕏𝕎𝔽𝔾𝕤𝕩𝕨𝕣𝕗𝕘"),str(".¯π∞"),str("_"),str("aA"),str("•"),str("𝕨"),str(" "),str("#\'\"@"),str("s"),str("Unknown character"),str(": "),str("Unclosed quote"),str("Words can\'t only have underscores"),str("System dot with no name"),str("𝕣 can\'t be used with other word characters"),str("Numbers can\'t start with underscores"),str("Letter"),str(" \""),str("\" not allowed in numbers"),str("ea"),str("Negative sign in the middle of a number"),str("Portion of a number is empty"),str("Ill-formed decimal or exponent use"),str("π and ∞ must occur alone"),str("Missing "),str("opening"),str("closing"),str("Malformed bracket nesting"),str("Empty program"),str("Swapped open and closed brackets"),str("Parentheses can\'t contain separators"),str("Empty statement or expression"),str("Invalid assignment or stranding use"),str("Dot must be followed by a name"),str("Can\'t strand Nothing (·)"),str("Punctuation : and ; not allowed outside blocks"),str("Header-less bodies must come last"),str("At most two header-less bodies allowed"),str("Only one header per body allowed"),str("Missing operand in header"),str("Invalid header structure"),str("Incorrect special name"),str("Header left argument without right"),str("Header operation must be a plain name"),str("Invalid special names for block header"),str("Special name outside of any block"),str("Only blocks with explicit arguments can have multiple bodies"),str("Block bodies must be of the same kind"),str("Dot must be preceded by a subject"),str("Nothing (·) cannot be assigned"),str("Missing operand"),str("Can\'t use Nothing (·) in lists"),str("Double subjects (missing ‿?)"),str("Role of the two sides in assignment must match"),str("Can\'t return Nothing (·)"),str("Invalid use of 𝕨 in monadic case"),str("Unreachable body"),str("Assignment target must be a name or list of targets"),str("Can\'t nest assignments (write aliases with ⇐)"),str("Can\'t use result of function/modifier assignment without parentheses"),str("Can\'t define special name"),str("Redefinition"),str("Undefined identifier"),str("Can\'t export from surrounding scope"),str("Second-level parts of a train must be functions"),str("System values not supported")] + [1,1,7,34,0,1,33,0,3,33,0,4,33,0,5,12,3,48,6,0,58,0,0,0,88,17,33,0,6,48,6,34,0,3,34,0,4,34,0,5,32,0,6,0,21,0,94,17,0,95,0,96,0,97,0,98,0,99,0,100,0,20,0,60,0,50,11,2,17,0,43,0,33,26,0,59,17,0,101,0,58,0,25,16,0,0,0,89,17,0,61,33,0,7,48,0,25,16,0,45,0,0,26,0,103,17,0,20,16,0,42,0,21,26,0,102,17,0,62,0,0,0,88,17,0,21,0,106,17,0,21,0,105,0,24,0,59,17,17,0,21,0,104,17,0,107,11,15,0,44,0,13,26,0,11,0,51,0,22,27,0,21,21,16,33,0,8,33,0,9,12,2,48,6,32,0,9,0,49,0,0,26,0,27,0,63,21,0,53,0,42,0,44,0,22,26,26,27,16,33,0,10,33,0,11,33,0,12,33,0,13,33,0,14,33,0,15,33,0,16,33,0,17,33,0,18,33,0,19,33,0,20,33,0,21,33,0,22,33,0,23,33,0,24,12,15,48,6,0,34,0,53,0,1,27,0,12,0,9,0,15,0,52,0,63,27,21,0,34,0,52,0,64,27,21,33,0,25,48,6,32,0,13,0,34,16,33,0,26,48,6,0,65,0,1,0,53,0,22,27,16,0,0,32,0,19,17,33,0,27,48,6,32,0,19,0,34,16,0,0,0,66,17,33,0,28,48,6,0,13,0,11,0,64,21,0,42,0,30,26,0,108,21,0,53,0,21,27,33,0,29,48,6,1,2,33,0,30,48,6,1,3,32,0,8,26,33,0,31,48,6,32,0,20,0,34,16,33,0,32,48,0,0,0,64,17,33,0,33,48,6,0,64,0,68,0,69,0,59,0,59,0,70,0,59,0,63,11,2,0,71,0,63,0,65,0,72,11,2,0,30,16,0,8,16,11,10,0,41,34,0,9,26,0,23,0,13,21,0,53,0,42,0,44,0,20,26,26,27,16,0,21,16,0,42,0,21,26,0,67,17,33,0,34,48,6,0,2,0,49,0,6,26,20,33,0,35,48,6,32,0,35,0,52,0,13,0,50,0,25,27,27,33,0,36,48,6,32,0,35,0,52,0,13,0,50,0,25,27,0,0,0,64,21,27,33,0,37,48,6,0,18,0,30,0,10,21,0,42,0,21,26,0,30,0,21,21,0,64,21,33,0,38,48,6,1,4,33,0,39,48,6,1,5,33,0,40,48,6,1,6,33,0,41,48,6,1,7,33,0,42,48,7,34,0,1,0,11,16,0,44,1,8,26,34,0,4,17,0,21,16,7,32,1,30,32,1,29,0,52,0,109,27,0,110,0,19,11,3,26,0,40,20,33,0,2,48,6,32,0,1,0,53,0,33,27,0,53,0,17,0,57,0,18,0,30,0,13,21,0,50,34,0,2,27,27,27,0,18,0,19,21,33,0,3,48,6,32,0,1,0,31,16,33,0,4,48,6,0,19,0,31,34,0,1,0,33,32,0,4,17,21,0,6,0,64,21,0,42,0,1,26,0,64,21,0,42,0,33,26,34,0,4,21,34,0,3,0,19,21,7,34,0,2,33,0,3,33,0,4,12,2,48,6,0,90,0,14,32,0,1,17,33,0,5,48,6,0,91,0,14,32,0,1,17,33,0,6,48,0,9,0,52,0,26,0,52,0,63,0,63,11,2,27,27,16,0,30,16,33,0,7,48,6,0,92,0,14,32,0,1,17,33,0,8,48,0,30,16,33,0,9,48,6,32,0,7,32,0,9,0,24,0,59,17,32,0,5,0,30,16,11,3,0,21,16,33,0,10,48,0,31,16,33,0,11,48,6,32,0,10,0,33,32,0,11,17,33,0,10,49,6,34,0,7,0,0,0,68,17,34,0,9,0,24,0,64,17,0,64,0,21,32,1,6,0,14,32,0,1,17,17,0,30,16,0,30,0,52,32,0,5,0,49,0,0,26,16,0,21,0,63,17,0,53,0,33,0,50,0,27,0,53,0,1,27,27,27,27,16,11,3,0,21,16,0,33,34,0,11,17,33,0,12,48,6,0,19,0,34,0,59,21,0,14,0,63,21,0,57,1,9,27,33,0,13,48,6,0,30,0,52,32,0,12,0,31,32,0,10,17,0,44,0,63,26,0,21,0,64,21,32,0,13,0,13,0,53,0,21,27,21,0,23,0,13,21,16,27,0,46,0,30,26,20,0,23,32,0,1,0,13,16,21,33,0,14,48,6,34,0,10,32,0,14,16,33,0,15,48,6,34,0,12,34,0,14,16,33,0,16,48,6,32,0,16,0,10,32,0,15,17,33,0,17,48,0,49,0,13,26,0,64,17,33,0,18,48,6,32,0,18,0,11,34,0,16,17,0,9,32,0,8,0,10,32,0,6,17,17,0,47,0,10,26,0,57,1,10,27,16,6,0,93,0,14,32,0,1,17,0,9,32,0,18,17,33,0,19,48,6,34,0,6,0,9,32,0,15,17,0,27,16,0,10,32,0,19,17,0,30,16,33,0,20,48,6,32,0,20,34,0,19,0,53,0,33,27,0,2,0,88,0,1,0,93,17,21,0,1,32,0,1,0,53,0,33,27,21,16,33,0,21,48,6,32,0,8,0,9,33,0,15,50,0,26,16,0,9,32,0,8,17,33,0,22,48,0,12,33,0,18,50,6,34,0,17,0,9,34,0,8,17,0,49,0,13,26,16,0,11,0,64,0,53,0,21,27,0,51,0,2,0,52,0,49,0,0,26,27,27,0,18,21,34,0,22,0,27,16,0,12,34,0,15,17,33,0,23,48,17,0,42,0,1,26,0,64,17,0,42,0,39,26,32,0,1,17,33,0,24,48,6,32,0,18,0,30,16,33,0,25,48,6,32,0,18,0,27,0,64,17,0,30,16,0,23,0,52,0,13,27,32,0,25,17,33,0,26,48,6,32,0,25,34,0,5,0,53,0,33,27,0,2,0,1,21,32,0,26,17,0,1,33,0,26,50,6,34,0,1,0,33,32,0,25,17,32,1,31,16,33,0,27,48,6,32,1,21,32,1,25,32,0,27,17,0,26,16,0,12,32,1,20,0,34,16,0,14,32,0,27,17,17,33,0,28,48,6,32,1,28,0,14,32,0,27,17,33,0,29,48,6,32,1,23,0,34,0,51,0,42,0,1,26,0,22,0,18,21,27,32,1,20,17,32,1,25,32,0,27,17,0,11,34,0,28,17,0,10,32,0,29,17,33,0,30,48,0,11,0,52,0,27,27,16,33,0,31,48,6,32,1,22,0,47,0,0,26,16,0,0,0,59,17,0,14,32,0,27,17,33,0,32,48,6,32,1,23,0,34,16,0,14,32,0,27,17,33,0,33,48,6,32,0,32,0,12,32,0,30,17,0,18,0,30,0,10,21,0,26,0,30,0,19,21,0,64,21,0,11,0,30,21,32,0,31,17,0,47,0,10,26,0,57,1,11,27,16,6,32,0,27,0,30,32,0,31,17,0,42,0,1,26,32,1,22,0,34,16,17,0,42,0,3,0,50,0,5,27,26,32,1,7,17,0,2,32,0,29,0,30,32,0,31,17,0,8,16,17,33,0,34,48,6,32,1,22,0,34,16,0,0,32,1,7,17,0,16,32,0,27,17,0,9,32,0,30,17,0,2,32,1,7,17,0,1,33,0,27,50,6,32,0,30,0,26,16,0,12,32,0,33,17,0,47,0,10,26,0,57,1,12,27,16,6,32,0,33,0,10,0,52,0,27,27,16,0,13,33,0,31,50,6,34,0,33,0,30,32,0,31,17,0,19,0,0,0,8,0,53,0,2,27,21,0,63,0,16,32,0,34,17,0,2,0,68,17,17,33,0,35,48,0,11,0,63,17,33,0,36,48,6,32,0,36,0,8,16,0,21,0,63,17,0,33,32,0,31,0,49,0,0,26,16,17,0,9,32,0,30,17,33,0,37,48,0,12,32,0,30,17,33,0,38,48,6,32,0,30,0,2,32,0,27,17,0,21,0,52,0,63,27,0,30,32,0,37,0,21,0,63,17,0,26,0,53,0,10,27,16,0,11,32,0,32,0,21,0,63,17,17,21,0,51,32,1,40,27,32,0,26,17,33,0,39,48,6,34,0,34,0,30,32,0,36,17,0,14,0,52,0,68,27,0,53,0,9,27,0,0,0,19,21,32,0,38,0,11,0,52,0,26,27,16,0,42,0,30,26,32,0,32,17,17,33,0,40,48,6,32,0,37,0,12,32,0,31,17,0,49,0,0,26,16,0,2,32,0,32,0,12,32,0,38,17,17,33,0,41,48,0,11,0,52,0,49,0,6,26,0,27,20,27,16,33,0,42,48,6,32,0,29,0,30,32,0,42,17,0,11,32,0,35,0,30,34,0,36,17,0,14,0,64,17,17,33,0,43,48,6,32,0,31,33,0,44,48,0,9,34,0,37,17,0,10,32,0,42,17,33,0,31,49,6,32,0,29,0,30,32,0,31,17,0,8,16,0,42,0,30,26,33,0,35,50,0,30,0,52,0,11,0,52,0,63,27,27,16,0,14,0,64,17,33,0,45,48,6,32,0,43,0,21,0,63,17,0,33,32,0,41,17,0,11,0,52,32,0,42,27,0,10,0,13,0,52,32,0,29,27,21,16,0,9,32,0,32,0,12,34,0,38,17,17,0,47,0,10,26,0,57,1,13,27,16,6,34,0,42,0,11,32,0,29,17,0,30,16,32,0,27,0,53,0,33,27,0,12,32,1,22,0,34,16,21,0,11,32,0,45,21,0,53,0,19,0,47,0,10,26,20,0,57,1,14,27,27,16,6,34,0,43,0,8,16,0,2,0,52,0,49,0,0,26,27,16,0,21,0,63,17,0,42,0,1,26,0,64,17,0,33,33,0,41,50,6,32,1,8,0,33,32,0,27,17,0,39,34,0,41,17,0,39,0,68,0,21,34,0,45,17,17,0,34,0,54,0,21,0,52,32,0,4,27,27,16,33,0,46,48,6,34,0,18,0,27,16,0,49,0,0,26,16,0,33,34,0,23,0,30,16,0,21,34,0,20,17,17,0,21,34,0,29,0,12,32,0,31,17,0,30,16,0,33,0,52,0,32,27,34,0,35,17,17,33,0,47,48,6,34,0,39,34,0,21,34,0,24,11,3,0,21,34,0,46,17,33,0,48,48,6,32,0,48,0,44,0,35,26,16,33,0,49,48,0,42,0,44,0,30,0,52,0,49,0,6,26,0,27,0,59,21,0,12,0,19,21,27,26,26,33,0,48,50,6,32,0,48,0,34,0,52,0,64,27,0,54,34,0,3,27,16,33,0,48,49,6,32,1,23,32,1,25,32,0,27,17,0,10,32,0,30,17,0,8,16,33,0,50,48,6,34,0,44,0,10,32,0,50,17,0,42,0,30,26,33,0,26,50,6,34,0,30,0,26,0,53,0,12,27,16,0,10,32,0,50,17,0,42,0,30,26,33,0,25,50,6,32,0,27,0,33,0,52,34,0,47,27,0,54,32,0,48,0,44,0,13,26,16,33,0,51,48,0,27,32,1,33,17,0,49,0,0,26,16,0,0,34,0,49,17,0,21,16,0,24,0,52,0,13,27,34,0,4,17,27,16,0,30,34,0,50,0,10,32,0,31,17,17,33,0,27,49,6,32,1,13,0,34,0,53,0,1,27,0,2,32,1,25,21,32,0,27,17,0,1,33,0,27,50,6,32,1,26,0,14,32,0,27,17,0,42,0,21,26,0,13,0,21,21,0,64,17,0,30,16,0,24,0,64,17,0,24,0,59,17,33,0,52,48,0,44,0,64,26,16,0,49,0,13,26,16,33,0,53,48,6,32,0,27,0,33,32,0,53,0,1,32,0,52,17,17,0,0,0,52,32,0,53,27,0,42,0,37,26,32,1,16,0,34,16,0,0,0,69,0,65,11,2,17,21,0,10,32,1,14,0,53,32,1,25,27,21,16,0,26,0,53,0,10,27,16,0,12,34,0,53,17,0,42,0,30,26,34,0,52,17,33,0,54,48,6,32,1,26,0,13,32,0,27,17,0,33,0,52,34,0,54,27,0,54,0,44,0,64,26,27,16,0,42,1,15,26,33,0,27,50,6,34,0,51,0,23,0,68,17,0,47,0,0,26,16,0,22,32,1,33,17,32,1,25,32,0,27,17,0,10,32,1,28,0,14,32,0,27,17,17,33,0,55,48,6,0,63,0,21,32,1,34,17,0,33,32,0,27,0,5,32,1,33,17,17,0,30,0,52,34,0,55,27,0,54,34,0,40,27,16,33,0,56,48,6,32,0,27,0,15,0,52,0,0,0,52,0,69,27,27,0,0,0,65,21,0,2,0,65,0,53,0,22,27,32,1,25,0,19,21,21,32,1,19,0,34,16,17,0,0,33,0,27,50,6,32,0,27,0,14,0,2,0,58,21,0,0,0,11,21,32,1,32,17,0,1,33,0,27,50,6,34,0,27,34,0,56,34,0,48,32,0,26,32,0,25,11,5,7,1,16,33,0,3,48,6,32,1,30,32,1,29,0,52,0,116,27,0,117,32,1,8,0,53,0,33,27,0,118,11,4,26,33,0,4,48,6,32,1,20,0,47,0,25,0,53,0,0,27,26,16,0,21,0,119,0,47,0,1,26,16,0,0,32,1,22,0,34,16,17,17,0,44,32,0,1,0,53,0,14,27,26,16,33,0,5,33,0,6,33,0,7,33,0,8,33,0,9,12,5,48,6,32,1,22,0,34,16,0,11,32,0,1,17,0,10,32,0,5,17,0,8,16,0,10,32,1,28,0,14,32,0,1,17,17,32,0,2,32,0,3,32,0,1,0,53,0,30,27,0,50,34,0,4,27,27,16,6,32,0,1,0,14,0,63,17,33,0,10,48,0,10,32,0,5,17,33,0,11,48,0,10,32,0,6,17,33,0,12,48,6,32,0,11,0,10,32,0,7,17,0,8,16,33,0,13,48,6,32,0,11,0,27,16,0,12,32,0,7,17,32,0,2,32,0,3,0,120,27,16,6,32,0,12,0,10,32,0,7,17,0,9,32,0,12,0,26,0,64,17,17,32,0,2,32,0,3,0,121,27,16,6,32,0,1,0,30,32,0,12,17,0,11,0,52,0,27,27,0,10,0,14,0,52,0,63,27,21,16,0,8,16,32,0,2,0,30,34,0,12,21,32,0,3,0,122,27,16,6,32,0,5,0,27,16,0,12,32,0,7,17,0,10,32,0,10,17,0,26,0,10,34,0,5,0,26,16,0,9,32,0,8,17,21,0,9,0,27,21,0,64,17,0,12,32,0,9,0,10,34,0,8,17,17,34,0,2,34,0,3,0,123,27,16,6,32,0,13,0,9,0,52,0,8,32,1,37,0,51,0,12,27,32,1,21,0,34,16,0,13,32,0,1,17,0,11,32,0,6,17,21,0,15,0,26,21,27,16,33,0,14,48,0,9,0,52,0,49,0,0,26,32,1,35,0,1,0,19,21,0,8,21,0,16,0,73,21,27,16,33,0,15,48,6,32,1,20,0,34,16,0,0,0,64,17,0,1,34,0,1,17,0,2,32,0,15,17,0,30,32,0,6,0,8,16,17,0,42,0,33,26,0,58,0,25,16,0,21,0,74,0,64,11,2,17,0,21,0,59,17,17,33,0,16,48,6,32,0,16,0,49,0,0,0,52,0,58,0,53,0,2,27,27,0,2,0,15,0,52,0,63,27,21,26,0,63,17,0,30,34,0,16,0,15,0,63,17,0,26,0,53,0,12,27,16,17,33,0,17,48,6,34,0,7,0,27,16,0,30,34,0,13,0,27,0,53,0,12,27,16,33,0,18,48,17,0,42,0,33,26,0,64,0,59,11,2,17,0,2,33,0,17,50,6,34,0,10,0,30,34,0,11,17,33,0,19,48,6,34,0,14,0,26,0,53,0,12,27,0,30,20,0,51,0,1,0,52,34,0,6,0,26,16,32,1,37,16,0,53,0,33,27,27,0,19,0,2,0,11,21,0,1,0,52,0,27,27,21,0,1,0,1,21,27,34,0,15,17,0,30,32,0,19,17,33,0,20,48,6,32,0,19,0,8,16,0,2,32,0,17,17,0,26,16,0,30,32,0,19,17,0,42,0,1,26,34,0,20,17,33,0,21,48,0,7,16,0,4,0,58,17,33,0,22,48,6,0,64,0,75,11,2,0,33,34,0,9,0,30,34,0,18,17,17,0,2,34,0,17,17,0,30,34,0,19,17,0,30,0,52,32,0,21,0,11,0,63,17,27,0,54,0,2,27,32,0,22,17,0,30,0,52,34,0,21,0,12,0,63,17,27,0,54,0,42,0,3,26,27,34,0,22,17,7,34,0,2,33,0,3,33,0,4,33,0,5,33,0,6,33,0,7,12,5,48,6,34,0,4,0,13,16,33,0,8,48,6,1,17,33,0,9,48,6,1,18,33,0,10,48,6,32,0,1,0,13,16,0,11,0,63,17,0,40,0,128,17,6,32,1,16,32,1,25,32,0,1,17,0,2,32,0,3,0,2,0,68,17,0,1,0,59,17,17,33,0,11,48,0,49,0,0,26,16,33,0,12,48,0,31,16,33,0,13,48,6,0,59,0,14,32,0,3,17,0,33,32,0,13,17,33,0,14,48,6,32,0,1,0,33,32,0,13,17,33,0,15,48,0,30,0,52,0,63,0,53,0,11,27,27,0,42,0,1,26,0,64,21,0,17,0,57,34,0,9,27,0,30,0,52,0,63,0,53,0,12,27,27,21,32,0,11,0,33,32,0,13,17,17,6,34,0,12,0,34,32,0,13,0,34,16,17,0,15,0,63,17,0,40,0,129,17,6,32,0,15,0,30,32,0,14,17,0,14,0,52,32,1,26,27,0,9,0,52,0,27,27,0,14,0,52,32,1,16,0,34,16,27,21,16,32,0,13,0,30,32,0,14,21,32,0,10,0,130,27,16,6,34,0,14,0,21,0,64,17,0,9,0,52,0,26,0,52,0,64,27,27,16,1,19,16,6,0,67,0,14,32,0,3,17,33,0,16,48,0,10,0,52,0,26,27,16,33,0,17,48,6,32,0,11,0,0,32,0,3,17,0,15,0,63,17,0,11,32,0,16,17,0,26,16,33,0,18,48,0,12,32,1,15,0,34,16,0,14,32,0,1,17,17,0,1,33,0,3,50,6,32,0,3,0,15,0,63,17,0,11,32,0,16,17,0,27,16,0,9,34,0,18,17,0,12,32,0,3,0,71,0,53,0,15,27,0,9,0,11,0,52,0,76,27,21,16,17,0,13,0,50,0,25,27,32,0,10,0,132,27,16,6,32,1,32,32,0,8,11,2,32,1,25,32,0,1,17,0,26,16,0,12,32,0,16,17,0,13,0,50,0,25,27,32,0,10,0,133,27,16,6,0,71,0,14,32,0,3,17,0,10,0,52,0,26,27,16,33,0,19,48,0,33,0,52,32,0,13,0,33,0,52,32,0,17,0,53,0,33,27,0,31,20,27,16,27,0,54,0,27,27,16,33,0,20,48,6,32,0,20,0,10,32,0,19,17,0,8,16,33,0,21,48,6,32,1,16,0,34,16,0,0,0,64,17,0,14,32,0,1,17,33,0,22,48,6,32,1,18,0,34,16,0,14,32,0,1,17,0,2,0,68,17,0,0,32,1,27,0,34,16,0,0,0,68,17,0,14,32,0,1,17,17,0,33,32,0,22,0,8,16,32,1,36,16,17,33,0,23,48,6,0,63,33,0,24,48,6,32,0,23,0,13,16,0,25,16,33,0,25,48,6,1,20,33,0,26,48,6,32,0,21,0,8,16,0,2,32,0,23,17,32,0,26,0,134,26,16,6,32,0,17,0,10,32,0,19,17,33,0,27,48,0,33,32,0,13,17,0,31,16,0,42,0,33,26,33,0,13,50,6,32,0,3,0,13,16,0,25,16,0,33,0,52,32,0,13,27,0,54,0,27,0,52,0,13,27,27,16,33,0,28,48,6,0,59,0,14,32,0,3,17,0,10,34,0,27,17,0,33,32,0,13,17,0,21,0,64,17,0,0,0,52,0,49,0,0,26,27,16,0,31,16,0,42,0,33,26,0,8,0,31,0,53,0,42,0,33,26,27,21,0,33,0,52,0,31,27,0,18,21,32,0,13,0,21,0,59,17,17,0,24,0,59,17,0,49,0,0,26,16,0,31,16,33,0,29,48,6,32,1,16,0,34,16,0,0,0,68,17,0,68,11,2,32,1,25,32,0,1,17,0,2,32,0,11,17,0,33,32,0,29,17,33,0,30,48,0,49,0,0,26,16,33,0,31,48,0,31,16,33,0,32,48,6,32,0,32,0,42,0,33,26,33,0,29,50,6,32,0,32,0,42,0,33,26,33,0,31,50,6,32,0,32,0,42,0,33,26,33,0,30,50,6,32,0,29,0,42,0,33,26,33,0,1,50,6,32,0,29,0,42,0,33,26,33,0,16,50,6,32,0,29,0,42,0,33,26,33,0,5,50,6,32,0,29,0,42,0,33,26,33,0,6,50,6,32,0,11,0,33,32,0,29,17,0,42,0,1,26,32,0,30,17,33,0,11,49,0,49,0,0,26,16,0,31,16,33,0,13,49,6,32,0,16,0,10,0,52,0,26,27,16,0,33,32,0,13,17,0,31,16,0,42,0,33,26,33,0,13,50,6,32,0,29,0,33,32,0,13,17,33,0,33,48,6,32,0,19,0,1,32,0,20,17,0,33,32,0,33,17,0,12,0,30,0,51,0,1,27,0,11,21,0,63,17,0,42,0,3,26,0,68,17,0,0,0,64,17,33,0,34,48,6,32,1,16,0,34,16,0,0,0,65,17,0,14,32,0,1,17,0,33,32,0,13,17,0,30,16,33,0,35,48,6,0,63,0,12,32,0,30,17,33,0,36,48,6,0,63,0,11,34,0,30,17,0,30,16,33,0,37,48,6,34,0,11,0,33,32,0,13,17,0,12,32,0,13,0,53,0,30,27,0,11,20,0,51,0,22,27,0,11,21,0,63,17,0,44,0,21,26,32,0,36,0,30,16,32,0,37,11,2,17,33,0,38,48,6,32,0,19,0,33,32,0,33,17,0,31,16,33,0,39,48,0,42,0,33,26,33,0,13,50,6,32,0,29,0,33,32,0,13,17,33,0,33,49,6,32,0,13,0,31,16,33,0,40,48,6,32,1,14,0,34,16,0,14,32,0,1,17,33,0,41,48,6,32,1,14,0,34,16,0,0,0,64,17,0,14,32,0,1,17,33,0,42,48,6,32,0,42,0,10,32,0,41,17,0,11,32,0,36,0,49,0,10,26,16,17,0,13,0,50,0,25,27,32,0,10,0,135,27,16,6,32,0,42,0,10,34,0,36,17,33,0,43,48,0,49,0,0,26,16,33,0,44,48,6,0,19,32,1,38,0,50,0,8,27,32,0,43,21,33,0,45,48,6,32,0,41,32,0,45,16,33,0,46,48,6,32,0,42,0,30,32,0,43,17,33,0,47,48,0,8,16,0,21,0,64,17,33,0,48,48,6,32,0,47,0,26,0,53,0,10,27,16,0,21,0,63,17,33,0,49,48,6,32,0,46,0,24,0,9,32,0,47,21,0,11,0,24,0,52,0,1,27,21,0,64,17,32,0,43,0,30,20,32,0,10,0,136,27,16,6,32,0,46,0,24,0,59,17,0,12,32,0,47,17,0,9,0,52,0,27,27,16,32,0,43,0,30,20,32,0,10,0,137,27,16,6,34,0,42,0,30,16,0,21,32,0,37,17,0,33,34,0,47,0,26,16,0,31,16,0,31,16,17,33,0,50,48,6,32,0,41,0,10,32,0,43,17,0,33,0,52,32,0,13,0,28,16,27,0,54,32,1,36,0,53,0,42,0,33,26,27,27,34,0,41,17,33,0,51,48,0,30,16,33,0,52,48,6,32,0,52,0,42,0,33,26,32,0,29,17,32,0,3,0,53,0,33,27,0,2,32,0,21,0,53,0,33,27,21,16,33,0,53,48,6,32,0,53,0,14,0,59,17,33,0,54,48,0,26,0,0,0,27,0,52,0,64,27,21,16,33,0,55,48,0,14,0,68,17,33,0,56,48,6,32,0,51,0,33,32,0,52,0,30,32,0,54,17,0,0,0,64,17,17,32,0,52,0,30,32,0,54,21,32,0,10,0,138,27,16,6,32,0,53,0,15,0,68,17,33,0,57,48,0,11,32,0,56,17,0,19,0,9,0,69,0,14,32,0,53,17,21,0,26,20,0,10,0,27,21,16,33,0,58,48,6,34,0,57,0,10,32,0,54,17,0,9,32,0,58,17,32,0,52,32,0,10,0,139,27,16,6,34,0,55,0,14,0,64,17,0,9,32,0,53,0,14,0,63,17,17,0,11,32,0,58,17,33,0,59,48,0,10,32,0,58,17,0,8,16,33,0,60,48,6,32,0,54,0,30,32,0,60,17,0,14,0,52,0,27,0,52,0,64,27,27,16,32,0,52,0,30,32,0,60,21,32,0,10,0,140,27,16,6,32,0,20,0,33,32,0,29,17,0,8,16,0,2,32,0,1,17,0,33,32,0,52,17,33,0,61,48,0,31,32,0,8,0,21,32,1,27,17,0,49,0,0,26,16,17,0,42,0,1,26,0,64,17,0,7,0,69,17,33,0,62,48,6,32,0,62,0,14,0,68,17,0,9,32,0,53,0,14,0,63,17,17,0,9,32,0,56,17,33,0,63,48,0,0,33,0,59,50,0,12,32,0,60,17,33,0,64,48,6,32,0,63,0,0,33,0,53,50,6,32,0,53,0,5,0,68,17,0,42,0,1,26,0,64,17,0,2,0,69,17,0,2,32,0,64,17,0,0,32,0,53,0,14,0,69,17,0,26,16,0,0,0,67,17,0,2,34,0,58,17,17,0,0,32,0,54,0,26,16,0,11,32,0,63,17,0,0,0,64,17,0,2,32,0,59,17,17,33,0,65,48,6,32,1,27,0,34,16,0,0,32,0,65,17,0,13,34,0,61,17,0,9,32,0,62,0,14,0,63,17,17,32,0,52,32,0,10,0,141,27,16,6,32,0,53,0,14,0,63,17,0,9,32,0,56,17,0,10,32,0,54,17,0,8,16,0,2,33,0,62,50,6,32,0,54,0,12,33,0,60,50,6,32,0,60,0,42,0,30,26,33,0,53,50,6,32,0,59,0,30,32,0,54,0,27,0,64,17,17,33,0,66,48,6,32,0,48,0,26,0,11,0,19,21,0,64,17,0,11,32,0,46,0,27,16,17,0,26,0,53,0,1,27,16,0,0,0,64,17,33,0,67,48,6,32,0,67,0,30,0,52,32,0,46,27,0,54,32,0,62,0,13,0,63,17,33,0,68,48,0,0,0,64,17,0,2,32,0,59,17,0,6,32,0,56,17,0,2,0,52,0,8,27,34,0,63,17,0,27,16,0,30,32,0,54,17,27,16,33,0,67,49,6,0,63,0,21,32,0,66,17,0,33,0,52,0,49,0,0,26,27,32,0,54,17,0,12,34,0,59,17,32,0,52,32,0,10,0,142,27,16,6,0,68,0,13,32,0,62,17,0,12,34,0,64,17,32,0,52,32,0,10,0,143,27,16,6,32,0,53,0,14,0,64,17,0,10,33,0,66,50,6,32,0,51,0,33,0,52,32,0,52,27,0,54,32,0,68,0,8,16,27,16,33,0,69,48,6,34,0,52,0,30,32,0,68,17,0,42,0,33,26,32,0,40,17,33,0,70,48,6,34,0,62,0,30,32,0,68,17,0,14,0,68,17,33,0,71,48,6,0,14,0,52,32,0,1,0,31,32,1,27,0,34,16,0,0,0,63,0,69,0,65,0,72,11,4,17,17,27,32,0,45,20,33,0,72,48,6,32,1,27,32,1,25,32,0,1,17,0,11,32,0,51,17,0,30,16,33,0,73,48,6,0,64,32,0,72,16,33,0,74,48,6,0,69,34,0,72,0,51,0,19,0,2,0,68,21,0,6,0,18,21,27,0,68,17,33,0,75,48,0,0,0,52,0,11,0,52,0,63,27,0,10,32,0,74,21,27,16,33,0,76,48,6,32,0,74,0,30,32,0,46,17,0,11,32,0,66,17,0,11,34,0,56,0,30,34,0,60,17,17,0,10,32,0,76,0,30,32,0,46,17,0,11,32,0,53,17,17,32,0,43,0,50,0,30,27,0,21,0,63,21,0,30,32,0,46,21,32,0,10,0,144,27,16,6,32,0,76,0,30,0,52,32,0,46,27,0,54,34,0,53,27,16,33,0,76,49,0,42,0,1,26,0,64,17,0,6,33,0,75,50,6,32,0,74,0,30,0,52,32,0,46,27,0,54,0,6,0,52,34,0,66,27,27,16,33,0,74,49,6,32,0,76,0,34,16,0,11,0,63,17,32,0,1,0,50,1,21,27,0,30,20,32,0,10,0,145,27,16,6,32,0,74,0,12,32,0,49,17,0,24,0,64,17,32,0,43,0,30,20,32,0,10,0,146,27,16,6,32,0,75,0,13,0,52,0,27,27,16,0,11,32,0,48,17,0,24,0,64,17,32,0,43,0,30,20,32,0,10,0,147,27,16,6,32,0,74,0,2,0,69,17,0,0,0,63,0,68,0,69,11,3,0,33,32,0,75,17,17,33,0,77,48,6,32,0,74,0,30,34,0,46,17,0,8,16,0,2,0,69,17,0,33,34,0,54,0,49,0,0,26,16,0,27,16,17,0,1,33,0,65,50,6,32,0,3,0,33,0,52,32,0,29,0,33,32,0,37,17,27,0,54,34,0,76,0,30,32,0,48,17,0,24,0,64,17,27,16,0,2,32,0,21,17,0,42,0,1,26,32,0,19,17,33,0,3,49,6,34,0,21,0,9,34,0,22,17,33,0,78,48,6,0,63,0,11,32,0,3,17,0,42,0,21,26,0,64,17,0,33,32,0,28,17,33,0,79,48,0,27,16,0,9,32,0,78,17,33,0,80,48,6,32,0,3,0,33,32,0,80,0,8,16,32,1,36,16,17,0,2,32,0,80,17,0,0,32,0,3,17,0,19,0,15,0,68,21,0,11,32,0,79,21,0,1,0,19,21,0,6,0,19,0,14,0,69,21,0,2,34,0,79,0,0,0,64,17,21,0,42,0,21,26,0,63,21,0,33,34,0,28,21,21,16,33,0,81,48,6,32,0,81,0,33,0,0,0,6,0,64,21,0,5,0,19,21,34,0,80,0,8,16,0,49,0,0,26,16,0,53,0,19,0,1,0,33,21,27,21,0,63,0,14,32,0,81,17,0,9,32,0,78,17,0,8,16,32,1,36,16,17,0,6,33,0,81,50,6,32,0,81,0,27,16,0,2,34,0,78,17,0,0,33,0,3,50,6,32,0,23,0,14,0,64,17,0,9,32,0,81,0,13,0,63,17,17,0,10,33,0,24,50,0,8,16,0,2,33,0,23,50,6,32,0,23,0,1,32,0,23,0,14,0,63,17,0,2,32,0,81,17,17,33,0,81,49,6,0,59,0,14,32,0,3,17,0,27,0,64,17,0,9,0,76,0,14,32,0,3,17,17,0,1,33,0,3,50,6,0,63,0,14,32,0,3,17,0,27,16,0,12,0,67,0,14,32,0,3,17,17,32,0,29,0,50,0,31,27,32,0,10,0,148,27,16,6,34,0,17,0,19,0,1,0,8,0,53,0,2,27,21,33,0,3,50,6,32,1,32,0,1,32,0,1,17,33,0,82,48,6,34,0,38,0,47,1,22,26,16,6,32,0,13,0,42,0,33,26,33,0,1,50,6,34,0,51,0,33,32,0,13,17,33,0,83,48,6,32,0,33,0,42,0,33,26,33,0,3,50,6,32,0,33,0,42,0,33,26,33,0,81,50,6,34,0,19,0,12,34,0,20,17,0,33,32,0,33,17,0,30,16,0,21,34,0,39,0,31,16,0,33,32,0,35,17,17,33,0,35,49,6,32,0,3,0,70,0,53,0,15,27,0,9,0,11,0,52,0,77,27,21,16,33,0,84,48,6,0,63,0,11,32,0,3,17,0,11,32,0,84,17,33,0,85,48,6,32,0,85,0,27,16,32,1,36,16,0,42,0,33,26,32,0,81,17,33,0,86,48,0,15,0,64,17,33,0,87,48,6,32,0,81,0,1,16,0,6,0,63,17,33,0,88,48,6,32,0,86,0,1,16,0,6,0,63,17,33,0,89,48,6,32,0,13,33,0,25,49,6,34,0,33,0,42,0,33,26,33,0,24,50,6,32,0,84,0,2,32,0,89,17,32,0,26,0,149,26,16,6,0,68,0,16,32,0,3,17,0,9,0,68,0,11,32,0,86,17,17,33,0,90,48,0,11,32,0,83,17,0,30,16,0,28,16,33,0,91,48,6,0,69,0,14,32,0,3,17,33,0,92,48,0,9,32,0,90,17,0,26,16,0,10,32,0,90,17,33,0,93,48,6,0,68,0,25,16,0,37,32,0,3,17,0,10,32,0,93,17,0,16,32,0,92,17,0,2,0,68,17,0,6,32,0,88,17,0,27,0,2,34,0,92,21,0,6,0,26,21,0,68,17,0,2,32,0,90,17,32,0,26,0,150,26,16,6,32,1,26,0,14,32,0,1,17,33,0,94,48,6,32,1,16,0,34,16,0,0,0,68,17,32,1,14,0,34,16,0,0,0,64,17,11,2,0,37,32,0,1,17,33,0,95,48,6,32,1,16,0,34,16,0,0,0,67,17,0,14,32,0,1,17,33,0,96,48,32,1,36,0,51,0,11,27,32,0,95,17,0,9,32,0,94,17,33,0,97,48,6,32,0,97,0,10,32,0,96,17,0,27,16,0,2,32,0,89,17,34,0,26,0,151,26,16,6,0,63,0,14,32,0,3,17,0,11,0,52,0,10,0,52,0,27,27,27,32,0,93,17,0,26,0,53,0,9,27,16,32,0,13,32,0,10,0,152,27,16,6,0,64,0,16,34,0,81,17,0,26,16,0,9,32,1,15,0,34,16,0,0,0,68,17,0,14,32,0,1,17,17,0,11,32,0,87,17,33,0,98,48,6,32,0,98,0,10,32,0,93,17,0,8,16,0,28,0,54,32,1,35,0,1,0,18,21,0,52,0,13,0,50,0,25,27,27,27,16,33,0,99,48,6,32,0,84,0,30,16,33,0,100,48,0,0,0,52,32,0,99,0,53,0,33,27,27,16,0,0,0,64,17,33,0,101,48,6,32,0,3,0,33,32,0,100,17,0,13,0,76,17,33,0,102,48,6,32,0,3,0,33,32,0,101,17,33,0,103,48,6,32,0,86,0,33,32,0,101,17,0,6,0,63,17,0,13,32,0,103,17,0,9,32,0,102,17,32,0,13,0,33,32,0,101,21,32,0,10,0,153,27,16,6,32,0,1,0,33,32,0,100,17,0,42,0,1,26,32,1,15,0,34,16,17,0,0,34,0,103,0,15,0,63,17,17,0,0,32,0,102,17,33,0,104,48,6,32,0,70,0,21,33,0,101,50,6,32,0,1,0,44,0,63,26,16,0,33,0,52,32,0,101,27,0,54,32,0,70,0,44,0,65,26,16,0,21,32,0,104,17,27,16,0,1,0,52,0,26,27,16,33,0,105,48,6,32,0,105,0,33,32,0,40,17,0,2,0,52,0,49,0,0,26,0,14,0,63,21,0,10,0,52,0,27,0,52,0,64,27,27,20,27,16,0,49,0,0,26,16,0,27,16,33,0,105,49,0,33,32,0,13,17,0,2,16,33,0,106,48,6,32,0,105,0,14,0,65,17,33,0,107,48,0,2,0,68,17,0,1,33,0,105,50,6,32,1,15,0,34,16,0,42,0,1,26,32,1,32,17,0,14,32,0,82,17,0,11,32,0,105,17,32,0,45,16,33,0,108,48,6,32,0,24,0,33,32,0,40,17,34,0,45,16,33,0,109,48,6,32,0,29,0,33,32,0,50,17,0,21,0,63,17,0,42,0,1,26,0,64,17,1,23,16,6,32,0,109,33,0,110,48,6,32,0,48,32,1,37,0,51,0,16,27,33,0,109,50,6,0,63,0,14,32,0,67,17,0,9,32,0,109,17,0,24,0,64,17,32,0,43,0,30,20,32,0,10,0,155,0,156,11,2,0,55,0,11,0,52,34,0,110,0,24,0,64,17,27,0,47,0,10,26,20,27,27,16,6,32,0,109,0,2,0,68,17,0,6,33,0,67,50,6,32,0,67,0,14,0,68,17,0,33,0,52,0,49,0,0,26,27,32,0,95,17,33,0,111,48,6,32,0,111,0,14,0,1,0,18,21,33,0,88,50,6,34,0,111,0,14,0,1,0,18,21,33,0,89,50,6,32,1,32,0,1,32,0,1,17,32,0,8,0,53,0,11,27,0,9,0,15,0,52,0,78,27,21,16,33,0,112,48,6,32,1,32,0,0,32,0,8,17,0,16,32,0,1,17,0,9,34,0,107,0,33,32,0,13,17,17,33,0,113,48,0,30,16,33,0,114,48,6,32,1,16,32,1,25,0,11,0,34,0,0,0,69,21,0,53,0,14,27,21,32,0,1,17,0,10,32,1,17,0,34,16,0,14,32,0,1,17,0,26,16,0,12,32,0,85,17,17,0,10,34,0,113,17,0,10,34,0,112,17,0,11,0,63,0,16,32,0,3,17,0,9,32,0,106,17,0,26,16,0,11,32,0,85,17,0,11,32,0,83,17,17,33,0,115,48,6,32,0,106,0,11,34,0,115,0,10,32,0,84,17,17,32,0,13,32,0,10,0,157,27,16,6,32,0,106,0,33,32,0,100,17,0,11,0,68,0,14,34,0,104,17,17,32,0,13,0,33,32,0,100,21,32,0,10,0,158,27,16,6,32,0,106,0,12,0,52,0,27,27,16,0,9,32,0,3,0,15,0,63,17,17,0,9,32,0,86,0,11,0,63,17,17,0,11,32,0,83,17,32,0,13,32,0,10,0,159,27,16,6,32,0,106,0,33,32,0,100,17,33,0,116,48,0,12,33,0,102,50,6,32,0,100,0,30,34,0,116,17,33,0,117,48,6,32,0,102,0,42,0,30,26,33,0,100,50,6,32,0,70,0,44,0,64,26,16,0,21,34,0,102,17,0,42,0,30,26,33,0,101,50,6,34,0,16,0,27,16,33,0,118,48,0,30,16,33,0,119,48,6,32,0,82,32,0,8,0,53,0,11,27,0,9,0,15,0,52,0,63,27,21,16,0,11,34,0,84,0,9,32,0,106,17,0,26,16,0,33,32,0,40,17,0,10,34,0,118,17,0,10,34,0,69,17,17,0,30,16,33,0,120,48,6,32,0,105,0,33,32,0,73,17,33,0,121,48,0,11,0,63,17,33,0,122,48,6,0,68,0,68,11,2,32,1,25,34,0,105,0,33,32,0,120,17,33,0,123,48,17,33,0,124,48,6,0,67,0,11,34,0,121,17,0,9,32,0,122,17,32,0,73,32,0,10,0,160,27,16,6,32,0,44,0,33,32,0,120,17,33,0,125,48,6,32,0,82,0,33,32,0,120,17,33,0,126,48,6,32,0,7,0,13,16,0,11,32,0,126,17,0,9,32,0,125,0,14,0,63,17,17,0,9,32,0,124,17,33,0,127,48,6,32,0,7,0,33,32,0,126,0,30,32,0,127,17,17,33,0,128,48,0,14,0,63,17,32,0,120,0,30,32,0,127,21,32,0,10,0,161,27,16,6,32,0,124,0,30,0,52,34,0,127,27,0,54,34,0,128,0,15,0,63,17,27,16,33,0,124,49,6,0,63,0,15,32,0,7,17,0,30,16,33,0,129,48,0,44,0,63,26,16,33,0,130,48,6,32,0,126,0,30,32,0,124,17,33,0,131,48,0,21,32,0,129,17,0,39,32,0,77,0,13,16,0,21,32,0,125,0,30,32,0,124,17,33,0,132,48,17,0,21,32,0,130,17,33,0,133,48,17,33,0,134,48,6,32,0,32,0,33,34,0,50,17,0,42,0,1,26,0,64,17,0,21,32,0,1,0,13,16,17,0,33,32,0,132,17,0,21,34,0,32,0,30,34,0,43,17,0,21,0,59,17,0,33,34,0,125,17,0,0,32,0,123,0,14,0,64,17,17,17,33,0,135,48,6,32,0,135,0,31,16,0,33,0,52,32,0,131,0,21,32,0,126,17,33,0,136,48,0,53,0,33,27,0,31,20,27,16,33,0,137,48,6,32,0,137,0,30,0,52,0,15,0,52,32,0,124,0,13,16,27,27,16,1,24,16,6,32,0,137,0,33,34,0,131,0,44,0,59,26,16,0,21,32,0,124,17,0,33,32,0,137,17,0,49,0,0,26,16,33,0,138,48,0,31,16,17,0,30,0,52,32,0,124,0,13,16,0,53,0,11,27,27,16,33,0,137,49,6,32,0,137,0,42,0,33,26,33,0,124,50,6,32,0,137,0,42,0,33,26,33,0,120,50,6,32,0,137,0,42,0,33,26,33,0,123,50,6,34,0,138,0,11,0,63,17,0,10,0,52,0,27,27,16,0,8,16,0,47,0,0,26,16,33,0,139,48,6,34,0,126,0,33,32,0,137,0,23,32,0,139,17,17,33,0,140,48,6,32,0,7,0,13,16,0,16,32,0,140,17,32,0,120,0,23,32,0,139,21,32,0,10,32,0,140,0,53,0,30,27,0,38,20,32,1,29,0,162,21,27,16,6,32,0,123,0,11,0,63,17,33,0,141,48,0,9,0,69,0,11,34,0,123,17,17,33,0,142,48,6,34,0,31,0,33,32,0,120,17,0,33,0,52,32,0,124,32,1,36,16,0,24,32,0,139,17,27,0,21,34,0,7,0,6,0,63,17,0,1,16,33,0,143,48,0,33,32,0,140,17,21,0,1,0,19,21,16,33,0,144,48,6,32,0,144,0,11,0,63,17,0,9,32,0,142,17,32,0,120,32,0,10,0,163,27,16,6,34,0,142,32,1,38,0,24,0,64,21,0,16,0,30,21,32,0,124,17,33,0,145,48,0,33,34,0,137,0,30,32,0,124,17,0,31,16,33,0,146,48,17,0,21,34,0,130,17,0,39,34,0,133,17,33,0,147,48,6,34,0,132,0,21,34,0,143,17,0,36,0,0,32,0,77,0,53,0,33,27,21,16,0,19,0,24,0,52,0,13,27,34,0,129,21,0,33,0,52,0,31,27,34,0,146,21,0,33,32,0,124,0,24,34,0,139,17,0,49,0,0,26,0,59,17,21,0,21,0,33,0,52,34,0,140,27,21,16,33,0,148,48,6,32,0,144,0,11,0,63,17,32,1,38,0,11,34,0,145,0,21,0,64,17,21,0,33,0,52,0,49,0,0,26,27,0,18,21,32,0,124,17,0,9,32,0,124,0,26,0,64,17,0,11,32,0,141,17,17,33,0,149,48,6,32,0,82,0,33,32,0,73,17,0,0,0,69,17,0,0,32,0,74,0,2,0,69,17,0,33,32,0,44,0,33,32,0,73,17,33,0,150,48,17,17,33,0,151,48,6,34,0,150,0,2,0,72,17,0,0,32,0,151,17,0,28,0,54,0,37,27,16,0,21,33,0,149,50,6,0,64,0,1,32,0,70,17,0,42,0,33,26,32,0,13,17,0,0,0,64,17,32,0,119,32,0,73,0,21,32,0,120,17,11,3,0,30,0,69,0,68,0,69,11,3,17,0,21,16,33,0,152,48,6,34,0,122,0,21,34,0,141,17,0,12,0,2,0,68,21,0,0,0,19,21,34,0,149,17,0,0,0,79,17,33,0,153,48,6,32,0,70,0,44,0,79,26,16,32,0,70,0,44,0,63,26,16,34,0,65,0,30,34,0,68,17,32,0,119,0,44,0,80,26,16,34,0,82,0,33,34,0,119,17,34,0,153,34,0,73,0,44,0,63,26,16,0,21,34,0,144,17,34,0,151,0,21,34,0,148,17,11,8,33,0,154,48,6,32,0,93,0,8,16,0,49,0,0,26,16,32,1,35,0,1,0,19,21,32,0,85,17,0,7,0,10,0,12,21,0,68,17,0,9,32,0,87,17,33,0,155,48,6,34,0,90,0,27,16,0,10,0,64,0,14,32,0,3,17,17,33,0,156,48,0,11,32,0,106,0,11,32,0,85,17,0,10,0,52,0,26,27,16,0,10,32,0,93,17,0,10,34,0,155,17,0,10,34,0,83,17,33,0,157,48,17,0,30,16,33,0,158,48,6,34,0,156,0,10,34,0,157,17,0,12,32,0,87,17,32,0,13,32,0,10,0,164,27,16,6,0,63,0,14,32,0,3,17,0,11,32,0,93,17,0,10,0,63,0,16,32,0,3,17,0,9,34,0,87,17,17,0,8,16,0,2,0,68,17,0,6,34,0,88,17,0,26,0,68,17,0,33,32,0,158,17,33,0,159,48,0,13,0,68,17,33,0,160,48,6,32,1,26,0,11,32,0,1,17,0,30,16,33,0,161,48,0,42,0,33,26,32,0,1,17,33,0,162,48,0,9,16,0,38,16,33,0,163,48,0,27,0,1,0,19,21,0,59,17,0,30,16,0,33,34,0,162,17,33,0,164,48,6,34,0,8,0,0,32,1,32,17,33,0,165,48,0,16,32,0,1,17,0,30,16,33,0,166,48,0,21,34,0,161,17,33,0,167,48,6,32,0,1,0,33,34,0,166,17,0,0,32,0,163,0,13,16,0,42,0,1,26,34,0,165,17,17,0,21,33,0,164,50,6,34,0,40,0,33,34,0,37,17,33,0,168,48,6,0,63,0,21,32,0,97,17,0,49,0,0,26,16,0,30,0,64,0,21,32,0,96,17,17,0,24,0,64,17,0,27,0,53,0,1,27,16,0,0,34,0,85,0,26,0,64,17,0,30,34,0,96,17,0,8,16,17,0,42,0,21,26,34,0,34,17,33,0,169,48,6,0,77,0,14,32,0,3,17,0,27,16,0,10,34,0,97,17,0,10,32,0,89,0,14,0,68,17,17,0,12,34,0,94,17,0,30,16,0,21,34,0,70,0,30,0,52,0,8,27,32,0,71,17,17,33,0,170,48,6,34,0,95,0,30,16,33,0,171,48,6,32,0,160,0,0,32,0,158,17,0,0,0,52,32,0,99,0,53,0,33,27,0,2,32,0,160,21,27,16,33,0,172,48,6,32,0,172,0,30,34,0,89,0,33,32,0,158,17,33,0,173,48,0,14,0,68,17,33,0,174,48,0,2,32,0,160,0,0,0,64,17,17,17,0,21,33,0,170,50,6,32,0,174,0,8,16,33,0,174,49,6,32,0,174,0,42,0,30,26,33,0,158,50,6,32,0,174,0,42,0,30,26,33,0,172,50,6,34,0,71,0,1,16,0,21,32,0,1,0,0,32,0,98,17,0,33,34,0,100,17,0,42,0,1,26,32,1,15,0,34,16,0,0,0,64,17,17,0,6,0,63,17,17,0,0,0,81,17,33,0,175,48,6,32,0,167,32,0,167,32,0,168,32,0,168,32,0,114,32,0,35,0,30,0,68,17,32,0,101,32,0,170,0,64,0,0,32,0,117,17,0,64,0,0,32,0,117,17,34,0,99,0,33,32,0,91,17,0,6,0,64,17,0,0,32,0,91,17,34,0,172,32,0,171,11,13,0,21,16,0,42,0,33,26,32,0,13,17,0,21,34,0,152,17,33,0,176,48,0,31,16,33,0,177,48,6,34,0,167,0,44,0,63,26,16,34,0,164,32,0,168,0,44,0,64,26,16,34,0,168,0,13,16,0,25,16,0,0,0,64,17,34,0,114,0,44,0,82,26,16,34,0,169,0,22,34,0,106,0,33,34,0,35,17,0,0,0,60,17,17,0,29,16,0,20,16,34,0,175,34,0,170,0,44,0,72,26,16,32,0,117,0,44,0,83,26,16,34,0,1,0,33,0,64,0,1,34,0,117,17,17,0,42,0,1,26,32,1,32,17,34,0,3,0,33,32,0,91,17,0,0,0,84,17,34,0,86,0,33,32,0,158,17,0,11,0,63,17,0,2,0,67,17,0,0,34,0,159,0,14,0,64,17,0,6,34,0,173,17,0,2,0,68,17,0,0,34,0,160,17,0,30,34,0,174,17,17,0,0,0,86,17,0,5,0,85,17,32,0,108,0,0,0,87,17,33,0,178,48,0,24,0,59,17,11,13,0,21,34,0,154,17,0,21,16,0,33,32,0,177,17,33,0,179,48,6,0,19,0,42,0,33,26,32,0,13,21,0,21,0,13,0,53,0,42,0,24,0,52,0,1,27,26,27,21,33,0,180,48,6,34,0,101,0,42,0,1,26,0,64,17,34,0,91,32,0,158,11,3,0,21,16,32,0,180,32,0,5,0,13,16,0,42,0,1,26,0,64,17,0,5,34,0,176,17,0,28,0,52,0,13,0,50,0,1,27,27,32,0,171,17,17,33,0,181,48,6,32,0,5,32,0,6,11,2,0,44,0,33,0,52,0,28,0,52,32,0,171,0,13,16,27,0,33,32,0,177,21,0,42,0,21,26,0,59,21,27,26,32,0,181,34,0,98,0,10,34,0,93,17,0,8,16,0,27,16,32,1,36,16,0,33,34,0,158,17,34,0,180,34,0,181,17,11,2,17,33,0,182,48,6,32,0,67,0,13,0,64,17,0,9,32,0,74,17,0,10,33,0,49,50,0,30,16,33,0,183,48,0,42,0,33,26,34,0,67,17,33,0,184,48,0,14,0,64,17,0,0,0,64,17,0,30,16,33,0,185,48,6,32,0,183,0,41,0,64,26,0,21,32,0,48,0,53,0,33,27,21,0,49,0,0,26,0,59,21,0,2,0,68,21,0,24,0,0,34,0,184,0,11,0,64,17,21,0,33,0,0,0,18,0,50,0,36,27,21,32,0,185,21,0,42,0,21,26,0,23,21,0,59,21,0,42,0,39,26,0,33,0,52,34,0,185,27,21,16,0,20,0,50,0,68,11,2,17,0,43,0,11,26,16,33,0,183,49,6,34,0,75,0,30,32,0,48,17,34,0,74,0,8,16,0,30,32,0,48,17,32,0,48,0,30,16,0,30,0,52,34,0,49,0,30,34,0,48,17,27,0,54,34,0,183,27,16,11,3,33,0,186,48,6,34,0,171,0,13,0,51,0,1,27,32,0,179,17,0,16,34,0,177,17,0,21,0,64,17,0,30,16,32,0,134,0,44,0,13,26,16,0,0,34,0,77,17,34,0,134,34,0,147,11,4,33,0,187,48,6,34,0,178,0,34,0,59,17,0,21,34,0,179,17,34,0,163,34,0,186,34,0,187,34,0,182,11,5,7,11,0,0,44,0,165,0,50,0,40,27,26,11,0,0,63,0,25,16,11,4,33,0,3,48,6,34,0,2,0,13,0,11,0,67,21,0,57,0,11,0,51,0,22,27,27,16,0,41,34,0,3,26,0,24,0,13,21,0,53,0,21,27,16,33,0,4,33,0,5,33,0,6,33,0,7,12,4,48,6,34,0,1,32,1,39,34,0,5,32,0,6,11,2,17,33,0,8,48,33,0,9,33,0,10,33,0,11,33,0,12,33,0,13,12,5,48,6,34,0,9,32,1,41,34,0,10,32,0,11,0,34,16,34,0,12,34,0,13,34,0,6,0,44,0,63,26,16,0,27,34,0,7,17,11,5,17,33,0,14,33,0,15,33,0,16,33,0,17,33,0,18,12,5,48,6,34,0,14,34,0,11,0,24,0,64,17,0,21,34,0,4,0,33,34,0,15,17,11,1,17,0,21,16,34,0,16,0,12,16,0,29,16,0,43,0,11,26,16,34,0,17,0,12,16,0,29,16,0,43,0,11,26,16,34,0,18,34,0,8,11,6,7,34,0,1,34,0,2,16,7,32,0,1,0,33,0,52,32,0,2,0,30,34,0,1,19,27,0,54,0,44,0,64,26,27,16,32,1,13,34,0,2,0,42,0,33,26,18,17,7,34,0,1,0,30,16,0,34,16,0,111,11,2,0,40,16,7,34,0,1,0,21,0,63,17,0,33,0,52,0,49,0,0,26,27,32,1,31,17,0,9,32,1,32,17,0,30,16,0,112,11,2,0,40,16,7,32,1,26,0,30,34,0,1,17,0,113,11,2,0,40,16,7,32,1,26,0,30,34,0,1,17,0,114,11,2,0,40,16,7,34,0,2,0,30,34,0,1,19,0,42,0,33,26,32,1,26,19,0,115,11,2,0,40,16,7,32,0,2,0,42,0,30,26,33,1,26,50,6,32,0,2,0,42,0,30,26,33,1,25,50,6,34,0,1,0,30,34,0,2,17,7,0,47,0,10,26,0,57,34,0,1,0,11,0,51,0,22,27,34,0,2,0,53,0,30,27,21,0,40,20,27,7,0,63,0,28,0,53,0,45,0,14,26,27,0,48,1,25,26,0,19,0,50,0,44,0,63,26,27,21,0,34,0,59,21,11,2,0,55,0,13,0,11,0,63,21,0,51,0,9,27,27,33,0,3,48,6,1,26,33,0,4,48,6,0,63,32,0,4,0,125,27,0,42,0,64,34,0,4,0,126,27,26,11,2,0,55,0,13,0,51,0,12,27,27,33,0,5,48,6,34,0,1,34,0,5,0,127,11,2,0,55,0,13,0,51,0,5,27,0,11,34,0,3,21,27,34,0,2,19,0,40,16,7,0,14,0,57,0,47,0,10,26,27,0,57,34,0,1,0,11,0,51,0,22,27,34,0,2,0,53,0,30,27,0,42,0,64,0,56,0,33,27,26,0,41,32,1,6,26,0,22,32,1,5,21,21,0,29,0,50,0,9,27,20,21,0,40,20,27,7,32,1,15,0,21,0,63,17,0,30,32,0,1,17,0,13,32,2,16,0,34,16,0,0,0,67,17,17,32,1,13,0,21,0,63,21,0,30,34,0,1,21,32,1,10,0,131,27,16,7,34,0,1,0,6,33,1,24,50,0,14,0,68,17,32,1,25,32,1,10,34,0,4,27,16,7,32,2,27,32,2,25,34,0,1,17,0,9,32,1,44,0,14,0,63,17,17,7,32,1,5,0,33,0,52,32,0,1,27,0,54,32,1,5,0,33,32,0,2,19,27,16,33,1,5,49,6,32,1,6,0,33,0,52,34,0,2,27,0,54,32,1,6,0,33,34,0,1,17,27,16,33,1,6,49,7,32,1,23,0,33,32,0,1,17,0,2,0,52,0,8,27,32,1,108,17,0,6,33,1,109,50,0,14,0,68,17,32,1,29,0,50,0,31,27,0,33,34,0,1,21,32,1,10,0,154,27,16,7,32,1,135,0,33,0,52,32,0,1,27,0,13,0,52,0,27,27,20,0,51,0,10,27,32,1,136,17,0,8,16,32,1,120,0,30,0,52,32,1,124,27,0,53,0,21,27,20,0,33,34,0,1,21,32,1,10,0,161,27,16,7,32,0,1,0,27,16,0,0,34,0,2,19,0,49,0,6,26,16,0,6,34,0,1,17,7,0,36,0,14,0,18,0,50,0,13,27,21,0,42,0,30,26,0,19,21,0,0,34,0,2,21,0,42,0,33,26,32,3,8,21,0,21,0,106,21,0,21,34,0,1,21,0,21,0,124,21,7] + ,[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[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[34],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[59],runtime[61],10,-1,11,26,9,0,1,5,8,4,2,3,-3,-2,6,17,Math.PI,Infinity,-4,-5,-6,32,64,48,43,66,24,23,16,7,'\0','0','#','\'','\"','@',str("⋄,"),str(":;"),str("⇐←↩"),str("(){}⟨⟩"),str("‿"),str("·"),str("𝕊𝕏𝕎𝔽𝔾𝕤𝕩𝕨𝕣𝕗𝕘"),str(".¯π∞"),str("_"),str("aA"),str("•"),str("𝕨"),str(" "),str("#\'\"@"),str("s"),str("Unknown character"),str(": "),str("Unclosed quote"),str("Words can\'t only have underscores"),str("System dot with no name"),str("𝕣 can\'t be used with other word characters"),str("Numbers can\'t start with underscores"),str("Letter"),str(" \""),str("\" not allowed in numbers"),str("ea"),str("Negative sign in the middle of a number"),str("Portion of a number is empty"),str("Ill-formed decimal or exponent use"),str("π and ∞ must occur alone"),str("Missing "),str("opening"),str("closing"),str("Malformed bracket nesting"),str("Empty program"),str("Swapped open and closed brackets"),str("Parentheses can\'t contain separators"),str("Empty statement or expression"),str("Invalid assignment or stranding use"),str("Dot must be followed by a name"),str("Can\'t strand Nothing (·)"),str("Punctuation : and ; not allowed outside blocks"),str("Header-less bodies must come last"),str("At most two header-less bodies allowed"),str("Only one header per body allowed"),str("Missing operand in header"),str("Invalid header structure"),str("Incorrect special name"),str("Header left argument without right"),str("Header operation must be a plain name"),str("Invalid special names for block header"),str("Special name outside of any block"),str("Only blocks with explicit arguments can have multiple bodies"),str("Block bodies must be of the same kind"),str("Dot must be preceded by a subject"),str("Nothing (·) cannot be assigned"),str("Missing operand"),str("Can\'t use Nothing (·) in lists"),str("Double subjects (missing ‿?)"),str("Role of the two sides in assignment must match"),str("Can\'t return Nothing (·)"),str("Invalid use of 𝕨 in monadic case"),str("Unreachable body"),str("Assignment target must be a name or list of targets"),str("Can\'t nest assignments (write aliases with ⇐)"),str("Can\'t use result of function/modifier assignment without parentheses"),str("Can\'t define special name"),str("Redefinition"),str("Undefined identifier"),str("Can\'t export from surrounding scope"),str("Second-level parts of a train must be functions"),str("System values not supported")] ,[[0,1,0],[0,0,1],[1,0,2],[1,1,3],[0,0,[[],[4]]],[0,0,[[],[5]]],[0,0,[[],[6]]],[0,0,[[],[7]]],[0,0,[[],[8]]],[0,0,[[],[9]]],[0,0,10],[0,0,11],[0,0,12],[0,0,13],[0,0,[[],[14]]],[0,0,[[],[15]]],[2,1,16],[0,0,17],[2,1,18],[0,0,19],[1,0,20],[0,0,21],[0,0,[[],[22]]],[0,0,23],[0,0,24],[0,0,25],[2,1,26]] - ,[[0,0],[3,43],[573,5],[592,5],[711,57],[2917,23],[3742,188],[11347,19],[11590,3],[11598,3],[11638,3],[11655,3],[11694,3],[11711,3],[11728,3],[11754,3],[11790,3],[11821,6],[11953,3],[12020,3],[12070,5],[12096,3],[12118,3],[12176,3],[12229,3],[12291,3],[12316,3]] + ,[[0,0],[3,43],[573,5],[592,5],[711,57],[2917,23],[3742,188],[11340,19],[11583,3],[11591,3],[11631,3],[11648,3],[11687,3],[11704,3],[11721,3],[11747,3],[11783,3],[11814,6],[11946,3],[12013,3],[12063,5],[12089,3],[12111,3],[12169,3],[12222,3],[12284,3],[12309,3]] ); let compgen = sys => { let gl = sys.glyphs, rt = sys.runtime; @@ -439,7 +439,7 @@ let placeholder = ["array","function","1-modifier","2-modifier"].map(s => str("* let repop = x => x.ns ? str("{"+listkeys(x).map(s=>s.join("")).join("‿")+"⇐}") : gl[x.prim] || placeholder[type(x)-2]; let [fmt1,repr] = run( - [15,1,25,31,0,1,22,0,3,22,0,4,22,0,5,22,0,6,4,4,11,14,0,67,0,15,0,18,0,18,10,0,40,0,68,8,3,2,0,43,0,10,0,40,0,58,8,8,21,0,6,3,2,0,43,0,58,0,41,0,8,8,8,22,0,7,11,14,15,2,22,0,8,11,14,0,11,0,8,0,50,10,0,45,15,3,8,22,0,9,11,14,15,4,22,0,10,11,14,15,5,22,0,11,11,14,15,6,15,7,3,2,0,43,15,8,0,49,3,2,0,43,0,10,0,41,0,10,0,40,0,49,8,0,39,0,7,8,8,8,8,22,0,12,11,14,0,77,0,19,0,76,6,15,9,15,10,3,2,0,43,0,10,0,11,0,46,10,0,7,0,11,0,10,0,50,10,10,8,3,2,0,43,0,14,0,14,0,46,0,46,3,2,10,8,22,0,13,11,14,15,11,22,0,14,11,14,15,12,22,0,15,11,14,15,13,15,14,15,15,3,3,0,43,0,30,0,58,7,0,8,0,17,10,0,38,0,35,0,0,7,0,12,0,0,0,8,0,40,0,46,8,10,0,10,10,8,8,22,0,16,11,14,21,0,7,0,19,9,31,0,16,21,0,15,3,2,0,43,0,34,21,0,3,7,0,12,0,55,10,0,17,0,38,0,35,0,7,7,8,9,8,21,0,15,3,3,0,43,0,13,0,3,0,50,10,8,22,0,17,11,14,15,16,22,0,18,11,14,0,85,22,0,19,11,14,0,16,0,38,0,28,8,21,0,5,9,21,0,19,3,2,0,43,0,50,0,41,0,11,8,8,21,0,18,21,0,17,0,38,31,0,19,0,27,3,2,0,43,0,10,0,11,0,49,10,8,8,8,0,28,0,49,10,0,19,9,22,0,20,11,14,0,16,0,16,31,0,17,9,31,0,20,3,2,0,43,0,15,0,12,0,55,10,8,21,0,3,10,22,0,21,11,14,15,17,22,0,22,11,14,0,69,0,16,0,15,0,18,0,16,0,26,0,11,0,0,0,49,10,10,10,0,18,0,15,10,0,66,10,0,33,21,0,7,0,18,0,78,10,7,0,18,9,0,21,0,49,10,0,33,21,0,22,0,18,0,86,10,7,0,18,9,0,23,0,71,10,0,18,0,70,10,3,3,0,43,0,34,21,0,3,7,0,31,0,27,7,0,50,0,17,0,56,6,0,24,0,50,0,49,0,46,3,3,6,10,0,35,0,4,7,9,8,3,2,0,43,0,10,0,8,0,46,10,8,22,0,23,11,14,0,28,0,38,21,0,22,8,0,18,0,87,10,21,0,23,0,17,31,0,23,0,39,0,18,0,40,0,88,0,41,0,18,8,8,8,0,14,10,3,3,0,43,0,11,0,3,0,50,10,8,22,0,24,11,14,31,0,7,31,0,24,3,2,0,43,21,0,3,0,11,0,46,10,8,22,0,25,11,14,0,30,0,46,7,0,29,0,89,10,31,0,18,31,0,22,8,0,28,0,49,10,22,0,26,11,14,0,16,0,16,31,0,25,9,31,0,26,3,2,0,43,0,15,0,12,0,55,10,8,21,0,3,10,22,0,27,11,14,21,0,21,0,38,0,32,0,57,0,0,0,58,6,0,41,0,18,8,7,8,0,17,9,0,21,0,47,10,21,0,27,3,2,25,0,49,0,33,0,20,7,31,0,1,0,1,5,6,0,25,0,42,0,37,0,31,0,34,0,2,7,7,7,8,5,0,35,0,47,0,48,3,2,0,44,0,0,8,7,31,0,2,17,0,17,5,0,28,0,40,0,47,8,0,42,0,46,8,5,25,21,0,1,0,14,5,0,21,0,47,6,22,0,3,11,0,4,0,49,6,21,1,8,5,22,0,4,11,14,15,18,22,0,5,11,14,21,0,1,0,17,31,0,1,0,14,5,0,20,0,47,6,0,18,31,0,3,0,35,0,2,7,5,6,6,0,20,0,40,0,35,0,0,7,8,31,0,5,3,2,0,43,0,16,0,38,0,10,8,0,8,0,46,10,8,31,0,4,6,25,21,0,1,0,17,5,0,33,0,30,0,59,7,0,17,0,14,0,28,0,47,10,0,41,0,19,8,10,0,18,0,16,10,7,31,0,1,0,14,5,21,1,8,0,49,6,6,0,18,5,25,0,59,0,17,21,0,1,0,10,5,31,0,2,3,2,6,22,0,3,11,14,21,0,3,31,0,1,31,0,3,3,3,0,19,5,0,18,5,25,0,71,0,18,31,0,1,0,27,5,0,21,0,49,6,0,21,0,47,6,6,0,18,0,70,6,0,19,5,25,21,0,1,0,14,5,0,28,0,47,6,22,0,3,11,14,0,72,21,0,2,0,16,0,3,0,49,10,0,31,0,27,7,0,73,10,0,17,9,21,1,6,3,2,0,43,0,8,0,40,0,51,8,8,16,3,2,0,18,5,0,20,21,0,3,6,0,19,5,31,0,1,0,28,0,42,0,74,0,28,0,49,0,1,31,0,2,17,0,3,0,52,6,0,4,0,46,6,6,8,5,0,75,0,20,0,40,0,1,8,31,0,3,6,0,19,5,3,3,0,18,5,25,31,0,1,0,27,5,0,34,0,11,7,0,69,6,0,36,0,1,7,5,0,37,0,0,7,5,0,11,0,50,6,0,35,0,7,7,5,25,31,0,1,0,33,0,59,7,5,21,1,11,0,49,6,21,1,12,0,50,6,0,28,0,40,0,46,0,47,3,2,8,0,42,0,60,8,5,25,31,0,1,0,14,5,0,69,0,33,21,1,6,7,0,33,0,18,0,40,0,78,8,7,9,0,18,9,0,28,0,42,0,61,8,9,3,2,0,43,0,10,0,8,0,49,10,8,5,0,19,5,25,21,0,1,0,33,0,14,7,5,22,0,3,11,14,21,0,3,0,33,0,28,7,0,49,6,0,17,0,30,0,49,7,0,1,0,11,10,0,45,0,36,0,4,7,8,3,2,0,43,0,11,0,8,0,46,10,8,5,22,0,4,11,14,31,0,3,0,33,0,28,7,5,0,11,0,8,0,46,10,0,45,0,49,0,44,0,36,0,4,7,8,8,5,22,0,5,11,14,31,0,1,0,33,0,20,7,0,49,0,20,21,0,4,0,10,5,0,2,21,0,2,17,0,1,5,6,0,6,31,0,4,6,0,2,31,0,2,17,0,34,0,19,7,21,0,5,6,6,0,11,0,1,0,50,10,0,4,0,46,10,0,45,0,19,8,5,0,50,0,44,0,18,0,38,0,8,8,8,5,22,0,6,11,14,31,0,6,21,1,10,0,9,0,38,21,1,9,8,3,2,0,43,31,0,5,0,17,5,0,13,0,40,0,25,0,40,0,49,8,8,5,8,5,21,1,11,0,50,6,25,21,0,1,0,33,21,1,21,7,5,21,1,14,0,49,0,15,31,0,2,17,6,21,1,12,31,0,1,0,11,5,6,25,21,0,1,0,11,5,22,0,3,11,14,0,79,0,16,0,42,21,0,1,8,5,0,21,0,46,6,22,0,1,12,14,21,0,1,0,14,5,0,21,0,47,6,22,0,4,11,0,10,5,0,1,5,0,11,0,40,0,46,8,0,45,0,48,8,5,22,0,5,11,14,21,0,3,0,8,0,46,6,0,31,0,28,7,0,80,6,22,0,6,11,14,15,19,22,0,7,11,14,21,0,1,0,26,0,40,0,16,0,11,21,0,6,10,0,0,0,49,10,8,31,0,7,3,2,0,43,21,0,3,0,10,0,49,6,8,5,22,0,1,12,14,21,0,6,0,20,0,40,0,1,8,21,0,4,6,21,0,5,0,44,0,18,8,31,0,1,6,31,0,5,0,44,0,18,8,0,64,0,20,21,0,4,0,18,0,49,6,0,28,0,47,6,6,0,17,31,0,4,6,0,28,0,42,31,0,6,8,5,6,0,19,5,21,0,3,0,10,0,49,6,0,45,21,1,9,21,1,11,0,49,10,21,1,12,31,0,3,10,8,5,25,31,0,1,21,1,15,21,1,13,3,2,0,43,0,14,0,11,0,46,10,0,35,0,7,7,9,8,5,25,31,0,1,21,1,15,0,47,6,25,0,16,0,16,31,0,4,9,0,8,0,39,0,19,8,0,46,10,31,0,0,3,2,0,43,0,15,0,12,0,55,10,8,21,1,3,10,22,0,6,11,14,21,0,1,21,1,4,5,22,0,7,11,0,28,5,22,0,8,11,14,0,65,0,1,0,81,6,0,28,21,0,8,6,22,0,9,11,14,0,83,0,41,0,18,8,0,18,0,82,10,22,0,10,11,14,0,16,0,33,31,0,6,0,41,0,28,0,40,0,49,8,0,15,0,12,21,0,9,0,3,0,50,6,10,0,45,0,16,0,38,31,0,10,8,8,0,28,0,41,0,0,8,10,8,7,0,10,0,38,0,22,8,0,11,0,46,10,0,1,9,0,49,0,9,21,0,9,6,0,45,0,25,8,9,10,0,18,9,22,0,11,11,14,21,0,7,0,21,0,49,6,0,30,31,0,1,7,21,1,5,0,38,0,17,8,9,0,16,31,0,5,31,0,2,19,31,0,11,3,3,0,43,31,0,8,0,5,5,0,3,0,50,6,8,5,22,0,12,11,14,21,0,12,21,0,9,0,12,0,50,6,0,45,0,30,31,0,7,7,0,28,0,47,10,21,1,3,9,0,9,0,55,10,0,45,0,84,0,41,0,18,8,8,8,5,22,0,12,12,14,31,0,9,31,0,12,3,2,25,31,0,1,21,1,27,5,25,31,0,1,0,18,0,40,0,27,0,38,0,33,0,59,7,8,8,5,0,27,31,0,2,0,0,0,49,17,0,18,0,46,17,0,26,16,0,2,0,40,0,8,0,40,0,24,8,8,16,17,25,0,54,0,0,0,58,6,0,8,21,0,1,6,0,2,0,58,0,1,0,63,6,6,0,0,0,53,0,0,0,58,6,0,16,0,1,0,62,10,0,2,0,11,10,21,0,1,6,6,0,0,31,0,1,6,25] + [1,1,7,34,0,1,33,0,3,33,0,4,33,0,5,33,0,6,12,4,48,6,0,67,0,15,0,18,0,18,21,0,40,0,68,27,11,2,0,43,0,10,0,40,0,58,27,27,32,0,6,11,2,0,43,0,58,0,41,0,8,27,27,33,0,7,48,6,1,2,33,0,8,48,6,0,11,0,8,0,50,21,0,45,1,3,27,33,0,9,48,6,1,4,33,0,10,48,6,1,5,33,0,11,48,6,1,6,1,7,11,2,0,43,1,8,0,49,11,2,0,43,0,10,0,41,0,10,0,40,0,49,27,0,39,0,7,27,27,27,27,33,0,12,48,6,0,77,0,19,0,76,17,1,9,1,10,11,2,0,43,0,10,0,11,0,46,21,0,7,0,11,0,10,0,50,21,21,27,11,2,0,43,0,14,0,14,0,46,0,46,11,2,21,27,33,0,13,48,6,1,11,33,0,14,48,6,1,12,33,0,15,48,6,1,13,1,14,1,15,11,3,0,43,0,30,0,58,26,0,8,0,17,21,0,38,0,35,0,0,26,0,12,0,0,0,8,0,40,0,46,27,21,0,10,21,27,27,33,0,16,48,6,32,0,7,0,19,20,34,0,16,32,0,15,11,2,0,43,0,34,32,0,3,26,0,12,0,55,21,0,17,0,38,0,35,0,7,26,27,20,27,32,0,15,11,3,0,43,0,13,0,3,0,50,21,27,33,0,17,48,6,1,16,33,0,18,48,6,0,85,33,0,19,48,6,0,16,0,38,0,28,27,32,0,5,20,32,0,19,11,2,0,43,0,50,0,41,0,11,27,27,32,0,18,32,0,17,0,38,34,0,19,0,27,11,2,0,43,0,10,0,11,0,49,21,27,27,27,0,28,0,49,21,0,19,20,33,0,20,48,6,0,16,0,16,34,0,17,20,34,0,20,11,2,0,43,0,15,0,12,0,55,21,27,32,0,3,21,33,0,21,48,6,1,17,33,0,22,48,6,0,69,0,16,0,15,0,18,0,16,0,26,0,11,0,0,0,49,21,21,21,0,18,0,15,21,0,66,21,0,33,32,0,7,0,18,0,78,21,26,0,18,20,0,21,0,49,21,0,33,32,0,22,0,18,0,86,21,26,0,18,20,0,23,0,71,21,0,18,0,70,21,11,3,0,43,0,34,32,0,3,26,0,31,0,27,26,0,50,0,17,0,56,17,0,24,0,50,0,49,0,46,11,3,17,21,0,35,0,4,26,20,27,11,2,0,43,0,10,0,8,0,46,21,27,33,0,23,48,6,0,28,0,38,32,0,22,27,0,18,0,87,21,32,0,23,0,17,34,0,23,0,39,0,18,0,40,0,88,0,41,0,18,27,27,27,0,14,21,11,3,0,43,0,11,0,3,0,50,21,27,33,0,24,48,6,34,0,7,34,0,24,11,2,0,43,32,0,3,0,11,0,46,21,27,33,0,25,48,6,0,30,0,46,26,0,29,0,89,21,34,0,18,34,0,22,27,0,28,0,49,21,33,0,26,48,6,0,16,0,16,34,0,25,20,34,0,26,11,2,0,43,0,15,0,12,0,55,21,27,32,0,3,21,33,0,27,48,6,32,0,21,0,38,0,32,0,57,0,0,0,58,17,0,41,0,18,27,26,27,0,17,20,0,21,0,47,21,32,0,27,11,2,7,0,49,0,33,0,20,26,34,0,1,0,1,16,17,0,25,0,42,0,37,0,31,0,34,0,2,26,26,26,27,16,0,35,0,47,0,48,11,2,0,44,0,0,27,26,34,0,2,19,0,17,16,0,28,0,40,0,47,27,0,42,0,46,27,16,7,32,0,1,0,14,16,0,21,0,47,17,33,0,3,48,0,4,0,49,17,32,1,8,16,33,0,4,48,6,1,18,33,0,5,48,6,32,0,1,0,17,34,0,1,0,14,16,0,20,0,47,17,0,18,34,0,3,0,35,0,2,26,16,17,17,0,20,0,40,0,35,0,0,26,27,34,0,5,11,2,0,43,0,16,0,38,0,10,27,0,8,0,46,21,27,34,0,4,17,7,32,0,1,0,17,16,0,33,0,30,0,59,26,0,17,0,14,0,28,0,47,21,0,41,0,19,27,21,0,18,0,16,21,26,34,0,1,0,14,16,32,1,8,0,49,17,17,0,18,16,7,0,59,0,17,32,0,1,0,10,16,34,0,2,11,2,17,33,0,3,48,6,32,0,3,34,0,1,34,0,3,11,3,0,19,16,0,18,16,7,0,71,0,18,34,0,1,0,27,16,0,21,0,49,17,0,21,0,47,17,17,0,18,0,70,17,0,19,16,7,32,0,1,0,14,16,0,28,0,47,17,33,0,3,48,6,0,72,32,0,2,0,16,0,3,0,49,21,0,31,0,27,26,0,73,21,0,17,20,32,1,6,11,2,0,43,0,8,0,40,0,51,27,27,18,11,2,0,18,16,0,20,32,0,3,17,0,19,16,34,0,1,0,28,0,42,0,74,0,28,0,49,0,1,34,0,2,19,0,3,0,52,17,0,4,0,46,17,17,27,16,0,75,0,20,0,40,0,1,27,34,0,3,17,0,19,16,11,3,0,18,16,7,34,0,1,0,27,16,0,34,0,11,26,0,69,17,0,36,0,1,26,16,0,37,0,0,26,16,0,11,0,50,17,0,35,0,7,26,16,7,34,0,1,0,33,0,59,26,16,32,1,11,0,49,17,32,1,12,0,50,17,0,28,0,40,0,46,0,47,11,2,27,0,42,0,60,27,16,7,34,0,1,0,14,16,0,69,0,33,32,1,6,26,0,33,0,18,0,40,0,78,27,26,20,0,18,20,0,28,0,42,0,61,27,20,11,2,0,43,0,10,0,8,0,49,21,27,16,0,19,16,7,32,0,1,0,33,0,14,26,16,33,0,3,48,6,32,0,3,0,33,0,28,26,0,49,17,0,17,0,30,0,49,26,0,1,0,11,21,0,45,0,36,0,4,26,27,11,2,0,43,0,11,0,8,0,46,21,27,16,33,0,4,48,6,34,0,3,0,33,0,28,26,16,0,11,0,8,0,46,21,0,45,0,49,0,44,0,36,0,4,26,27,27,16,33,0,5,48,6,34,0,1,0,33,0,20,26,0,49,0,20,32,0,4,0,10,16,0,2,32,0,2,19,0,1,16,17,0,6,34,0,4,17,0,2,34,0,2,19,0,34,0,19,26,32,0,5,17,17,0,11,0,1,0,50,21,0,4,0,46,21,0,45,0,19,27,16,0,50,0,44,0,18,0,38,0,8,27,27,16,33,0,6,48,6,34,0,6,32,1,10,0,9,0,38,32,1,9,27,11,2,0,43,34,0,5,0,17,16,0,13,0,40,0,25,0,40,0,49,27,27,16,27,16,32,1,11,0,50,17,7,32,0,1,0,33,32,1,21,26,16,32,1,14,0,49,0,15,34,0,2,19,17,32,1,12,34,0,1,0,11,16,17,7,32,0,1,0,11,16,33,0,3,48,6,0,79,0,16,0,42,32,0,1,27,16,0,21,0,46,17,33,0,1,49,6,32,0,1,0,14,16,0,21,0,47,17,33,0,4,48,0,10,16,0,1,16,0,11,0,40,0,46,27,0,45,0,48,27,16,33,0,5,48,6,32,0,3,0,8,0,46,17,0,31,0,28,26,0,80,17,33,0,6,48,6,1,19,33,0,7,48,6,32,0,1,0,26,0,40,0,16,0,11,32,0,6,21,0,0,0,49,21,27,34,0,7,11,2,0,43,32,0,3,0,10,0,49,17,27,16,33,0,1,49,6,32,0,6,0,20,0,40,0,1,27,32,0,4,17,32,0,5,0,44,0,18,27,34,0,1,17,34,0,5,0,44,0,18,27,0,64,0,20,32,0,4,0,18,0,49,17,0,28,0,47,17,17,0,17,34,0,4,17,0,28,0,42,34,0,6,27,16,17,0,19,16,32,0,3,0,10,0,49,17,0,45,32,1,9,32,1,11,0,49,21,32,1,12,34,0,3,21,27,16,7,34,0,1,32,1,15,32,1,13,11,2,0,43,0,14,0,11,0,46,21,0,35,0,7,26,20,27,16,7,34,0,1,32,1,15,0,47,17,7,0,16,0,16,34,0,4,20,0,8,0,39,0,19,27,0,46,21,34,0,0,11,2,0,43,0,15,0,12,0,55,21,27,32,1,3,21,33,0,6,48,6,32,0,1,32,1,4,16,33,0,7,48,0,28,16,33,0,8,48,6,0,65,0,1,0,81,17,0,28,32,0,8,17,33,0,9,48,6,0,83,0,41,0,18,27,0,18,0,82,21,33,0,10,48,6,0,16,0,33,34,0,6,0,41,0,28,0,40,0,49,27,0,15,0,12,32,0,9,0,3,0,50,17,21,0,45,0,16,0,38,34,0,10,27,27,0,28,0,41,0,0,27,21,27,26,0,10,0,38,0,22,27,0,11,0,46,21,0,1,20,0,49,0,9,32,0,9,17,0,45,0,25,27,20,21,0,18,20,33,0,11,48,6,32,0,7,0,21,0,49,17,0,30,34,0,1,26,32,1,5,0,38,0,17,27,20,0,16,34,0,5,34,0,2,23,34,0,11,11,3,0,43,34,0,8,0,5,16,0,3,0,50,17,27,16,33,0,12,48,6,32,0,12,32,0,9,0,12,0,50,17,0,45,0,30,34,0,7,26,0,28,0,47,21,32,1,3,20,0,9,0,55,21,0,45,0,84,0,41,0,18,27,27,27,16,33,0,12,49,6,34,0,9,34,0,12,11,2,7,34,0,1,32,1,27,16,7,34,0,1,0,18,0,40,0,27,0,38,0,33,0,59,26,27,27,16,0,27,34,0,2,0,0,0,49,19,0,18,0,46,19,0,26,18,0,2,0,40,0,8,0,40,0,24,27,27,18,19,7,0,54,0,0,0,58,17,0,8,32,0,1,17,0,2,0,58,0,1,0,63,17,17,0,0,0,53,0,0,0,58,17,0,16,0,1,0,62,21,0,2,0,11,21,32,0,1,17,17,0,0,34,0,1,17,7] ,[runtime[0],runtime[1],runtime[2],runtime[6],runtime[7],runtime[8],runtime[9],runtime[11],runtime[12],runtime[13],runtime[14],runtime[15],runtime[16],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[32],runtime[35],runtime[36],runtime[42],runtime[43],runtime[44],runtime[45],runtime[46],runtime[47],runtime[49],runtime[50],runtime[51],runtime[52],runtime[53],runtime[54],runtime[55],runtime[56],runtime[58],runtime[59],runtime[61],0,-1,Infinity,1,2,5,4,127,32,3,7,10,'\0',' ','┐','↕','␡','␀','·','0','\"',str("@"),str("\'"),str("⟨⟩"),str("⟨"),str("⟩"),str("┌"),str("·─"),str("·╵╎┆┊"),str("┘"),str("┌┐"),str("└┘"),str("‿"),str(""),str("\'\""),str("00321111"),str("("),str(")"),str("{𝔽}"),str("*array*"),str(","),str("<"),str("⥊"),str("Can\'t represent block")] ,[[0,1,0],[0,0,1],[0,0,2],[0,0,3],[0,0,4],[0,0,[[],[5]]],[0,0,6],[0,0,[[],[7]]],[0,0,8],[0,0,9],[0,0,10],[0,0,11],[0,0,12],[0,0,13],[0,0,14],[0,0,15],[2,0,16],[0,0,17],[0,0,18],[0,0,19]] ,[[0,0],[3,28],[745,3],[811,6],[911,3],[962,4],[1001,3],[1031,4],[1154,3],[1192,3],[1231,3],[1284,7],[1514,3],[1547,8],[1789,3],[1818,3],[1828,13],[2128,3],[2136,3],[2188,3]] |
