diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-03 13:47:53 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-03 13:47:53 -0400 |
| commit | a91d127c8d170aeea74f74eed6bf55f8a4d76673 (patch) | |
| tree | ba698594b326774611f36680b28b93f2174108b7 /docs | |
| parent | aa3f412e793d5c8f8c7efd71999c3c849a085843 (diff) | |
Support for ⋈
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/bqn.js | 35 | ||||
| -rw-r--r-- | docs/repl.js | 8 |
2 files changed, 22 insertions, 21 deletions
diff --git a/docs/bqn.js b/docs/bqn.js index e102593d..4992ccf5 100644 --- a/docs/bqn.js +++ b/docs/bqn.js @@ -316,7 +316,7 @@ let fill_by = (f,g) => (x,w) => { try { let wf = !has(w) ? w : !w.sh ? a2fill(w) - : has(w.fill) ? w.fill : runtime[42]; + : has(w.fill) ? w.fill : runtime[43]; r.fill=tofill(g(xf,wf)); } catch(e){ r.fill=undefined; @@ -377,6 +377,7 @@ let runtime_0 = [ ,(x,w)=>x // ⊢ ,(x,w)=>has(w)?w:x // ⊣ ,(x,w)=>arr(w.concat(x),[w.sh[0]+x.sh[0]]) // ∾ + ,(x,w)=>list(has(w)?[w,x]:[x]) // ⋈ ,(x,w)=>arr(x.slice(0,w),[w]) // ↑ ,(x,w)=>arr(x.slice(w),[x.sh[0]-w]) // ↓ ,select // ⊏ @@ -393,26 +394,26 @@ let runtime_0 = [ ]; let [runtime,setPrims] = run( - [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,0,45,0,16,0,41,0,32,0,46,26,0,7,0,22,21,27,34,0,17,0,56,26,20,11,2,0,43,0,16,0,41,0,45,27,0,12,0,47,21,27,33,0,19,48,6,1,10,33,0,20,48,6,1,11,33,0,21,48,6,0,57,0,45,0,58,0,45,0,59,0,46,0,60,0,46,0,61,0,46,0,62,0,46,0,63,0,49,0,64,0,50,0,65,0,45,0,66,0,46,0,67,0,45,0,68,0,46,0,69,0,45,0,70,0,46,11,28,32,0,21,0,97,0,39,0,5,27,27,1,12,20,33,0,22,48,6,1,13,33,0,23,48,6,1,14,33,0,24,48,6,1,15,33,0,25,48,6,0,13,0,13,0,24,0,33,0,12,26,20,0,13,0,49,0,42,0,13,27,21,21,33,0,26,48,6,32,0,26,0,7,0,33,32,0,26,26,21,33,0,27,48,6,0,46,0,15,0,16,0,45,21,0,42,0,13,0,8,0,48,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,28,48,6,1,17,33,0,29,48,6,1,18,33,0,30,48,6,32,0,27,32,0,28,0,33,32,0,28,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,31,48,6,1,20,33,0,32,48,6,32,0,32,0,45,26,33,0,33,48,6,34,0,32,0,46,26,33,0,34,48,6,1,21,33,0,35,48,6,1,22,33,0,36,48,6,32,0,8,0,40,1,23,27,33,0,37,48,6,1,24,33,0,38,48,6,0,29,0,41,32,0,38,27,33,0,39,48,6,1,25,33,0,40,48,6,1,26,33,0,41,48,6,32,0,36,0,24,0,31,0,6,26,0,51,21,0,33,0,29,26,0,33,32,0,39,0,39,32,0,33,0,39,32,0,14,27,27,26,21,26,33,0,42,48,6,32,0,36,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,43,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,44,48,6,1,28,0,44,0,24,0,36,1,29,27,27,33,0,45,48,6,1,30,33,0,46,48,6,1,31,33,0,47,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,48,33,0,49,12,2,48,6,1,33,33,0,50,48,6,32,0,8,0,42,1,34,27,33,0,51,48,6,1,35,34,0,51,11,2,0,43,0,25,0,39,0,15,27,32,0,9,20,27,33,0,52,48,6,34,0,50,32,0,52,11,2,0,43,0,25,0,39,32,0,4,27,27,33,0,53,48,6,1,36,33,0,54,48,6,1,37,33,0,55,48,6,32,0,8,0,40,32,0,54,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,56,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,57,48,6,1,40,33,0,58,48,6,1,41,33,0,59,48,6,0,27,0,26,0,28,21,33,0,60,48,6,0,24,0,29,0,22,0,17,20,0,42,32,0,60,27,21,32,0,60,11,2,0,43,0,24,0,39,0,12,27,0,12,0,46,21,27,33,0,61,48,6,0,24,0,36,32,0,8,0,42,32,0,54,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,61,0,22,0,42,32,0,59,27,21,27,0,24,0,17,20,34,0,60,34,0,59,21,11,6,26,27,27,33,0,62,48,6,1,42,1,43,1,44,11,3,0,43,0,25,0,39,0,12,27,0,11,0,48,21,27,33,0,63,48,6,0,24,0,36,32,0,8,0,40,34,0,54,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,63,27,21,34,0,63,11,6,26,27,27,33,0,64,48,6,1,45,33,0,65,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,66,48,6,1,49,0,41,34,0,66,0,29,0,46,0,46,0,48,0,52,0,45,11,5,17,32,0,16,0,138,27,27,33,0,67,48,6,1,50,33,0,68,48,6,1,51,33,0,69,48,6,1,52,33,0,70,48,6,1,53,33,0,71,48,6,0,45,0,12,0,41,0,32,32,0,71,26,27,11,2,0,43,0,0,0,12,0,52,21,27,33,0,72,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,73,48,6,1,55,33,0,74,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,75,48,6,0,45,1,58,11,2,0,43,32,0,4,27,33,0,76,48,6,32,0,75,0,37,32,0,76,27,33,0,77,48,6,32,0,75,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,78,48,6,32,0,77,0,39,0,5,27,0,25,0,24,21,33,0,79,48,6,0,15,0,39,0,1,0,36,0,24,27,0,35,32,0,79,0,36,0,24,27,26,11,2,0,43,0,22,0,20,0,45,21,27,27,33,0,80,48,6,1,59,33,0,81,48,6,32,0,4,0,44,0,26,32,0,81,1,60,27,27,33,0,82,48,6,32,0,79,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,83,48,6,1,62,33,0,84,48,6,1,63,33,0,85,48,6,32,0,4,0,5,0,149,21,0,25,1,64,34,0,81,32,0,82,32,0,85,32,0,84,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,85,11,3,0,43,0,12,0,11,0,48,21,27,27,21,33,0,86,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,87,48,6,1,69,33,0,88,48,6,1,70,33,0,89,48,6,32,0,89,0,45,26,33,0,90,48,6,34,0,89,0,46,26,33,0,91,48,6,1,71,33,0,92,48,6,32,0,79,0,37,0,24,27,0,36,1,72,27,33,0,93,48,6,32,0,79,0,37,0,24,27,0,36,1,73,27,33,0,94,48,6,32,0,7,0,5,0,165,21,33,0,95,48,6,32,0,95,0,25,0,17,21,1,74,11,2,0,43,32,0,4,27,33,0,96,48,6,1,75,33,0,97,48,6,1,76,33,0,98,48,6,1,77,33,0,99,48,6,1,78,33,0,100,48,6,0,54,0,17,16,32,0,16,0,174,27,33,0,101,48,6,1,79,33,0,102,48,6,1,80,33,0,103,48,6,1,81,33,0,104,48,6,32,0,8,0,40,1,82,27,33,0,105,48,6,1,83,33,0,106,48,6,1,84,33,0,107,48,6,1,85,33,0,108,48,6,1,86,33,0,109,48,6,1,87,33,0,110,48,6,1,88,33,0,111,48,6,32,0,25,0,9,26,33,0,112,48,6,32,0,25,0,10,26,33,0,113,48,6,0,33,32,0,112,0,42,32,0,113,27,26,0,37,0,48,32,0,112,16,0,42,32,0,113,27,27,33,0,114,48,6,32,0,25,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,115,48,6,32,0,25,0,20,0,44,0,25,27,0,37,0,11,27,26,33,0,116,48,6,32,0,25,0,21,0,44,0,25,27,0,37,0,7,0,39,32,0,116,0,39,0,7,27,27,27,26,33,0,117,48,6,32,0,25,0,8,26,0,37,0,29,0,41,32,0,33,27,27,33,0,118,48,6,32,0,25,0,8,0,7,0,6,21,26,0,37,0,29,0,41,32,0,34,27,27,33,0,119,48,6,32,0,25,0,8,0,37,0,21,0,7,0,20,21,0,41,0,45,27,27,26,33,0,120,48,6,32,0,25,0,23,0,7,0,46,21,26,0,37,0,20,27,33,0,121,48,6,32,0,25,0,13,0,7,0,46,21,26,0,37,32,0,82,27,33,0,122,48,6,32,0,25,0,12,0,7,0,46,21,26,0,37,0,22,27,33,0,123,48,6,32,0,25,0,12,26,0,37,0,12,27,33,0,124,48,6,32,0,25,0,23,26,0,37,0,191,0,39,0,5,27,27,33,0,125,48,6,32,0,25,0,13,26,0,37,0,192,0,39,0,5,27,27,33,0,126,48,6,32,0,25,0,6,26,33,0,127,48,6,32,0,25,0,7,26,33,0,128,48,6,32,0,128,32,0,127,0,46,21,33,0,129,48,6,0,15,0,37,32,0,10,27,33,0,130,48,6,34,0,97,0,37,32,0,96,27,33,0,131,48,6,34,0,62,0,37,32,0,58,27,33,0,132,48,6,34,0,64,0,37,34,0,40,27,33,0,133,48,6,34,0,93,33,0,134,48,6,34,0,94,33,0,135,48,6,1,90,33,0,136,48,6,34,0,90,0,37,34,0,46,27,33,0,137,48,6,34,0,91,0,37,34,0,47,27,33,0,138,48,6,34,0,106,0,37,34,0,104,27,33,0,139,48,6,32,0,35,0,46,26,0,37,34,0,42,27,33,0,140,48,6,0,33,34,0,35,0,45,26,26,0,37,34,0,36,0,24,26,27,33,0,141,48,6,1,91,0,1,0,45,21,33,0,142,48,6,1,92,33,0,143,48,6,0,24,0,36,1,93,27,33,0,144,48,6,1,94,33,0,145,48,6,1,95,33,0,146,48,6,1,96,33,0,147,48,6,1,97,33,0,148,48,6,0,46,0,16,0,41,0,32,0,48,26,32,0,128,32,0,123,21,27,32,0,78,0,32,32,0,148,26,21,11,2,0,43,0,16,0,41,0,45,27,32,0,124,0,54,21,27,33,0,149,48,6,1,98,33,0,150,48,6,0,46,0,24,1,99,0,39,32,0,19,27,20,11,2,0,43,0,0,32,0,126,0,52,21,27,33,0,151,48,6,1,100,0,40,1,101,27,33,0,152,48,6,1,102,33,0,153,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,48,27,32,0,152,0,16,0,41,0,46,27,21,34,0,153,0,16,0,41,0,48,27,1,105,0,42,1,106,27,0,16,0,41,0,46,27,21,0,16,0,41,0,48,27,1,107,0,42,1,108,27,0,29,0,41,0,46,0,52,11,2,27,21,11,6,0,43,0,25,27,0,16,0,41,0,45,27,21,20,33,0,154,48,6,1,109,34,0,154,0,202,0,39,0,5,27,11,3,32,0,133,0,52,0,46,0,48,11,3,17,0,43,0,0,27,33,0,155,48,6,34,0,83,0,37,32,0,86,27,33,0,156,48,6,0,5,0,41,0,203,27,33,0,157,48,6,0,5,0,41,0,204,27,33,0,158,48,6,0,32,0,45,26,0,5,0,205,21,33,0,159,48,6,1,110,33,0,160,48,6,1,111,33,0,161,48,6,1,112,33,0,162,48,6,0,24,0,36,34,0,56,0,37,34,0,55,27,27,33,0,163,48,6,0,57,0,33,32,0,128,26,0,37,32,0,127,27,0,58,32,0,128,0,59,0,33,32,0,112,26,0,37,32,0,120,32,0,160,0,24,27,27,0,60,32,0,112,0,61,32,0,25,0,2,26,0,72,0,33,32,0,113,26,0,37,0,33,32,0,120,26,27,0,66,0,33,32,0,112,26,0,37,32,0,118,32,0,160,0,24,27,27,0,65,0,25,32,0,128,0,46,21,32,0,112,0,33,32,0,128,26,21,0,37,32,0,119,32,0,160,0,24,27,27,0,62,32,0,129,0,67,32,0,25,1,113,26,0,73,0,45,0,39,32,0,157,27,0,37,1,114,27,0,74,0,24,0,75,32,0,77,0,39,32,0,158,27,0,25,0,24,21,0,37,0,24,27,0,55,1,115,0,37,0,45,0,39,32,0,157,27,27,0,76,1,116,0,37,1,117,27,0,77,0,45,0,39,32,0,157,27,0,37,32,0,137,32,0,160,0,16,0,41,0,51,27,27,27,0,78,0,45,0,39,32,0,157,27,0,37,32,0,138,32,0,160,0,16,0,41,0,45,27,27,27,0,79,0,45,0,39,32,0,157,27,0,37,32,0,131,32,0,160,32,0,78,27,27,0,80,32,0,132,0,41,32,0,128,27,0,37,32,0,132,27,0,81,34,0,146,0,37,34,0,45,27,0,82,0,45,0,39,32,0,157,27,0,37,34,0,41,27,0,83,34,0,162,0,37,34,0,161,27,11,44,32,0,21,32,0,159,27,33,0,164,48,6,0,57,0,33,32,0,128,26,0,37,0,48,0,42,32,0,112,27,27,0,58,32,0,127,0,37,0,45,0,39,32,0,157,27,27,0,59,0,33,32,0,112,26,0,37,32,0,114,27,0,60,32,0,120,0,37,0,45,0,39,32,0,157,27,27,0,61,32,0,114,0,37,0,45,0,39,32,0,157,27,27,0,72,0,2,32,0,112,20,0,37,0,45,0,39,32,0,157,27,27,0,66,0,33,32,0,112,26,0,37,32,0,114,27,0,65,0,25,32,0,128,0,46,21,32,0,112,0,33,32,0,128,26,21,0,37,32,0,129,0,39,32,0,114,27,32,0,129,20,27,0,62,0,32,0,46,26,32,0,128,32,0,127,21,0,37,0,45,0,39,32,0,157,27,27,11,18,32,0,21,32,0,159,27,33,0,165,48,6,34,0,70,33,0,166,48,6,32,0,69,33,0,167,48,6,0,84,32,0,165,0,85,1,118,0,86,1,119,0,87,1,120,0,88,1,121,0,39,1,122,27,11,10,32,0,21,0,32,32,0,159,26,27,33,0,168,48,6,34,0,111,33,0,169,48,6,34,0,74,33,0,170,48,6,1,123,0,89,34,0,152,0,90,1,124,0,91,1,125,0,92,0,32,0,45,0,39,32,0,157,27,26,1,126,1,127,11,2,0,43,32,0,126,0,41,0,45,27,27,11,2,0,43,0,24,0,39,32,0,6,27,27,0,93,1,128,0,94,1,129,1,130,0,24,11,2,0,43,0,25,27,0,25,0,39,32,0,151,27,21,0,95,1,131,11,14,34,0,21,0,32,32,0,159,26,27,26,33,0,171,48,6,34,0,23,33,0,172,48,6,34,0,100,33,0,173,48,6,34,0,150,33,0,174,48,6,34,0,99,33,0,175,48,6,32,0,53,0,37,34,0,57,27,33,0,176,48,6,1,132,33,0,177,48,6,34,0,109,33,0,178,48,6,34,0,110,33,0,179,48,6,32,0,102,0,37,32,0,10,27,33,0,180,48,6,34,0,79,0,37,0,24,27,0,36,32,0,11,0,39,32,0,122,27,27,33,0,181,48,6,34,0,145,0,37,34,0,44,27,33,0,182,48,6,34,0,142,0,37,32,0,43,27,33,0,183,48,6,34,0,37,0,37,32,0,133,0,41,32,0,141,27,27,33,0,184,48,6,32,0,127,32,0,128,32,0,120,32,0,112,34,0,113,34,0,114,32,0,116,34,0,117,34,0,115,32,0,129,32,0,118,32,0,119,32,0,121,32,0,122,32,0,123,32,0,124,32,0,126,32,0,125,32,0,77,32,0,78,0,25,0,24,34,0,180,32,0,156,34,0,181,32,0,137,32,0,138,32,0,131,34,0,135,32,0,134,32,0,132,34,0,182,32,0,133,32,0,33,32,0,34,32,0,163,32,0,176,32,0,140,34,0,183,32,0,141,34,0,184,32,0,139,0,5,0,32,0,33,32,0,175,32,0,167,32,0,166,34,0,174,34,0,172,34,0,173,0,31,0,39,0,40,0,41,0,42,32,0,170,0,37,34,0,177,34,0,179,34,0,178,32,0,169,0,38,11,63,1,133,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,134,21,7,1,135,0,12,34,0,1,32,1,15,32,1,0,26,16,21,7,0,48,0,9,32,0,1,0,22,16,17,0,17,16,0,30,0,8,0,41,0,48,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,20,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,22,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,136,33,0,2,48,6,1,137,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,138,0,36,1,139,1,140,11,2,0,43,32,1,4,0,40,0,21,27,27,0,37,1,141,27,27,1,142,0,36,1,143,27,11,3,0,43,32,1,4,0,40,0,6,27,27,33,0,2,48,7,34,0,1,32,1,28,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,144,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,145,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,146,0,37,0,24,27,34,0,2,23,27,16,7,32,0,1,0,14,0,40,32,1,29,27,32,0,2,17,33,0,3,48,6,34,0,3,0,35,32,1,30,34,0,1,0,15,16,0,42,0,16,27,0,42,32,1,31,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,31,32,1,27,0,32,0,45,26,0,13,32,1,31,21,32,1,26,11,4,34,0,1,0,44,0,30,1,147,26,27,16,33,0,3,48,6,1,148,33,0,4,48,6,1,149,0,37,1,150,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,151,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,33,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,30,32,0,1,0,15,16,0,42,0,16,27,0,40,32,1,75,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,152,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,75,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,38,16,7,32,0,1,0,12,16,0,12,0,46,17,32,1,157,16,6,32,0,1,0,30,32,1,7,26,16,0,35,0,8,26,0,46,17,32,1,157,16,6,32,0,1,0,22,16,0,33,0,7,26,0,46,17,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,158,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,158,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,153,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,154,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,48,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,155,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,52,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,156,1,157,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,49,0,41,34,0,1,0,22,16,27,26,16,7,34,0,2,0,30,32,1,49,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,158,0,44,1,159,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,38,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,149,27,20,11,2,0,43,0,13,0,41,0,48,27,27,16,7,34,0,1,1,160,34,0,2,21,7,0,33,34,0,1,26,7,1,161,0,24,11,2,0,35,34,0,1,26,16,7,34,0,1,34,0,2,16,7,34,0,1,1,162,0,25,32,1,65,20,0,44,1,163,27,11,2,0,43,0,25,0,39,0,0,27,0,13,0,52,21,27,34,0,2,17,7,34,0,1,32,1,8,0,40,32,0,4,32,1,68,32,1,24,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,68,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,58,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,71,21,11,2,0,43,32,1,4,27,20,33,0,7,48,6,1,164,33,0,8,48,6,32,1,1,0,45,0,16,0,41,0,48,27,0,12,0,32,32,0,8,26,21,11,2,0,43,0,16,0,41,0,45,27,0,12,0,54,21,27,20,33,0,9,48,6,32,0,5,32,1,88,32,0,9,17,33,0,10,48,6,0,45,32,0,8,0,51,27,33,0,11,48,6,34,0,11,34,0,10,16,0,45,32,1,71,11,2,32,1,1,0,29,0,46,0,52,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,72,27,0,7,0,46,21,0,44,1,165,27,33,0,14,48,6,0,24,0,36,1,166,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,155,20,1,167,20,11,2,0,43,32,1,72,27,16,7,34,0,1,0,34,32,1,75,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,76,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,78,0,40,34,0,2,27,21,27,27,32,1,80,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,78,16,33,0,3,48,6,32,0,1,0,15,16,0,30,32,1,78,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,78,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,51,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,38,16,0,30,1,168,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,78,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,169,33,0,8,48,6,34,0,1,32,1,78,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,170,26,32,0,9,32,1,58,16,32,0,8,0,8,26,0,46,17,32,1,58,16,17,6,0,34,1,171,34,0,3,0,30,0,15,26,16,26,26,33,0,13,48,6,32,0,11,32,0,13,1,172,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,71,26,33,0,0,48,6,1,173,33,0,1,48,6,0,0,0,23,0,52,21,0,44,32,0,1,32,1,72,26,27,33,0,2,48,6,1,174,33,0,3,48,6,1,175,33,0,4,48,6,1,176,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,20,16,33,0,6,33,0,7,12,2,48,6,1,177,11,1,0,26,34,0,7,32,1,39,0,41,0,30,0,22,26,27,32,0,6,17,17,32,1,16,34,0,6,32,1,84,16,27,33,0,8,48,6,1,178,33,0,9,48,6,32,1,87,0,32,32,0,0,26,11,2,0,43,0,16,0,41,0,52,0,42,0,23,27,27,0,12,0,32,32,0,0,26,21,27,33,0,10,48,6,1,179,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,180,34,0,10,0,16,0,41,0,45,27,21,1,181,32,0,2,20,11,2,0,43,0,24,0,39,32,1,19,27,27,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,52,0,24,0,48,11,2,0,43,0,13,0,41,0,48,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,182,1,183,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,184,1,185,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,186,32,0,2,19,6,32,0,3,0,35,0,8,26,34,0,1,1,187,0,37,0,46,27,34,0,2,19,17,7,32,0,1,32,1,92,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,188,27,27,27,34,0,2,19,17,0,15,34,0,1,32,1,78,16,17,7,32,0,1,32,1,92,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,189,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,78,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,95,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,190,27,27,34,0,2,17,7,32,0,1,32,1,78,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,191,0,36,0,32,32,0,3,0,35,0,8,26,0,46,17,0,17,16,0,30,1,192,26,16,0,15,34,0,3,17,26,27,16,7,34,0,4,33,0,5,48,6,1,193,33,0,6,48,6,1,194,33,0,7,48,6,34,0,1,32,0,5,0,20,20,1,195,1,196,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,48,27,27,27,27,34,0,2,19,32,1,82,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,197,33,0,6,48,6,34,0,1,34,0,6,1,198,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,199,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,200,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,51,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,201,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,202,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,103,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,203,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,77,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,78,16,33,0,4,48,0,27,32,0,3,17,0,34,0,7,26,32,0,2,32,1,78,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,204,1,205,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,103,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,105,32,1,136,11,2,0,43,32,0,2,32,1,77,18,0,13,0,48,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,52,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,107,0,46,0,45,11,2,0,37,0,48,11,1,27,21,7,32,0,1,32,1,108,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,206,0,37,1,207,27,33,0,9,48,6,1,208,1,209,11,2,0,16,34,0,4,0,46,32,1,65,11,2,0,43,0,0,0,13,0,52,21,27,16,17,33,0,10,48,6,1,210,33,0,11,48,6,1,211,33,0,12,48,6,1,212,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,108,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,98,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,69,34,0,4,26,34,0,2,34,0,8,34,0,7,0,16,0,45,17,19,19,32,1,82,16,7,34,0,4,33,0,6,48,6,0,45,1,213,0,37,0,32,1,214,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,215,33,0,9,48,6,34,0,1,34,0,9,1,216,11,2,0,43,32,0,8,32,1,7,16,27,16,7,32,0,2,32,1,112,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,124,16,32,1,124,0,46,17,0,5,0,193,17,6,32,0,2,0,30,32,1,124,26,16,33,0,3,48,0,35,32,1,127,26,0,45,17,33,0,4,48,6,32,0,1,32,1,124,16,32,1,126,32,0,4,17,0,5,0,194,17,6,32,0,1,32,1,78,16,0,27,32,0,4,17,32,1,128,32,0,2,0,30,32,1,78,26,18,32,1,86,18,17,33,0,5,48,6,32,0,5,32,0,3,32,1,124,0,46,17,32,1,133,32,0,3,17,0,42,32,1,126,27,32,1,118,32,1,126,0,41,0,45,27,21,16,0,35,32,1,118,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,127,26,16,32,1,134,0,45,17,17,32,1,116,34,0,3,17,33,0,6,48,6,32,0,2,0,30,32,1,130,26,16,33,0,2,49,0,30,32,1,123,26,16,0,33,32,1,128,26,32,0,6,17,33,0,7,48,6,0,32,32,0,1,26,32,1,102,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,120,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,103,32,0,9,26,27,0,34,32,1,103,0,24,26,26,32,1,120,34,0,7,32,1,132,16,32,1,134,0,46,17,0,31,32,1,120,26,16,32,1,132,16,21,0,35,0,30,0,30,32,1,127,26,26,26,20,0,30,34,0,9,26,20,11,2,0,43,0,24,0,39,32,1,123,27,32,1,123,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,124,16,0,33,32,1,128,26,0,46,17,33,0,3,48,6,32,0,3,32,1,126,0,45,17,0,5,0,195,17,6,32,0,1,32,1,124,16,32,1,126,34,0,3,17,0,5,0,196,17,6,34,0,1,32,1,140,0,41,32,0,2,27,32,1,130,0,39,32,1,43,27,32,1,130,32,1,78,21,0,42,0,34,32,1,11,26,27,20,0,40,32,1,140,27,34,0,2,17,7,32,0,2,32,1,124,16,32,1,125,0,46,17,0,5,0,197,17,6,34,0,1,32,1,78,16,32,1,123,0,40,32,1,126,27,32,0,2,17,0,5,0,198,17,6,34,0,2,32,1,130,16,0,30,32,1,7,26,16,0,35,32,1,118,26,0,46,17,0,5,0,199,17,7,32,0,1,32,1,78,16,32,1,139,32,0,2,17,0,30,0,35,32,1,116,26,26,16,32,1,131,16,0,30,0,32,34,0,1,26,32,1,53,0,29,0,41,34,0,2,27,21,26,16,7,32,0,1,32,1,143,32,0,2,17,6,32,0,2,32,1,130,16,33,0,2,49,6,32,0,2,32,1,141,16,32,1,129,16,0,35,32,1,127,26,0,45,17,32,1,128,32,0,1,32,1,124,16,17,33,0,3,48,6,32,0,3,32,1,121,32,0,2,17,0,35,32,1,118,26,0,46,17,0,5,0,200,17,6,34,0,1,32,1,144,34,0,3,32,1,131,16,0,24,32,1,133,0,33,32,1,141,0,39,32,1,129,27,26,21,32,0,2,19,0,26,34,0,2,19,17,7,32,0,1,32,1,143,32,0,2,17,6,32,0,2,32,1,130,16,33,0,2,49,6,32,0,1,32,1,124,16,33,0,3,48,6,32,0,2,32,0,3,0,42,32,1,121,27,32,1,118,32,1,141,21,16,0,35,32,1,118,26,0,46,17,32,1,157,16,6,34,0,1,32,1,144,34,0,3,32,1,131,16,0,24,32,1,133,0,33,32,1,141,0,39,32,1,129,27,26,21,32,0,2,19,0,26,34,0,2,19,32,1,14,16,17,7,34,0,1,32,1,155,16,7,34,0,5,6,34,0,1,34,0,4,34,0,2,19,7,32,0,1,32,1,155,16,0,24,1,217,11,2,0,43,0,45,0,24,32,1,1,0,39,32,1,149,27,20,11,2,0,43,32,1,78,0,41,0,32,32,1,159,26,27,32,1,118,32,1,78,21,27,27,34,0,1,17,7,34,0,1,32,1,1,16,7,34,0,1,32,1,155,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,151,32,1,129,20,33,0,7,48,6,34,0,6,1,218,1,219,0,32,32,1,159,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,164,16,7,34,0,1,32,1,168,16,7,34,0,2,34,0,1,16,7,34,0,1,32,1,171,16,7,34,0,2,0,35,34,0,1,26,16,7,0,24,32,1,77,0,39,32,1,158,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,77,34,0,1,17,32,1,158,16,6,34,0,6,7,32,0,1,32,1,77,16,32,1,124,0,48,17,32,1,157,16,6,32,0,1,0,30,32,1,124,26,16,32,1,124,0,46,17,0,35,32,1,118,26,0,46,17,32,1,158,16,6,32,0,1,32,1,156,16,33,0,3,48,6,32,0,3,0,30,32,1,7,26,16,0,35,32,1,118,26,0,46,17,32,1,158,16,6,32,0,1,0,30,32,1,134,0,41,0,51,27,26,16,32,1,156,16,32,1,122,32,0,3,17,0,35,32,1,118,26,0,46,17,32,1,158,16,6,32,0,3,0,3,16,33,0,4,48,6,0,46,32,1,126,32,0,4,17,0,35,32,1,118,26,0,46,17,32,1,158,16,6,34,0,4,32,1,129,16,32,1,133,16,33,0,5,48,6,32,0,5,0,30,0,51,26,16,32,1,156,34,0,1,0,30,32,1,123,26,16,32,1,133,16,17,0,29,34,0,5,32,1,156,34,0,3,17,32,1,33,16,17,7,32,0,2,32,1,124,16,32,1,124,0,46,17,32,1,157,16,6,32,0,2,0,30,32,1,7,26,16,0,35,32,1,118,26,0,46,17,32,1,157,16,6,34,0,2,32,1,139,16,33,0,3,48,6,32,0,1,0,30,32,1,123,26,0,40,32,1,77,27,32,0,3,17,32,1,158,16,6,34,0,1,32,1,156,0,40,0,29,0,41,32,1,33,27,27,34,0,3,17,7,32,1,124,0,41,0,46,27,32,1,119,32,1,124,0,41,0,45,27,21,33,0,3,48,6,32,0,1,32,0,3,16,32,1,158,16,6,32,0,2,34,0,3,16,32,1,157,16,6,34,0,2,32,1,123,34,0,1,17,7,32,0,1,32,1,4,16,32,1,158,16,6,32,0,1,32,1,124,16,32,1,124,0,45,17,32,1,158,16,6,34,0,1,32,1,130,16,0,16,0,45,17,7,32,0,2,32,1,124,0,40,32,1,128,27,32,0,1,17,33,0,3,48,6,32,0,3,0,46,0,42,32,1,126,27,32,1,118,32,1,126,0,41,0,45,27,21,16,32,1,158,16,6,32,0,2,0,46,32,1,123,11,2,0,43,32,0,3,27,16,33,0,4,48,6,32,0,1,32,1,123,16,32,1,126,32,0,4,17,32,1,158,16,6,32,0,1,32,1,163,32,1,137,0,41,32,0,4,27,11,2,0,43,34,0,3,27,16,32,1,77,34,0,2,17,32,1,158,16,6,34,0,1,32,1,138,34,0,4,17,7,32,0,1,32,1,123,16,32,1,124,0,48,17,32,1,158,16,6,32,0,1,32,1,163,16,32,1,77,34,0,2,19,32,1,158,16,6,34,0,1,32,1,163,0,46,17,7,32,0,1,32,1,123,16,32,1,124,0,46,17,32,1,158,16,6,34,0,1,32,1,163,16,7,0,24,0,39,32,1,77,27,32,1,121,0,45,21,32,1,158,20,0,25,32,1,167,32,1,147,34,0,1,26,26,21,7,0,24,0,39,32,1,77,27,32,1,121,0,45,21,32,1,158,20,0,25,0,45,0,39,32,1,157,27,0,37,32,1,166,32,1,147,34,0,1,26,26,27,21,7,0,24,0,39,32,1,124,27,32,1,121,0,45,21,32,1,158,20,0,25,32,1,175,32,1,147,34,0,1,26,0,24,0,41,32,1,4,0,39,32,1,158,27,27,20,26,21,7,32,1,167,32,1,147,34,0,1,26,26,7,0,24,0,39,32,1,124,27,32,1,121,0,45,21,32,1,158,20,0,25,0,24,32,0,1,32,1,134,21,0,37,32,1,123,32,1,121,0,46,21,0,44,32,1,138,0,41,0,46,27,34,0,1,32,1,138,0,41,0,51,27,21,32,1,156,32,1,163,21,27,27,21,7,34,0,1,0,32,1,220,26,11,2,0,43,32,1,124,0,41,0,32,32,1,148,26,27,27,7,32,1,147,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,147,34,0,1,26,20,7,34,0,1,32,1,170,32,1,147,34,0,2,26,27,7,32,0,1,32,1,169,32,0,2,27,32,1,160,34,0,1,32,1,128,16,32,1,169,34,0,2,27,27,7,34,0,1,32,1,128,16,32,1,169,34,0,2,27,7,32,1,147,34,0,1,26,0,37,32,1,147,34,0,2,26,27,7,32,1,147,34,0,1,26,0,41,34,0,2,27,7,34,0,1,0,37,32,1,159,27,7,32,1,147,32,0,2,26,32,1,147,32,0,1,26,20,0,37,34,0,1,0,32,0,45,0,39,32,1,157,27,26,1,221,11,2,0,43,0,24,0,39,32,1,151,27,27,34,0,2,19,27,7,32,0,1,1,222,34,0,5,32,1,176,34,0,1,34,0,4,32,0,2,19,17,26,34,0,2,19,7,32,1,121,32,1,140,32,0,1,21,32,1,176,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,24,32,1,2,26,34,0,2,19,7,32,2,11,0,16,0,23,21,32,2,11,32,2,27,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,223,0,40,1,224,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,225,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,226,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,227,1,228,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,229,11,2,0,43,32,0,3,0,13,0,48,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,230,1,231,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,48,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,232,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,67,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,233,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,234,27,16,7,0,46,33,0,3,48,6,0,45,1,235,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,71,26,0,15,0,40,32,2,11,27,11,2,0,43,32,2,73,27,1,236,11,3,0,43,34,0,5,0,11,0,48,17,27,34,0,1,17,7,32,0,2,33,0,3,33,0,4,12,2,48,6,1,237,0,41,34,0,2,27,33,0,5,48,6,1,238,33,0,6,48,6,1,239,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,240,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,241,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,38,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,71,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,242,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,243,1,244,11,3,0,43,0,32,0,52,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,88,0,41,0,32,34,0,2,26,27,26,16,7,0,32,34,0,1,0,16,0,46,17,26,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,50,27,26,20,0,30,0,13,0,41,34,0,2,27,0,44,0,50,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,245,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,246,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,247,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,78,16,0,22,0,42,0,21,27,0,44,1,248,27,32,0,3,17,33,0,4,48,6,1,249,33,0,5,48,6,0,45,0,20,16,33,0,6,48,6,0,46,33,0,7,48,6,1,250,33,0,8,48,6,0,45,33,0,9,48,6,34,0,2,0,34,1,251,32,1,5,1,252,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,253,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,78,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,78,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,254,33,0,7,48,6,34,0,1,1,255,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,98,0,41,0,46,27,0,40,32,0,1,32,2,68,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,78,16,0,28,0,46,17,33,0,3,48,6,1,256,33,0,4,48,6,32,1,5,0,32,34,0,1,26,0,15,34,0,4,21,32,2,22,0,42,32,2,102,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,98,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,101,16,33,0,5,48,6,0,47,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,48,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,52,17,0,44,0,20,0,41,32,1,7,27,0,44,1,257,27,27,16,7,32,1,7,0,20,0,45,17,0,5,0,180,17,6,34,0,1,0,27,1,258,0,41,0,48,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,78,16,32,2,96,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,24,34,0,1,26,27,7,0,45,33,0,2,48,6,1,259,32,0,1,26,33,0,3,48,6,34,0,1,0,34,1,260,26,32,1,7,17,0,22,0,21,0,48,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,261,1,262,1,263,11,4,0,43,34,0,5,0,42,0,6,0,41,34,0,4,0,8,0,48,21,27,27,27,7,1,264,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,25,1,265,26,16,6,34,0,1,11,1,33,0,5,48,6,1,266,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,155,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,25,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,160,34,0,2,27,32,2,148,34,0,1,27,7,0,24,32,2,147,32,1,5,26,34,0,2,23,1,267,32,2,147,34,0,1,26,27,7,0,24,1,268,32,1,5,26,34,0,1,21,32,2,147,34,0,2,26,20,7,34,0,2,32,2,148,34,0,1,27,7,0,24,1,269,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,51,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,270,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,30,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,48,17,0,6,32,0,3,17,32,0,5,32,2,4,1,271,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,29,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,48,17,0,6,34,0,7,17,34,0,10,32,2,4,1,272,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,273,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,274,27,26,16,6,32,0,4,0,8,0,48,17,0,6,32,0,5,17,33,0,7,48,6,1,275,33,0,8,48,6,0,45,33,0,9,48,33,0,10,48,6,1,276,33,0,11,48,6,32,0,1,0,45,0,45,1,277,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,52,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,30,32,0,1,0,15,16,0,42,0,16,27,0,42,32,3,75,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,278,1,279,11,2,0,43,0,15,0,39,0,22,27,0,20,0,53,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,51,17,0,6,33,1,3,50,6,34,0,3,0,30,32,1,4,26,16,7,1,280,33,0,3,48,6,32,3,11,32,0,3,1,281,11,2,0,43,0,24,0,39,0,35,32,3,73,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,282,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,71,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,71,27,26,16,0,35,32,3,118,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,283,21,33,0,8,48,6,32,3,75,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,284,34,0,8,21,11,3,0,43,0,11,0,41,0,48,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,51,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,285,7,34,0,1,33,0,3,48,6,1,286,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,287,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,288,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,289,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,58,16,33,0,3,48,6,34,0,2,0,24,0,34,1,290,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,77,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,165,16,7,34,0,1,32,3,165,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,291,27,33,0,4,48,6,0,51,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,292,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,48,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,48,21,26,16,0,35,1,293,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,48,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,294,26,16,7,32,0,2,32,4,34,16,32,4,58,16,33,0,3,48,6,34,0,1,32,4,33,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,51,33,0,6,48,6,1,295,0,42,32,1,4,27,33,0,7,48,6,1,296,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,48,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,48,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,52,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,48,11,4,33,0,10,48,6,0,6,1,297,11,2,0,16,32,0,3,0,13,0,53,17,17,33,0,11,48,6,1,298,33,0,12,48,6,1,299,1,300,34,0,12,11,3,0,43,1,301,27,33,0,13,48,6,32,0,1,0,30,34,0,1,0,42,1,302,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,303,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,48,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,48,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,4,2,Infinity,-Infinity,-1,3,8,5,'∾','˙','+','-','×','÷','⋆','¬','⌊','⌈','∨','∧','≠','=','>','≥','\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],[0,0,122],[1,1,123],[0,0,[[],[124]]],[0,0,[[],[125]]],[0,0,[[],[126]]],[0,0,[[],[127]]],[0,0,[[],[128]]],[0,0,[[],[129]]],[0,0,130],[0,0,[[],[131]]],[2,0,132],[0,0,133],[0,0,134],[0,0,135],[1,0,136],[1,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]]],[0,0,147],[2,0,148],[0,0,[[],[149]]],[0,0,150],[0,0,[[],[151]]],[0,0,[[],[152]]],[0,0,153],[1,1,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],[0,0,[[],[163]]],[2,0,164],[0,0,[[],[165]]],[0,0,[[],[166]]],[0,0,167],[0,0,168],[1,0,[[],[169]]],[0,0,[[],[170]]],[1,0,171],[0,0,172],[1,0,173],[2,0,[[],[174]]],[0,0,175],[0,0,176],[0,0,[[],[177]]],[0,0,178],[0,0,179],[0,0,[[],[180]]],[0,0,181],[1,0,[[],[182]]],[1,1,183],[0,0,[[],[184]]],[0,0,[[],[185]]],[0,0,[[],[186]]],[0,0,[[],[187]]],[0,0,[[],[188]]],[0,0,[[],[189]]],[0,0,[[],[190]]],[0,0,191],[0,0,192],[1,1,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],[0,0,[[],[206]]],[0,0,207],[2,1,208],[2,1,209],[1,1,210],[1,1,211],[1,1,212],[0,0,[[],[213]]],[0,0,214],[0,0,215],[0,0,216],[0,0,[[],[217]]],[0,0,218],[0,0,[[],[219]]],[0,0,[[],[220]]],[0,0,[[],[221]]],[1,1,222],[0,0,223],[0,0,[[],[224]]],[0,0,225],[1,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],[0,0,[[],[236]]],[0,0,237],[2,0,238],[0,0,[[],[239]]],[0,0,240],[0,0,241],[1,0,242],[0,0,243],[0,0,244],[1,0,245],[0,0,[[],[246]]],[0,0,247],[0,0,248],[1,0,249],[0,0,[[],[250]]],[0,0,[[],[251]]],[0,0,252],[0,0,253],[0,0,[[],[254]]],[0,0,255],[0,0,[[],[256]]],[0,0,257],[0,0,258],[1,0,259],[0,0,260],[0,0,261],[0,0,[[],[262]]],[0,0,263],[1,0,264],[0,0,265],[0,0,[[],[266]]],[2,0,267],[1,1,268],[1,1,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],[0,0,283],[0,0,[[],[284]]],[1,1,285],[2,1,286],[0,0,287],[0,0,[[],[288]]],[0,0,289],[0,0,[[],[290]]],[0,0,291],[1,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,0,302],[0,0,303]] - ,[[0,185],[4068,3],[4076,3],[4080,3],[4093,3],[4105,3],[4114,3],[4120,2],[4149,3],[4181,2],[4198,4],[4260,5],[4296,3],[4303,5],[4361,4],[4427,3],[4482,3],[4493,4],[4558,9],[4627,5],[4704,5],[4771,4],[4827,8],[4999,8],[5156,3],[5201,3],[5250,3],[5369,6],[5454,3],[5478,7],[5592,3],[5654,4],[5725,6],[5789,3],[5829,5],[5906,3],[5923,14],[6103,3],[6149,3],[6169,3],[6186,4],[6244,4],[6320,5],[6394,3],[6453,0],[6464,4],[6544,3],[6554,3],[6561,3],[6575,3],[6583,3],[6621,5],[6658,5],[6685,3],[6689,3],[6703,16],[6998,3],[7023,3],[7048,3],[7075,3],[7134,4],[7234,7],[7431,7],[7477,14],[7701,5],[7780,3],[7788,6],[7815,5],[7836,6],[7863,11],[8215,9],[8372,4],[8448,7],[8560,7],[8677,3],[8785,4],[8847,8],[8959,8],[9033,7],[9095,9],[9253,9],[9401,4],[9512,8],[9726,3],[9770,3],[9907,2],[9928,14],[10053,9],[10235,10],[10308,3],[10334,10],[10742,4],[10847,3],[10921,3],[10972,4],[11099,4],[11215,2],[11223,6],[11238,2],[11297,3],[11305,3],[11313,3],[11333,8],[11408,3],[11416,3],[11424,3],[11432,3],[11440,3],[11448,3],[11459,3],[11480,7],[11521,6],[11740,4],[11840,4],[11900,3],[11943,5],[12081,3],[12128,3],[12154,3],[12187,3],[12231,3],[12279,3],[12291,3],[12364,2],[12390,4],[12426,3],[12441,3],[12470,3],[12485,3],[12503,3],[12517,3],[12527,3],[12579,6],[12607,3],[12635,3],[12643,3],[12651,5],[12686,12],[12859,3],[12870,3],[12890,3],[12910,3],[12921,3],[12932,3],[12947,7],[13020,6],[13066,3],[13084,3],[13091,6],[13126,10],[13303,4],[13359,11],[13560,4],[13627,3],[13652,2],[13667,3],[13694,7],[13835,3],[13864,3],[13874,3],[13893,3],[13903,3],[13912,3],[13922,3],[13939,11],[14012,6],[14115,8],[14193,3],[14201,3],[14243,7],[14269,9],[14515,5],[14531,6],[14653,5],[14686,6],[14715,3],[14725,3],[14735,4],[14774,4],[14797,3],[14805,3],[14830,3],[14842,6],[14938,2],[14988,8],[15169,11],[15374,3],[15433,3],[15460,3],[15477,3],[15494,8],[15676,3],[15690,3],[15721,2],[15755,3],[15790,3],[15811,3],[15832,5],[15903,3],[15923,8],[16153,3],[16221,3],[16251,3],[16282,3],[16316,5],[16383,3],[16392,3],[16405,3],[16409,3],[16417,3],[16427,2],[16441,2],[16456,6],[16550,3],[16560,3],[16567,9],[16701,3],[16727,3],[16745,3],[16769,3],[16790,3],[16801,3],[16814,2],[16818,3],[16854,5],[16956,3],[17003,5],[17026,3],[17043,14],[17327,13],[17524,3],[17567,4],[17650,3],[17686,3],[17715,3],[17726,4],[17762,7],[17899,10],[18089,6],[18124,3],[18189,3],[18217,4],[18240,5],[18251,4],[18262,4],[18273,5],[18293,4],[18368,3],[18401,3],[18431,5],[18456,3],[18522,3],[18536,3],[18547,5],[18646,4],[18775,3],[18799,3],[18845,3],[18878,3],[18907,5],[18939,3],[18975,3],[19001,3],[19029,3],[19051,5],[19061,3],[19094,3],[19114,6],[19129,2],[19137,2],[19145,5],[19183,3],[19193,3],[19209,5],[19260,3],[19285,6],[19394,3],[19434,3],[19475,5],[19525,6],[19662,3],[19670,8],[19727,5],[19756,3],[19771,3],[19821,2],[19839,3],[19860,3],[19878,3],[19907,3],[19926,3],[19945,6],[20024,5],[20039,14],[20203,3],[20224,3],[20240,4],[20296,3],[20328,3],[20411,3],[20445,3],[20474,3],[20491,3],[20508,3]] + [0,97,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,46,21,33,0,4,48,6,0,0,0,13,0,47,21,33,0,5,48,6,0,46,0,12,0,42,0,11,27,11,2,0,44,0,0,0,12,0,47,21,27,33,0,6,48,6,0,46,0,12,0,42,0,11,0,40,0,19,27,27,11,2,0,44,0,0,0,12,0,47,21,27,33,0,7,48,6,32,0,5,0,45,0,20,27,33,0,8,48,6,0,31,32,0,5,26,0,36,0,8,26,0,47,21,33,0,9,48,6,1,4,0,15,11,2,0,44,32,0,4,27,33,0,10,48,6,0,14,0,43,0,29,27,33,0,11,48,6,0,35,0,12,26,0,36,0,8,26,0,47,21,33,0,12,48,6,0,4,0,42,0,31,0,47,26,27,33,0,13,48,6,1,5,33,0,14,48,6,1,6,33,0,15,48,6,1,7,33,0,16,48,6,32,0,16,0,56,26,33,0,17,48,6,0,46,0,16,0,42,0,33,0,47,26,0,7,0,22,21,27,34,0,16,0,57,26,20,11,2,0,44,0,16,0,42,0,46,27,0,12,0,48,21,27,33,0,18,48,6,1,8,33,0,19,48,6,1,9,33,0,20,48,6,0,58,0,46,0,59,0,46,0,60,0,47,0,61,0,47,0,62,0,47,0,63,0,47,0,64,0,50,0,65,0,51,0,66,0,46,0,67,0,47,0,68,0,46,0,69,0,47,0,70,0,46,0,71,0,47,11,28,32,0,20,0,98,0,40,0,5,27,27,1,10,20,33,0,21,48,6,1,11,33,0,22,48,6,1,12,33,0,23,48,6,1,13,33,0,24,48,6,0,13,0,13,0,24,0,34,0,12,26,20,0,13,0,50,0,43,0,13,27,21,21,33,0,25,48,6,32,0,25,0,7,0,34,32,0,25,26,21,33,0,26,48,6,0,47,0,15,0,16,0,46,21,0,43,0,13,0,8,0,49,21,0,7,0,47,21,1,14,11,2,0,44,0,24,0,40,32,0,4,27,27,27,11,2,0,44,0,24,0,40,0,14,27,0,36,0,8,26,0,47,21,0,20,0,46,21,27,33,0,27,48,6,1,15,33,0,28,48,6,1,16,33,0,29,48,6,32,0,26,32,0,27,0,34,32,0,27,26,0,7,20,11,2,0,44,0,25,0,40,32,0,4,27,27,1,17,11,3,0,44,32,0,4,0,41,0,6,27,27,33,0,30,48,6,1,18,33,0,31,48,6,32,0,31,0,46,26,33,0,32,48,6,34,0,31,0,47,26,33,0,33,48,6,1,19,33,0,34,48,6,1,20,33,0,35,48,6,32,0,8,0,41,1,21,27,33,0,36,48,6,1,22,33,0,37,48,6,0,30,0,42,32,0,37,27,33,0,38,48,6,1,23,33,0,39,48,6,1,24,33,0,40,48,6,32,0,35,0,24,0,32,0,6,26,0,52,21,0,34,0,30,26,0,34,32,0,38,0,40,32,0,32,0,40,32,0,13,27,27,26,21,26,33,0,41,48,6,32,0,35,0,35,0,8,26,0,32,0,18,26,20,0,35,0,7,26,0,25,21,0,42,0,22,0,40,0,17,27,27,26,33,0,42,48,6,32,0,8,0,24,0,37,1,25,27,11,2,0,44,0,12,0,20,0,46,21,27,33,0,43,48,6,1,26,0,45,0,24,0,37,1,27,27,27,33,0,44,48,6,1,28,33,0,45,48,6,1,29,33,0,46,48,6,32,0,6,0,5,0,114,21,0,115,11,2,0,12,0,42,0,11,27,0,5,0,116,21,0,117,11,2,11,2,0,31,1,30,26,16,33,0,47,33,0,48,12,2,48,6,1,31,33,0,49,48,6,32,0,8,0,43,1,32,27,33,0,50,48,6,1,33,34,0,50,11,2,0,44,0,25,0,40,0,15,27,32,0,9,20,27,33,0,51,48,6,34,0,49,32,0,51,11,2,0,44,0,25,0,40,32,0,4,27,27,33,0,52,48,6,1,34,33,0,53,48,6,1,35,33,0,54,48,6,32,0,8,0,41,32,0,53,0,129,0,15,0,31,0,0,0,12,0,47,21,26,20,0,36,0,8,26,0,47,21,0,47,0,46,0,24,0,30,1,36,21,1,37,11,6,26,27,33,0,55,48,6,0,24,0,15,0,130,0,40,0,5,27,0,16,0,42,0,46,27,11,2,0,44,0,22,0,20,0,46,21,27,20,11,2,0,44,32,0,4,27,33,0,56,48,6,1,38,33,0,57,48,6,1,39,33,0,58,48,6,0,28,0,26,0,29,21,33,0,59,48,6,0,24,0,30,0,22,0,17,20,0,43,32,0,59,27,21,32,0,59,11,2,0,44,0,24,0,40,0,12,27,0,12,0,47,21,27,33,0,60,48,6,0,24,0,37,32,0,8,0,43,32,0,53,0,134,34,0,5,0,46,0,46,0,24,0,40,0,22,27,0,20,0,46,21,0,45,0,24,34,0,60,0,22,0,43,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,40,1,41,1,42,11,3,0,44,0,25,0,40,0,12,27,0,11,0,49,21,27,33,0,62,48,6,0,24,0,37,32,0,8,0,41,34,0,53,0,138,0,15,0,40,0,31,0,0,0,12,0,47,21,26,0,36,0,8,26,0,22,0,20,0,46,21,21,27,0,47,0,47,0,24,0,30,0,22,0,43,32,0,62,27,21,34,0,62,11,6,26,27,27,33,0,63,48,6,1,43,33,0,64,48,6,0,24,1,44,11,2,0,31,1,45,26,0,26,0,24,21,16,0,31,1,46,26,16,33,0,65,48,6,1,47,0,42,34,0,65,0,30,0,47,0,47,0,49,0,53,0,46,11,5,17,32,0,15,0,139,27,27,33,0,66,48,6,1,48,33,0,67,48,6,1,49,33,0,68,48,6,1,50,33,0,69,48,6,1,51,33,0,70,48,6,0,46,0,12,0,42,0,33,32,0,70,26,27,11,2,0,44,0,0,0,12,0,53,21,27,33,0,71,48,6,0,24,32,0,4,20,0,12,0,41,0,12,27,0,14,0,41,32,0,12,27,11,3,0,36,1,52,26,16,33,0,72,48,6,1,53,33,0,73,48,6,32,0,4,0,41,0,12,27,0,46,11,2,0,24,0,40,32,0,4,27,0,12,11,2,0,12,0,41,0,12,27,0,46,11,2,0,14,0,41,32,0,12,27,0,46,11,2,1,54,11,5,0,36,1,55,26,16,33,0,74,48,6,0,46,1,56,11,2,0,44,32,0,4,27,33,0,75,48,6,32,0,74,0,38,32,0,75,27,33,0,76,48,6,32,0,74,0,7,0,47,21,0,38,0,46,0,17,16,0,14,11,2,0,44,32,0,4,27,27,33,0,77,48,6,32,0,76,0,40,0,5,27,0,25,0,24,21,33,0,78,48,6,0,15,0,40,0,1,0,37,0,24,27,0,36,32,0,78,0,37,0,24,27,26,11,2,0,44,0,22,0,20,0,46,21,27,27,33,0,79,48,6,1,57,33,0,80,48,6,32,0,4,0,45,0,26,32,0,80,1,58,27,27,33,0,81,48,6,32,0,78,0,37,32,0,8,0,41,0,15,0,41,0,26,27,1,59,11,2,0,44,0,12,0,41,0,18,27,0,20,0,47,21,27,27,27,33,0,82,48,6,1,60,33,0,83,48,6,1,61,33,0,84,48,6,32,0,4,0,5,0,150,21,0,25,1,62,34,0,80,32,0,81,32,0,84,32,0,83,11,2,0,44,0,31,0,12,0,12,0,47,21,26,0,36,0,8,26,0,47,21,27,34,0,84,11,3,0,44,0,12,0,11,0,49,21,27,27,21,33,0,85,48,6,0,24,0,24,0,24,0,36,1,63,26,20,1,64,1,65,1,66,11,6,0,44,0,25,27,33,0,86,48,6,1,67,33,0,87,48,6,1,68,33,0,88,48,6,32,0,88,0,46,26,33,0,89,48,6,34,0,88,0,47,26,33,0,90,48,6,1,69,33,0,91,48,6,32,0,78,0,38,0,24,27,0,37,1,70,27,33,0,92,48,6,32,0,78,0,38,0,24,27,0,37,1,71,27,33,0,93,48,6,32,0,7,0,5,0,166,21,33,0,94,48,6,32,0,94,0,25,0,17,21,1,72,11,2,0,44,32,0,4,27,33,0,95,48,6,1,73,33,0,96,48,6,1,74,33,0,97,48,6,1,75,33,0,98,48,6,1,76,33,0,99,48,6,0,55,0,17,16,32,0,15,0,175,27,33,0,100,48,6,1,77,33,0,101,48,6,1,78,33,0,102,48,6,1,79,33,0,103,48,6,32,0,8,0,41,1,80,27,33,0,104,48,6,1,81,33,0,105,48,6,1,82,33,0,106,48,6,1,83,33,0,107,48,6,1,84,33,0,108,48,6,1,85,33,0,109,48,6,1,86,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,34,32,0,111,0,43,32,0,112,27,26,0,38,0,49,32,0,111,16,0,43,32,0,112,27,27,33,0,113,48,6,32,0,24,1,87,0,21,0,42,0,46,27,0,20,0,42,0,46,27,11,2,0,44,0,46,0,43,0,20,27,27,0,45,0,6,27,11,2,0,44,0,19,0,41,0,21,27,27,0,38,0,19,27,26,33,0,114,48,6,32,0,24,0,20,0,45,0,25,27,0,38,0,11,27,26,33,0,115,48,6,32,0,24,0,21,0,45,0,25,27,0,38,0,7,0,40,32,0,115,0,40,0,7,27,27,27,26,33,0,116,48,6,32,0,24,0,8,26,0,38,0,30,0,42,32,0,32,27,27,33,0,117,48,6,32,0,24,0,8,0,7,0,6,21,26,0,38,0,30,0,42,32,0,33,27,27,33,0,118,48,6,32,0,24,0,8,0,38,0,21,0,7,0,20,21,0,42,0,46,27,27,26,33,0,119,48,6,32,0,24,0,23,0,7,0,47,21,26,0,38,0,20,27,33,0,120,48,6,32,0,24,0,13,0,7,0,47,21,26,0,38,32,0,81,27,33,0,121,48,6,32,0,24,0,12,0,7,0,47,21,26,0,38,0,22,27,33,0,122,48,6,32,0,24,0,12,26,0,38,0,12,27,33,0,123,48,6,32,0,24,0,23,26,0,38,0,192,0,40,0,5,27,27,33,0,124,48,6,32,0,24,0,13,26,0,38,0,193,0,40,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,47,21,33,0,128,48,6,0,15,0,38,32,0,10,27,33,0,129,48,6,34,0,96,0,38,32,0,95,27,33,0,130,48,6,34,0,61,0,38,32,0,57,27,33,0,131,48,6,34,0,63,0,38,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,88,33,0,135,48,6,34,0,89,0,38,34,0,45,27,33,0,136,48,6,34,0,90,0,38,34,0,46,27,33,0,137,48,6,34,0,105,0,38,34,0,103,27,33,0,138,48,6,32,0,34,0,47,26,0,38,34,0,41,27,33,0,139,48,6,0,34,34,0,34,0,46,26,26,0,38,34,0,35,0,24,26,27,33,0,140,48,6,1,89,0,1,0,46,21,33,0,141,48,6,1,90,33,0,142,48,6,0,24,0,37,1,91,27,33,0,143,48,6,1,92,33,0,144,48,6,1,93,33,0,145,48,6,1,94,33,0,146,48,6,1,95,33,0,147,48,6,0,47,0,16,0,42,0,33,0,49,26,32,0,127,32,0,122,21,27,32,0,77,0,33,32,0,147,26,21,11,2,0,44,0,16,0,42,0,46,27,32,0,123,0,55,21,27,33,0,148,48,6,1,96,33,0,149,48,6,0,47,0,24,1,97,0,40,32,0,18,27,20,11,2,0,44,0,0,32,0,125,0,53,21,27,33,0,150,48,6,1,98,0,41,1,99,27,33,0,151,48,6,1,100,33,0,152,48,6,1,101,0,24,0,16,0,42,0,47,27,1,102,20,0,33,0,202,0,40,0,5,27,26,0,16,0,42,0,49,27,32,0,151,0,16,0,42,0,47,27,21,34,0,152,0,16,0,42,0,49,27,1,103,0,43,1,104,27,0,16,0,42,0,47,27,21,0,16,0,42,0,49,27,1,105,0,43,1,106,27,0,30,0,42,0,47,0,53,11,2,27,21,11,6,0,44,0,25,27,0,16,0,42,0,46,27,21,20,33,0,153,48,6,1,107,34,0,153,0,203,0,40,0,5,27,11,3,32,0,132,0,53,0,47,0,49,11,3,17,0,44,0,0,27,33,0,154,48,6,34,0,82,0,38,32,0,85,27,33,0,155,48,6,0,5,0,42,0,204,27,33,0,156,48,6,0,5,0,42,0,205,27,33,0,157,48,6,0,33,0,46,26,0,5,0,206,21,33,0,158,48,6,1,108,33,0,159,48,6,1,109,33,0,160,48,6,1,110,33,0,161,48,6,0,24,0,37,34,0,55,0,38,34,0,54,27,27,33,0,162,48,6,0,58,0,34,32,0,127,26,0,38,32,0,126,27,0,59,32,0,127,0,60,0,34,32,0,111,26,0,38,32,0,119,32,0,159,0,24,27,27,0,61,32,0,111,0,62,32,0,24,0,2,26,0,73,0,34,32,0,112,26,0,38,0,34,32,0,119,26,27,0,67,0,34,32,0,111,26,0,38,32,0,117,32,0,159,0,24,27,27,0,66,0,25,32,0,127,0,47,21,32,0,111,0,34,32,0,127,26,21,0,38,32,0,118,32,0,159,0,24,27,27,0,63,32,0,128,0,68,32,0,24,1,111,26,0,74,0,46,0,40,32,0,156,27,0,38,1,112,27,0,75,0,24,0,76,32,0,76,0,40,32,0,157,27,0,25,0,24,21,0,38,0,24,27,0,56,1,113,0,38,0,46,0,40,32,0,156,27,27,0,77,1,114,0,38,1,115,27,0,78,0,46,0,40,32,0,156,27,0,38,32,0,136,32,0,159,0,16,0,42,0,52,27,27,27,0,79,0,46,0,40,32,0,156,27,0,38,32,0,137,32,0,159,0,16,0,42,0,46,27,27,27,0,80,0,46,0,40,32,0,156,27,0,38,32,0,130,32,0,159,32,0,77,27,27,0,81,32,0,131,0,42,32,0,127,27,0,38,32,0,131,27,0,82,34,0,145,0,38,34,0,44,27,0,83,0,46,0,40,32,0,156,27,0,38,34,0,40,27,0,84,34,0,161,0,38,34,0,160,27,11,44,32,0,20,32,0,158,27,33,0,163,48,6,0,58,0,34,32,0,127,26,0,38,0,49,0,43,32,0,111,27,27,0,59,32,0,126,0,38,0,46,0,40,32,0,156,27,27,0,60,0,34,32,0,111,26,0,38,32,0,113,27,0,61,32,0,119,0,38,0,46,0,40,32,0,156,27,27,0,62,32,0,113,0,38,0,46,0,40,32,0,156,27,27,0,73,0,2,32,0,111,20,0,38,0,46,0,40,32,0,156,27,27,0,67,0,34,32,0,111,26,0,38,32,0,113,27,0,66,0,25,32,0,127,0,47,21,32,0,111,0,34,32,0,127,26,21,0,38,32,0,128,0,40,32,0,113,27,32,0,128,20,27,0,63,0,33,0,47,26,32,0,127,32,0,126,21,0,38,0,46,0,40,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,85,32,0,164,0,86,1,116,0,87,1,117,0,88,1,118,0,89,1,119,0,40,1,120,27,11,10,32,0,20,0,33,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,121,0,90,34,0,151,0,91,1,122,0,92,1,123,0,93,0,33,0,46,0,40,32,0,156,27,26,1,124,1,125,11,2,0,44,32,0,125,0,42,0,46,27,27,11,2,0,44,0,24,0,40,32,0,6,27,27,0,94,1,126,0,95,1,127,1,128,0,24,11,2,0,44,0,25,27,0,25,0,40,32,0,150,27,21,0,96,1,129,11,14,34,0,20,0,33,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,38,34,0,56,27,33,0,175,48,6,1,130,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,38,32,0,10,27,33,0,179,48,6,32,0,78,0,38,0,24,27,0,37,0,27,0,40,32,0,121,27,27,33,0,180,48,6,32,0,120,0,41,34,0,78,0,37,32,0,175,0,41,0,27,27,27,27,0,38,1,131,27,33,0,181,48,6,34,0,144,0,38,34,0,43,27,33,0,182,48,6,34,0,141,0,38,32,0,42,27,33,0,183,48,6,34,0,36,0,38,32,0,132,0,42,32,0,140,27,27,33,0,184,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,32,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,34,0,181,32,0,136,32,0,137,32,0,130,34,0,134,32,0,133,32,0,131,34,0,182,32,0,132,32,0,32,32,0,33,32,0,162,32,0,175,32,0,139,34,0,183,32,0,140,34,0,184,32,0,138,0,5,0,33,0,34,32,0,174,32,0,166,32,0,165,34,0,173,34,0,171,34,0,172,0,32,0,40,0,41,0,42,0,43,32,0,169,0,38,34,0,176,34,0,178,34,0,177,32,0,168,0,39,11,64,1,132,16,7,0,46,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,0,20,0,31,0,12,0,7,0,47,21,26,34,0,1,21,0,32,0,8,26,20,0,36,0,6,26,20,7,0,33,32,1,0,0,31,32,1,14,34,0,1,26,0,34,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,14,32,1,0,26,16,21,7,0,49,0,9,32,0,1,0,22,16,17,0,17,16,0,31,0,8,0,42,0,49,27,26,16,33,0,3,48,6,32,0,1,0,30,32,0,3,17,34,0,1,0,30,34,0,3,0,31,0,6,0,42,0,47,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,15,34,0,3,27,7,0,46,34,0,1,16,7,32,0,1,0,12,16,0,12,0,47,17,0,5,0,99,17,6,34,0,1,0,33,32,0,4,26,32,1,21,20,0,36,34,0,4,26,11,2,0,44,0,47,0,38,0,22,0,20,0,46,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,34,34,0,3,0,34,32,0,1,26,26,26,11,2,0,44,0,12,0,41,0,21,27,27,34,0,2,34,0,1,26,11,2,0,44,0,12,0,41,0,12,27,27,7,34,0,1,1,137,0,37,1,138,1,139,11,2,0,44,32,1,4,0,41,0,21,27,27,0,38,1,140,27,27,1,141,0,37,1,142,27,11,3,0,44,32,1,4,0,41,0,6,27,27,33,0,2,48,7,34,0,1,32,1,27,34,0,2,19,7,32,0,1,0,31,0,20,0,42,0,46,27,26,0,36,0,8,26,0,47,21,0,41,0,7,27,32,0,2,19,33,0,3,48,6,34,0,1,32,0,3,0,46,11,2,1,143,11,2,0,44,0,46,0,12,34,0,3,17,27,34,0,2,19,7,34,0,4,33,0,5,48,6,0,46,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,47,17,0,45,0,33,32,0,5,26,1,145,0,38,0,24,27,34,0,2,23,27,16,7,32,0,1,0,14,0,41,32,1,28,27,32,0,2,17,33,0,3,48,6,34,0,3,0,36,32,1,29,34,0,1,0,15,16,0,43,0,16,27,0,43,32,1,30,0,42,34,0,2,0,15,16,0,43,0,16,27,27,27,26,26,16,33,0,4,48,6,0,46,0,34,34,0,4,26,16,7,32,0,1,33,0,2,48,6,32,1,30,32,1,26,0,33,0,46,26,0,13,32,1,30,21,32,1,25,11,4,34,0,1,0,45,0,31,1,146,26,27,16,33,0,3,48,6,1,147,33,0,4,48,6,1,148,0,38,1,149,27,0,1,0,46,21,7,32,0,1,33,0,2,48,6,0,36,0,8,26,0,7,0,47,21,0,32,0,8,26,0,36,0,6,26,20,11,2,0,16,34,0,1,17,33,0,3,48,6,32,1,8,0,43,1,150,27,0,1,0,46,21,7,32,0,1,0,12,16,0,13,0,47,17,0,5,0,108,17,6,32,0,1,32,1,32,16,33,0,5,48,6,32,0,1,32,1,11,0,47,17,0,36,0,8,26,0,47,17,33,0,6,48,6,32,0,6,32,1,29,32,0,1,0,15,16,0,43,0,16,27,0,41,32,1,74,0,7,0,47,21,27,26,16,33,0,7,48,6,34,0,1,0,22,16,0,17,16,0,31,0,47,0,24,32,0,5,0,31,0,8,0,42,34,0,6,27,26,16,0,43,0,16,27,0,41,34,0,7,27,0,47,0,43,0,7,27,21,11,2,0,44,0,20,0,42,0,46,27,27,26,16,34,0,4,32,0,5,17,0,30,34,0,5,32,1,13,16,17,0,1,0,46,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,46,17,0,5,0,109,17,6,0,46,0,20,16,33,0,5,48,6,32,0,1,0,14,16,33,0,6,48,0,28,32,0,4,17,0,24,0,36,0,8,26,0,47,21,0,17,20,0,43,0,15,27,16,33,0,7,48,6,34,0,6,0,29,34,0,4,17,0,35,1,151,26,32,0,2,0,14,16,17,6,32,0,7,0,31,0,20,0,31,0,6,26,32,0,5,21,0,34,0,30,26,34,0,1,0,15,16,21,32,1,74,34,0,2,21,26,16,0,1,0,46,17,7,34,0,1,0,32,0,6,26,16,0,3,16,0,28,0,42,0,33,0,47,26,0,7,0,22,21,0,18,0,46,21,27,16,0,32,0,6,26,16,0,1,0,46,17,7,32,0,1,0,12,16,0,12,0,47,17,0,5,0,110,17,6,32,0,1,0,31,32,1,7,26,16,0,36,0,8,26,0,47,17,0,5,0,111,17,6,34,0,1,32,1,37,16,7,32,0,1,0,12,16,0,12,0,47,17,32,1,156,16,6,32,0,1,0,31,32,1,7,26,16,0,36,0,8,26,0,47,17,32,1,156,16,6,32,0,1,0,22,16,0,34,0,7,26,0,47,17,0,47,0,17,0,40,0,31,0,6,0,42,0,47,27,32,0,1,0,43,0,16,27,0,41,0,13,27,0,24,21,26,27,0,36,0,8,26,0,47,21,11,2,0,44,0,13,0,42,0,46,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,11,0,47,17,33,0,4,48,0,36,0,8,26,0,47,17,33,0,5,48,6,34,0,3,0,17,16,0,31,0,8,0,42,32,0,5,27,0,43,0,6,27,26,34,0,5,0,17,16,0,15,34,0,4,17,17,0,34,0,30,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,46,17,7,32,0,1,0,12,16,0,34,0,7,26,0,47,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,28,34,0,3,17,33,0,6,48,6,32,0,6,0,36,0,8,26,0,47,17,0,17,16,0,15,34,0,6,17,0,31,0,8,0,42,32,0,5,27,0,43,0,6,27,26,34,0,5,0,17,16,17,0,34,0,30,26,34,0,1,0,15,16,17,7,32,0,1,0,12,16,0,13,0,47,17,0,5,0,112,17,6,32,0,1,0,22,16,0,6,0,47,17,0,17,16,0,31,34,0,1,0,43,0,30,0,42,0,17,27,27,26,16,0,1,0,42,0,16,0,42,0,46,27,27,16,7,32,0,1,0,12,16,0,13,0,47,17,0,5,0,113,17,6,32,0,1,0,22,16,33,0,3,48,6,32,0,3,0,6,0,47,17,0,17,16,0,31,34,0,1,0,43,0,30,0,42,1,152,27,27,26,16,0,1,0,42,0,16,0,42,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,40,34,0,3,27,0,25,0,6,32,0,5,0,13,0,42,0,46,27,26,20,34,0,5,0,21,26,11,2,0,44,0,13,0,42,0,46,27,27,21,7,32,0,1,0,12,16,0,12,0,47,17,0,5,0,118,17,6,34,0,2,32,1,47,32,0,1,0,22,16,17,0,34,0,16,26,34,0,1,17,7,32,0,2,0,12,18,0,12,0,47,19,0,5,0,119,19,6,32,0,1,0,14,16,33,0,3,48,0,22,0,41,0,12,27,32,0,2,19,0,5,0,120,17,6,0,46,33,0,4,48,6,34,0,3,0,35,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,31,34,0,1,0,43,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,122,0,26,34,0,2,17,0,26,0,121,17,33,0,8,48,6,0,123,0,26,32,0,8,17,33,0,9,48,6,0,124,0,26,32,0,8,17,33,0,10,48,6,0,125,0,26,32,0,8,17,33,0,11,48,6,0,126,0,26,34,0,8,17,33,0,12,48,6,0,24,0,31,34,0,5,0,31,0,0,0,12,0,47,21,26,0,15,20,0,36,0,8,26,0,47,21,11,2,0,44,32,1,4,27,26,0,15,20,0,36,0,8,26,0,47,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,44,0,25,0,40,34,0,3,27,27,7,32,0,1,0,12,16,0,13,0,47,17,0,5,0,127,17,6,32,0,1,0,22,16,0,20,0,46,17,0,5,0,128,17,6,34,0,1,0,30,0,46,0,20,16,17,7,34,0,2,0,31,32,1,48,0,42,34,0,1,0,22,16,27,26,16,7,34,0,2,0,31,32,1,48,0,42,34,0,1,27,26,16,7,32,0,1,0,12,16,0,13,0,47,17,0,5,0,131,17,6,32,0,1,0,22,16,33,0,3,48,6,34,0,1,0,30,32,0,3,0,17,16,0,31,0,7,0,42,0,47,0,7,34,0,3,17,27,26,16,17,7,32,0,2,32,1,6,18,0,5,0,132,19,6,32,0,1,0,12,0,46,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,133,17,6,34,0,3,7,32,0,2,32,1,4,0,45,0,15,0,16,0,46,21,27,16,33,0,2,49,6,32,0,2,32,1,7,16,0,5,0,135,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,32,0,34,1,157,0,45,1,158,27,26,26,16,7,32,0,2,0,22,16,0,12,34,0,1,17,0,5,0,136,17,6,32,0,2,0,31,0,12,0,42,0,11,0,40,0,19,27,27,26,16,0,36,0,8,26,0,47,17,0,5,0,135,17,6,34,0,2,32,1,37,16,7,0,33,0,46,26,0,5,0,137,21,7,34,0,1,32,1,1,16,33,0,3,48,6,32,0,3,0,16,0,46,17,0,46,0,43,0,13,27,0,33,34,0,3,26,0,47,0,24,0,29,0,47,21,0,31,34,0,0,26,20,0,36,0,8,26,0,47,21,11,2,0,44,32,1,148,27,20,11,2,0,44,0,13,0,42,0,49,27,27,16,7,34,0,1,1,159,34,0,2,21,7,0,34,34,0,1,26,7,1,160,0,24,11,2,0,36,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,45,1,162,27,11,2,0,44,0,25,0,40,0,0,27,0,13,0,53,21,27,34,0,2,17,7,34,0,1,32,1,8,0,41,32,0,4,32,1,67,32,1,23,32,0,4,26,0,38,0,31,34,0,4,26,27,27,27,34,0,2,19,7,34,0,1,32,1,8,0,41,32,0,4,32,1,67,0,31,34,0,4,26,27,27,34,0,2,19,7,34,0,1,7,0,46,34,0,1,11,2,0,44,34,0,2,27,7,32,0,1,32,0,5,0,41,34,0,4,27,34,0,2,19,33,0,6,48,6,32,1,57,0,36,0,24,32,1,4,20,0,45,0,15,0,43,0,16,27,27,26,32,0,1,21,0,46,0,14,0,40,0,24,0,36,0,8,26,0,47,21,0,17,20,0,43,0,15,27,27,0,1,0,72,21,11,2,0,44,32,1,4,27,20,33,0,7,48,6,1,163,33,0,8,48,6,32,1,1,0,46,0,16,0,42,0,49,27,0,12,0,33,32,0,8,26,21,11,2,0,44,0,16,0,42,0,46,27,0,12,0,55,21,27,20,33,0,9,48,6,32,0,5,32,1,87,32,0,9,17,33,0,10,48,6,0,46,32,0,8,0,52,27,33,0,11,48,6,34,0,11,34,0,10,16,0,46,32,1,70,11,2,32,1,1,0,30,0,47,0,53,11,2,21,11,2,0,44,34,0,9,27,16,33,0,12,33,0,13,12,2,48,6,0,24,0,40,32,1,71,27,0,7,0,47,21,0,45,1,164,27,33,0,14,48,6,0,24,0,37,1,165,27,33,0,15,48,6,34,0,13,34,0,14,32,0,6,17,0,33,34,0,1,26,0,43,34,0,15,27,0,33,34,0,5,26,32,1,154,20,1,166,20,11,2,0,44,32,1,71,27,16,7,34,0,1,0,35,32,1,74,26,34,0,2,19,0,15,16,0,36,0,8,26,0,47,17,7,32,0,2,0,16,0,47,17,34,0,1,11,2,0,44,34,0,2,0,16,0,46,17,27,7,34,0,1,0,15,16,0,31,32,1,75,26,16,0,36,0,18,26,0,46,17,0,6,0,47,17,7,0,1,0,43,0,24,0,37,0,33,11,0,26,0,15,32,1,77,0,41,34,0,2,27,21,27,27,32,1,79,0,24,0,37,0,25,27,34,0,1,21,11,2,0,44,0,15,0,40,0,22,27,0,20,0,46,21,27,7,32,0,1,0,15,16,0,16,0,46,17,32,1,77,16,33,0,3,48,6,32,0,1,0,15,16,0,31,32,1,77,0,46,32,1,12,11,2,0,44,0,22,0,41,0,12,27,27,32,0,3,21,0,5,0,142,21,26,16,6,32,0,3,0,36,0,8,26,0,47,17,0,17,16,0,15,34,0,3,17,0,31,0,34,0,16,26,26,34,0,1,0,31,32,1,10,26,16,17,7,32,0,1,0,12,0,41,0,18,27,32,0,2,19,0,34,0,7,26,0,47,17,33,0,3,48,6,32,0,1,32,1,77,0,41,0,27,27,32,0,2,19,33,0,4,48,6,32,0,4,0,31,0,22,0,13,32,0,3,21,26,16,0,36,0,8,26,0,47,17,0,5,0,143,17,6,32,0,4,0,31,0,29,0,42,0,33,32,0,3,26,0,7,0,22,21,27,26,16,33,0,5,48,6,32,0,5,0,36,32,1,12,26,16,0,5,0,144,17,6,34,0,4,0,31,0,47,0,24,0,16,0,46,21,11,2,0,44,0,22,0,20,34,0,3,21,27,26,16,0,36,0,6,26,0,46,17,33,0,6,48,6,34,0,1,0,15,0,41,0,26,27,34,0,2,19,0,15,34,0,5,0,16,0,46,17,0,26,34,0,6,11,1,17,17,7,0,52,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,31,0,22,26,16,32,1,37,16,0,31,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,31,32,1,77,26,16,33,0,5,48,6,32,0,5,0,16,0,46,17,0,22,16,33,0,6,48,6,32,0,1,0,12,16,33,0,7,48,6,32,0,5,0,31,0,22,0,12,32,0,6,21,26,16,0,36,0,8,26,0,47,17,0,5,0,145,17,6,32,0,7,0,23,32,0,6,17,0,5,0,146,17,6,1,168,33,0,8,48,6,34,0,1,32,1,77,16,33,0,9,48,6,0,47,33,0,10,48,6,0,46,0,20,16,33,0,11,48,33,0,12,48,6,32,0,7,0,17,16,0,35,1,169,26,32,0,9,32,1,57,16,32,0,8,0,8,26,0,47,17,32,1,57,16,17,6,0,35,1,170,34,0,3,0,31,0,15,26,16,26,26,33,0,13,48,6,32,0,11,32,0,13,1,171,11,2,0,44,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,149,17,6,34,0,1,0,35,0,8,0,42,34,0,2,0,43,0,16,27,27,0,24,11,2,0,44,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,33,32,1,70,26,33,0,0,48,6,1,172,33,0,1,48,6,0,0,0,23,0,53,21,0,45,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,151,0,24,0,152,0,46,32,0,3,0,47,27,32,0,4,20,0,153,0,47,32,0,3,0,46,27,32,0,4,20,0,154,0,47,32,0,3,0,47,27,34,0,4,20,0,155,0,47,32,0,3,0,47,27,34,0,5,20,0,156,0,47,34,0,3,0,47,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,42,0,31,0,22,26,27,32,0,6,17,17,32,1,15,34,0,6,32,1,83,16,27,33,0,8,48,6,1,177,33,0,9,48,6,32,1,86,0,33,32,0,0,26,11,2,0,44,0,16,0,42,0,53,0,43,0,23,27,27,0,12,0,33,32,0,0,26,21,27,33,0,10,48,6,1,178,0,43,0,24,0,16,0,47,21,34,0,9,0,25,21,32,0,2,20,0,33,32,0,0,26,1,179,34,0,10,0,16,0,42,0,46,27,21,1,180,32,0,2,20,11,2,0,44,0,24,0,40,32,1,18,27,27,0,24,0,16,0,47,21,34,0,2,20,11,4,0,44,0,24,0,16,0,46,21,0,40,0,53,0,24,0,49,11,2,0,44,0,13,0,42,0,49,27,27,11,2,0,44,0,13,0,42,0,46,27,27,27,27,27,7,32,0,1,0,7,0,47,17,33,0,2,48,6,0,157,0,158,11,2,0,16,32,0,1,17,33,0,3,48,6,0,19,0,43,0,12,27,0,7,0,47,21,0,12,0,42,0,46,27,0,7,0,47,21,11,2,0,16,32,0,1,17,33,0,4,48,6,1,181,1,182,11,2,0,16,34,0,1,17,33,0,5,48,6,0,159,0,26,34,0,3,17,0,26,0,121,17,33,0,6,48,6,0,160,0,26,32,0,6,17,33,0,7,48,6,0,161,0,26,34,0,6,17,33,0,8,48,6,32,1,8,0,43,0,24,0,37,1,183,1,184,11,2,0,44,0,25,0,40,32,1,4,27,27,27,27,7,32,0,1,0,12,16,0,13,0,47,17,0,5,0,162,17,6,32,0,1,32,1,11,0,47,17,33,0,3,48,6,32,0,2,0,12,0,41,0,7,27,32,0,1,19,1,185,32,0,2,19,6,32,0,3,0,36,0,8,26,34,0,1,1,186,0,38,0,47,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,28,32,0,6,0,7,32,0,5,17,17,0,26,34,0,6,0,34,32,1,10,0,43,0,28,27,26,0,38,32,0,1,0,43,34,0,5,0,20,0,46,17,0,45,1,187,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,34,32,1,10,0,43,0,29,0,42,0,7,0,42,34,0,3,27,27,27,26,0,38,32,0,1,0,43,34,0,5,0,20,0,46,17,0,45,1,188,27,27,27,34,0,2,19,0,26,34,0,4,0,29,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,47,17,0,5,0,167,17,6,32,0,1,0,31,32,1,94,26,16,6,32,0,1,11,0,0,43,0,15,27,0,31,0,17,26,0,36,0,31,0,26,0,42,0,27,27,26,26,11,0,0,20,16,21,11,2,0,44,0,24,0,36,0,8,26,0,47,21,0,20,0,46,21,27,16,0,31,0,1,0,42,0,46,27,26,16,0,1,34,0,1,0,31,0,46,26,16,17,7,32,0,2,0,12,16,0,23,0,47,17,0,5,0,168,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,46,17,0,45,0,24,0,37,1,189,27,27,34,0,2,17,7,32,0,1,32,1,77,16,0,28,32,0,2,19,33,0,3,48,6,32,0,1,32,1,11,34,0,2,19,33,0,4,48,0,36,0,8,26,0,47,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,190,0,37,0,33,32,0,3,0,36,0,8,26,0,47,17,0,17,16,0,31,1,191,26,16,0,15,34,0,3,17,26,27,16,7,34,0,4,33,0,5,48,6,1,192,33,0,6,48,6,1,193,33,0,7,48,6,34,0,1,32,0,5,0,20,20,1,194,1,195,34,0,7,11,4,0,44,0,12,0,20,0,46,21,0,41,0,6,0,42,0,8,0,42,0,49,27,27,27,27,34,0,2,19,32,1,81,16,7,32,0,1,0,12,16,0,13,0,47,17,0,5,0,173,17,6,34,0,4,33,0,5,48,6,1,196,33,0,6,48,6,34,0,1,34,0,6,1,197,11,2,0,44,0,47,0,38,0,22,0,20,0,46,21,27,27,34,0,2,19,7,32,0,2,0,12,16,0,23,0,47,17,0,5,0,176,17,6,34,0,2,32,1,10,16,33,0,3,48,6,32,0,3,0,31,32,1,7,0,7,0,47,21,26,16,33,0,4,48,0,36,0,6,26,0,46,17,33,0,5,48,6,32,0,5,0,23,0,47,17,0,5,0,177,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,36,0,8,26,0,47,21,1,198,11,2,0,44,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,47,17,0,45,0,24,0,37,1,199,27,27,16,0,15,32,0,3,17,7,32,0,1,0,31,32,1,6,26,16,0,36,0,8,26,0,47,17,0,5,0,182,17,6,32,0,1,0,31,0,13,0,42,0,52,27,26,16,0,36,0,8,26,0,47,17,0,5,0,183,17,6,0,3,33,0,5,48,6,32,0,1,0,25,0,38,0,46,27,0,45,0,24,1,200,0,22,0,43,0,34,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,46,33,0,8,48,6,34,0,6,0,31,1,201,0,34,0,30,26,34,0,7,21,34,0,4,20,26,16,7,32,0,1,0,12,16,0,12,0,47,17,0,5,0,184,17,6,32,1,102,0,24,26,33,0,3,48,6,34,0,1,32,0,3,0,1,0,46,0,40,0,17,27,21,0,31,32,1,8,0,40,1,202,27,26,0,36,0,31,0,31,0,26,26,26,26,11,0,0,20,16,0,20,16,21,0,1,0,31,0,46,26,11,0,0,43,0,15,27,0,1,0,24,21,20,21,11,2,0,44,32,1,76,0,20,0,47,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,185,17,6,32,0,1,32,1,77,16,33,0,4,48,0,28,32,0,3,17,0,35,0,7,26,32,0,2,32,1,77,16,17,33,0,5,48,6,32,0,5,0,46,0,16,0,42,0,46,27,0,12,0,47,21,11,2,0,44,32,0,3,0,12,0,47,17,27,16,33,0,6,48,6,34,0,5,0,31,0,12,0,42,0,46,27,26,0,36,0,8,26,0,47,21,0,47,11,2,0,44,32,0,6,27,16,0,5,0,186,17,6,32,0,1,0,43,0,24,0,37,0,25,0,40,32,0,1,0,15,16,1,203,1,204,11,2,0,44,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,187,17,6,34,0,1,32,1,104,32,1,135,11,2,0,44,32,0,2,32,1,76,16,0,13,0,49,17,27,34,0,2,17,7,32,0,1,0,12,16,0,23,0,47,17,0,5,0,188,17,6,32,0,1,32,1,10,16,33,0,1,49,6,32,0,1,0,22,16,0,53,0,43,0,13,27,0,8,0,13,0,42,0,47,27,21,16,0,5,0,189,17,6,32,0,1,0,31,32,1,6,26,16,0,36,0,8,26,0,47,17,0,5,0,190,17,6,34,0,2,0,31,0,25,0,8,0,34,0,9,0,40,0,11,27,26,21,0,34,0,7,26,0,47,21,0,6,0,7,21,0,42,32,0,1,0,22,16,27,26,16,0,34,0,30,26,34,0,1,17,7,34,0,1,32,1,106,0,47,0,46,11,2,0,38,0,49,11,1,27,21,7,32,0,1,32,1,107,34,0,5,26,32,0,2,19,33,0,6,48,0,31,0,21,0,42,0,46,27,26,16,33,0,7,48,6,32,0,4,33,0,8,48,6,1,205,0,38,1,206,27,33,0,9,48,6,1,207,1,208,11,2,0,16,34,0,4,0,47,32,1,64,11,2,0,44,0,0,0,13,0,53,21,27,16,17,33,0,10,48,6,1,209,33,0,11,48,6,1,210,33,0,12,48,6,1,211,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,44,0,20,27,33,0,6,48,6,32,0,1,32,1,107,34,0,5,26,0,35,0,7,0,43,32,0,6,27,34,0,6,0,7,0,25,21,11,2,0,44,0,24,0,13,0,46,21,27,26,0,12,0,41,0,27,27,21,32,0,2,19,33,0,7,48,6,0,24,0,20,20,32,1,97,0,24,0,20,0,37,0,31,0,20,26,27,20,11,3,0,44,0,12,0,43,0,23,27,0,6,0,47,21,0,8,0,46,0,43,0,21,27,21,27,33,0,8,48,6,34,0,1,32,0,8,32,0,7,0,16,0,42,0,22,0,34,0,7,26,0,47,21,27,16,17,32,1,68,34,0,4,26,34,0,2,34,0,8,34,0,7,0,16,0,46,17,19,19,32,1,81,16,7,34,0,4,33,0,6,48,6,0,46,1,212,0,38,0,33,1,213,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,214,33,0,9,48,6,34,0,1,34,0,9,1,215,11,2,0,44,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,47,17,0,5,0,194,17,6,32,0,2,0,31,32,1,123,26,16,33,0,3,48,0,36,32,1,126,26,0,46,17,33,0,4,48,6,32,0,1,32,1,123,16,32,1,125,32,0,4,17,0,5,0,195,17,6,32,0,1,32,1,77,16,0,28,32,0,4,17,32,1,127,32,0,2,0,31,32,1,77,26,16,32,1,85,16,17,33,0,5,48,6,32,0,5,32,0,3,32,1,123,0,47,17,32,1,132,32,0,3,17,0,43,32,1,125,27,32,1,117,32,1,125,0,42,0,46,27,21,16,0,36,32,1,117,26,0,47,17,0,5,0,186,17,6,0,46,11,1,0,26,34,0,5,17,0,30,32,0,3,0,32,32,1,126,26,16,32,1,133,0,46,17,17,32,1,115,34,0,3,17,33,0,6,48,6,32,0,2,0,31,32,1,129,26,16,33,0,2,49,0,31,32,1,122,26,16,0,34,32,1,127,26,32,0,6,17,33,0,7,48,6,0,33,32,0,1,26,32,1,101,34,0,1,32,1,11,34,0,4,17,0,43,0,26,27,21,33,0,8,48,6,32,0,7,0,36,32,1,119,26,0,47,17,11,1,32,0,8,16,0,43,0,30,27,33,0,9,48,6,32,0,2,0,16,0,42,0,46,27,0,41,32,1,102,32,0,9,26,27,0,35,32,1,102,0,24,26,26,32,1,119,34,0,7,32,1,131,16,32,1,133,0,47,17,0,32,32,1,119,26,16,32,1,131,16,21,0,36,0,31,0,31,32,1,126,26,26,26,20,0,31,34,0,9,26,20,11,2,0,44,0,24,0,40,32,1,122,27,32,1,122,0,47,21,27,34,0,6,17,0,1,34,0,2,0,31,0,46,26,16,34,0,8,16,17,7,32,0,2,32,1,123,16,0,34,32,1,127,26,0,47,17,33,0,3,48,6,32,0,3,32,1,125,0,46,17,0,5,0,196,17,6,32,0,1,32,1,123,16,32,1,125,34,0,3,17,0,5,0,197,17,6,34,0,1,32,1,139,0,42,32,0,2,27,32,1,129,0,40,32,1,42,27,32,1,129,32,1,77,21,0,43,0,35,0,27,26,27,20,0,41,32,1,139,27,34,0,2,17,7,32,0,2,32,1,123,16,32,1,124,0,47,17,0,5,0,198,17,6,34,0,1,32,1,77,16,32,1,122,0,41,32,1,125,27,32,0,2,17,0,5,0,199,17,6,34,0,2,32,1,129,16,0,31,32,1,7,26,16,0,36,32,1,117,26,0,47,17,0,5,0,200,17,7,32,0,1,32,1,77,16,32,1,138,32,0,2,17,0,31,0,36,32,1,115,26,26,16,32,1,130,16,0,31,0,33,34,0,1,26,32,1,52,0,30,0,42,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,36,32,1,126,26,0,46,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,36,32,1,117,26,0,47,17,0,5,0,201,17,6,34,0,1,32,1,143,34,0,3,32,1,130,16,0,24,32,1,132,0,34,32,1,140,0,40,32,1,128,27,26,21,32,0,2,17,0,26,34,0,2,17,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,43,32,1,120,27,32,1,117,32,1,140,21,16,0,36,32,1,117,26,0,47,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,34,32,1,140,0,40,32,1,128,27,26,21,32,0,2,17,0,26,34,0,2,17,32,1,13,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,216,11,2,0,44,0,46,0,24,32,1,1,0,40,32,1,148,27,20,11,2,0,44,32,1,77,0,42,0,33,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,43,32,0,1,27,0,38,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,217,1,218,0,33,32,1,158,26,11,2,0,44,0,24,0,40,32,0,7,27,27,11,2,0,44,0,25,0,40,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,36,34,0,1,26,16,7,0,24,32,1,76,0,40,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,49,17,32,1,156,16,6,32,0,1,0,31,32,1,123,26,16,32,1,123,0,47,17,0,36,32,1,117,26,0,47,17,32,1,157,16,6,32,0,1,32,1,155,16,33,0,3,48,6,32,0,3,0,31,32,1,7,26,16,0,36,32,1,117,26,0,47,17,32,1,157,16,6,32,0,1,0,31,32,1,133,0,42,0,52,27,26,16,32,1,155,16,32,1,121,32,0,3,17,0,36,32,1,117,26,0,47,17,32,1,157,16,6,32,0,3,0,3,16,33,0,4,48,6,0,47,32,1,125,32,0,4,17,0,36,32,1,117,26,0,47,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,31,0,52,26,16,32,1,155,34,0,1,0,31,32,1,122,26,16,32,1,132,16,17,0,30,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,47,17,32,1,156,16,6,32,0,2,0,31,32,1,7,26,16,0,36,32,1,117,26,0,47,17,32,1,156,16,6,34,0,2,32,1,138,16,33,0,3,48,6,32,0,1,0,31,32,1,122,26,0,41,32,1,76,27,32,0,3,17,32,1,157,16,6,34,0,1,32,1,155,0,41,0,30,0,42,32,1,32,27,27,34,0,3,17,7,32,1,123,0,42,0,47,27,32,1,118,32,1,123,0,42,0,46,27,21,33,0,3,48,6,32,0,1,32,0,3,16,32,1,157,16,6,32,0,2,34,0,3,16,32,1,156,16,6,34,0,2,32,1,122,34,0,1,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,46,17,32,1,157,16,6,34,0,1,32,1,129,16,0,16,0,46,17,7,32,0,2,32,1,123,0,41,32,1,127,27,32,0,1,17,33,0,3,48,6,32,0,3,0,47,0,43,32,1,125,27,32,1,117,32,1,125,0,42,0,46,27,21,16,32,1,157,16,6,32,0,2,0,47,32,1,122,11,2,0,44,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,42,32,0,4,27,11,2,0,44,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,49,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,47,17,7,32,0,1,32,1,122,16,32,1,123,0,47,17,32,1,157,16,6,34,0,1,32,1,162,16,7,0,24,0,40,32,1,76,27,32,1,120,0,46,21,32,1,157,20,0,25,32,1,166,32,1,146,34,0,1,26,26,21,7,0,24,0,40,32,1,76,27,32,1,120,0,46,21,32,1,157,20,0,25,0,46,0,40,32,1,156,27,0,38,32,1,165,32,1,146,34,0,1,26,26,27,21,7,0,24,0,40,32,1,123,27,32,1,120,0,46,21,32,1,157,20,0,25,32,1,174,32,1,146,34,0,1,26,0,24,0,42,32,1,4,0,40,32,1,157,27,27,20,26,21,7,32,1,166,32,1,146,34,0,1,26,26,7,0,24,0,40,32,1,123,27,32,1,120,0,46,21,32,1,157,20,0,25,0,24,32,0,1,32,1,133,21,0,38,32,1,122,32,1,120,0,47,21,0,45,32,1,137,0,42,0,47,27,34,0,1,32,1,137,0,42,0,52,27,21,32,1,155,32,1,162,21,27,27,21,7,34,0,1,0,33,1,219,26,11,2,0,44,32,1,123,0,42,0,33,32,1,147,26,27,27,7,32,1,146,34,0,2,26,33,0,3,48,6,32,0,3,0,42,32,0,1,27,0,38,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,38,32,1,146,34,0,2,26,27,7,32,1,146,34,0,1,26,0,42,34,0,2,27,7,34,0,1,0,38,32,1,158,27,7,32,1,146,32,0,2,26,32,1,146,32,0,1,26,20,0,38,34,0,1,0,33,0,46,0,40,32,1,156,27,26,1,220,11,2,0,44,0,24,0,40,32,1,150,27,27,34,0,2,17,27,7,32,0,1,1,221,34,0,5,32,1,175,34,0,1,34,0,4,32,0,2,19,17,26,34,0,2,19,7,32,0,1,11,1,0,1,34,0,1,17,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,41,32,2,12,27,32,0,2,19,0,5,0,100,17,6,34,0,1,0,35,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,28,32,0,6,17,32,2,12,34,0,5,17,0,5,0,101,17,6,32,0,7,0,29,34,0,6,17,0,36,0,8,26,0,47,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,46,0,21,32,0,10,17,0,8,32,0,8,17,0,17,0,41,0,31,0,33,34,0,11,26,0,16,0,6,0,42,0,8,0,42,34,0,8,27,27,21,34,0,4,34,0,9,0,43,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,31,32,1,2,0,42,0,33,34,0,2,26,27,26,16,7,34,0,2,0,31,0,33,34,0,1,26,0,43,32,1,2,27,26,16,7,34,0,1,0,31,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,0,27,0,16,0,23,21,0,27,32,2,26,21,33,0,3,48,6,32,0,1,0,22,0,41,32,0,3,27,32,0,2,19,33,0,4,33,0,5,12,2,48,6,34,0,1,1,222,0,41,1,223,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,224,32,1,6,11,2,0,44,0,12,0,42,32,1,7,27,27,33,0,5,48,6,0,46,32,0,5,16,7,34,0,1,0,12,0,42,0,46,27,0,45,34,0,2,27,20,7,0,34,34,0,1,26,7,32,1,3,0,16,32,0,1,17,34,0,4,16,0,47,0,13,34,0,1,17,0,45,1,225,34,0,5,26,27,34,0,2,19,7,32,0,2,0,12,16,0,34,0,7,26,0,47,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,46,17,0,5,0,103,17,6,32,0,4,0,13,0,46,17,0,5,0,104,17,6,32,0,2,32,2,11,0,47,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,11,32,0,4,17,33,0,7,48,6,32,0,1,0,14,16,0,28,34,0,4,17,33,0,8,48,0,36,0,8,26,0,47,17,33,0,9,48,6,34,0,1,0,15,0,41,1,226,1,227,11,2,0,44,32,0,6,0,20,0,46,17,27,27,34,0,2,17,0,15,34,0,8,17,7,32,0,1,0,12,16,0,13,0,47,17,0,5,0,102,17,6,32,0,1,0,22,16,33,0,3,48,6,34,0,1,32,0,3,0,40,0,17,27,1,228,11,2,0,44,32,0,3,0,13,0,49,17,27,16,7,32,0,2,0,12,16,0,34,0,7,26,0,47,17,33,0,3,48,6,32,0,3,0,13,0,46,17,0,5,0,106,17,6,32,0,1,0,12,16,0,13,32,0,3,17,0,5,0,107,17,6,32,0,2,0,22,16,33,0,4,48,6,32,0,2,32,2,11,0,47,17,33,0,5,48,0,36,0,8,26,0,47,17,33,0,6,48,6,32,0,1,0,12,16,0,34,0,7,26,34,0,3,17,33,0,7,48,6,32,0,1,0,14,16,0,28,32,0,7,17,33,0,8,48,0,36,0,8,26,0,47,17,33,0,9,48,6,34,0,1,1,229,1,230,11,2,0,44,0,46,32,2,11,0,42,34,0,7,27,32,2,12,34,0,5,21,11,2,0,44,32,0,6,0,8,32,0,4,17,0,20,0,46,17,33,0,10,48,27,27,34,0,2,17,0,15,34,0,8,17,7,0,17,0,43,0,31,0,6,26,0,42,0,31,32,0,1,0,43,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,47,17,0,18,0,46,17,34,0,3,33,1,7,50,7,32,0,1,0,7,32,1,3,17,0,17,16,0,31,0,6,0,42,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,47,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,46,0,20,16,33,0,4,48,6,32,0,1,0,14,16,33,0,5,48,0,28,32,0,3,17,33,0,6,48,0,35,1,231,26,34,0,2,17,6,34,0,1,0,15,34,0,5,0,29,34,0,3,17,0,26,34,0,6,0,36,0,8,26,0,47,17,11,1,17,17,0,30,32,0,4,17,7,32,0,1,0,12,16,0,13,0,47,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,47,17,7,34,0,1,0,38,34,0,2,27,7,34,0,1,0,1,0,46,21,7,34,0,1,0,1,34,0,2,23,7,32,0,2,0,37,34,0,1,32,2,66,34,0,2,17,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,45,1,232,0,40,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,45,1,233,27,16,7,0,47,33,0,3,48,6,0,46,1,234,0,36,0,18,26,0,46,21,0,6,0,47,21,11,2,0,44,32,2,4,27,33,0,4,48,6,32,0,1,32,0,4,16,33,0,5,48,6,34,0,2,0,27,0,41,0,27,27,0,33,32,2,70,26,0,15,0,41,0,27,27,11,2,0,44,32,2,72,27,1,235,11,3,0,44,34,0,5,0,11,0,49,17,27,34,0,1,17,7,32,0,2,33,0,3,33,0,4,12,2,48,6,1,236,0,42,34,0,2,27,33,0,5,48,6,1,237,33,0,6,48,6,1,238,0,42,0,46,27,33,0,7,48,6,34,0,1,0,33,32,0,4,26,0,16,0,46,21,34,0,7,11,2,0,44,32,1,12,0,40,32,2,4,27,27,16,7,32,1,6,34,0,1,16,7,34,0,1,0,12,0,42,32,1,4,27,0,7,0,47,21,0,45,1,239,27,16,6,32,1,5,0,16,0,47,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,31,1,240,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,31,0,16,0,42,34,0,1,27,26,16,33,0,5,48,6,32,0,4,0,17,16,0,31,0,8,0,42,32,0,3,27,26,16,0,34,0,30,26,32,0,5,17,33,0,6,48,6,34,0,3,0,17,16,0,31,0,25,26,32,0,6,17,0,31,0,24,26,32,1,10,0,17,16,17,0,15,16,32,2,12,34,0,5,17,0,5,0,147,17,6,32,0,6,32,2,37,16,33,0,7,48,6,32,0,6,32,1,8,0,6,26,0,46,17,0,30,32,0,7,17,0,35,0,7,26,32,0,7,0,22,16,0,17,16,17,33,0,8,48,6,34,0,8,0,31,0,24,26,32,1,12,17,0,35,0,6,26,34,0,6,0,30,32,0,7,17,0,31,0,8,26,32,1,12,17,17,33,1,12,49,6,34,0,7,0,31,0,6,0,42,32,0,4,0,43,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,46,17,0,29,32,1,7,17,33,0,3,48,6,32,1,5,0,31,0,29,0,42,32,1,7,27,32,2,12,32,0,3,21,26,16,0,36,0,8,26,0,47,17,0,5,0,148,17,6,32,0,3,0,36,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,31,0,25,26,34,0,1,17,32,1,13,34,0,5,0,31,0,6,0,42,0,8,0,42,34,0,4,27,27,26,34,0,2,19,17,7,0,33,32,2,70,26,34,0,1,11,2,0,44,34,0,4,0,7,0,47,21,0,41,0,8,0,38,0,24,27,27,27,7,32,0,1,1,241,34,0,1,34,0,4,34,0,5,11,3,26,11,2,0,44,0,24,34,0,2,20,27,7,32,1,0,0,38,34,0,1,27,7,34,0,1,0,38,32,1,0,27,7,32,1,1,34,0,2,26,33,0,3,48,6,34,0,1,32,0,3,1,242,1,243,11,3,0,44,0,33,0,53,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,29,0,47,17,0,31,32,2,87,0,42,0,33,34,0,2,26,27,26,16,7,0,33,34,0,1,0,16,0,47,17,26,7,32,0,1,0,19,16,33,0,5,48,0,20,0,42,32,0,2,27,0,45,34,0,4,27,16,6,34,0,5,0,17,16,0,31,32,0,1,0,6,32,0,2,17,0,43,0,6,27,26,0,31,0,46,0,43,0,20,27,0,45,0,51,27,26,20,0,31,0,13,0,42,34,0,2,27,0,45,0,51,27,26,11,2,0,44,34,0,1,0,20,0,46,17,27,16,7,34,0,1,6,0,6,0,18,0,46,21,0,17,20,0,7,0,18,0,46,21,0,17,20,0,31,0,6,26,0,24,0,40,0,20,27,21,11,2,0,44,0,20,0,42,0,46,27,27,7,32,0,2,32,2,6,16,0,5,32,1,8,17,6,32,0,2,0,13,0,46,17,33,0,3,48,6,32,0,1,0,22,16,0,6,0,18,0,46,21,0,11,11,2,0,44,32,0,3,27,32,0,2,17,33,0,4,48,6,1,244,32,0,1,26,33,0,5,48,6,0,47,33,0,6,48,6,0,24,33,0,7,48,6,32,0,1,0,12,0,20,0,47,21,0,45,1,245,0,42,32,0,2,27,27,16,6,34,0,1,0,15,16,0,29,0,28,11,2,0,44,32,0,3,0,12,32,1,2,17,27,32,0,6,0,8,34,0,4,17,17,32,1,2,0,45,0,24,0,46,0,43,0,21,27,0,45,1,246,27,0,22,0,7,34,0,2,0,40,0,19,27,21,21,27,16,32,0,7,16,7,32,0,2,0,12,16,0,23,0,47,17,0,5,32,1,7,17,6,32,0,2,0,15,16,33,0,2,49,6,32,0,2,0,31,32,2,6,26,16,0,36,0,8,26,0,47,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,43,0,21,27,0,45,1,247,27,32,0,3,17,33,0,4,48,6,1,248,33,0,5,48,6,0,46,0,20,16,33,0,6,48,6,0,47,33,0,7,48,6,1,249,33,0,8,48,6,0,46,33,0,9,48,6,34,0,2,0,35,1,250,32,1,5,1,251,26,34,0,8,0,25,21,11,2,0,44,32,1,4,27,26,32,0,4,0,28,32,0,3,17,17,33,0,10,48,6,34,0,1,0,15,0,42,32,0,4,27,1,252,11,2,0,44,32,0,6,0,12,16,0,20,0,46,17,27,16,7,32,0,1,0,13,0,46,17,0,5,0,163,17,6,32,0,1,0,23,0,47,17,0,5,0,164,17,6,34,0,2,32,2,77,16,0,29,34,0,1,0,7,0,47,17,17,32,2,12,32,1,3,17,0,5,0,165,17,7,34,0,2,0,47,0,22,11,2,0,44,0,24,0,12,0,41,0,13,27,34,0,1,21,27,16,7,34,0,2,0,17,16,0,31,34,0,1,0,1,16,26,16,7,34,0,2,0,17,16,0,31,34,0,1,0,1,16,26,16,7,32,0,1,0,12,16,0,13,32,1,3,17,0,5,0,169,17,6,32,0,2,0,31,32,2,7,26,16,0,36,0,8,26,16,0,5,0,170,17,6,32,0,1,32,2,77,16,33,0,3,48,6,32,0,2,0,35,0,7,0,6,0,47,21,26,32,0,3,0,28,32,1,3,17,17,33,0,4,48,6,32,0,4,0,31,0,13,0,42,0,46,27,26,16,0,36,0,8,26,16,0,5,0,171,17,6,32,0,3,0,29,32,1,3,17,33,0,5,48,0,36,0,8,26,0,47,17,33,0,6,48,6,1,253,33,0,7,48,6,34,0,1,1,254,34,0,7,11,2,0,44,0,25,0,36,0,8,26,32,0,4,0,36,0,8,26,32,0,6,17,21,0,20,0,46,21,27,34,0,2,17,7,32,1,7,0,31,0,33,34,0,1,26,26,16,7,32,1,7,0,31,0,6,0,42,34,0,1,0,8,32,1,5,17,27,26,16,0,34,0,30,26,32,1,6,17,7,32,2,97,0,42,0,47,27,0,41,32,0,1,32,2,67,0,35,32,0,1,26,0,38,0,31,34,0,1,26,27,27,27,7,32,0,2,0,22,0,41,0,12,27,32,0,1,19,0,5,0,172,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,42,0,33,34,0,2,26,27,26,16,7,34,0,2,32,1,6,0,33,34,0,1,26,0,43,32,1,5,27,26,16,7,32,0,1,32,2,77,16,0,29,0,47,17,33,0,3,48,6,1,255,33,0,4,48,6,32,1,5,0,33,34,0,1,26,0,15,34,0,4,21,32,2,21,0,43,32,2,101,27,11,2,0,44,0,24,0,40,32,2,17,27,0,7,0,47,21,27,34,0,3,17,7,34,0,1,32,2,97,0,47,17,0,36,32,1,5,26,34,0,2,19,7,34,0,1,0,35,0,24,0,47,11,2,0,44,0,25,27,26,32,1,4,17,0,36,0,8,26,0,47,17,33,0,3,48,6,32,0,3,0,20,0,46,17,0,5,0,178,17,6,32,1,4,0,22,16,0,17,16,0,35,0,8,26,32,1,4,17,0,36,0,6,26,0,46,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,48,0,20,32,0,5,17,0,5,0,179,17,6,0,12,0,42,0,11,27,0,5,0,180,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,44,32,0,5,0,11,0,49,17,27,16,33,0,7,48,6,32,1,3,0,35,0,24,32,0,7,11,2,0,44,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,53,17,0,45,0,20,0,42,32,1,7,27,0,45,1,256,27,27,16,7,32,1,7,0,20,0,46,17,0,5,0,181,17,6,34,0,1,0,28,1,257,0,42,0,49,0,43,0,9,27,27,0,24,0,28,0,22,0,43,0,7,27,21,0,26,0,24,21,0,25,21,11,2,0,44,0,22,0,43,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,28,34,0,2,19,7,32,0,1,0,17,16,0,31,0,6,0,42,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,31,34,0,1,32,2,77,16,32,2,95,16,0,15,16,0,43,0,30,27,26,16,7,32,1,4,0,29,32,1,3,17,33,0,3,48,0,36,0,8,26,0,47,17,33,0,4,48,6,32,0,4,0,17,16,0,15,34,0,3,17,0,43,0,31,0,6,0,42,0,8,0,42,34,0,4,27,27,26,27,0,34,0,30,26,34,0,1,21,7,34,0,1,0,43,0,30,27,7,34,0,1,0,42,0,33,34,0,2,26,27,7,34,0,1,7,34,0,2,6,34,0,1,7,34,0,2,0,37,34,0,1,27,7,32,0,1,32,1,10,0,31,34,0,1,26,27,7,32,0,1,32,1,10,32,2,23,34,0,1,26,27,7,0,46,33,0,2,48,6,1,258,32,0,1,26,33,0,3,48,6,34,0,1,0,35,1,259,26,32,1,7,17,0,22,0,21,0,49,21,0,45,0,26,0,42,0,46,11,1,27,27,16,33,0,4,33,0,5,12,2,48,6,32,1,8,1,260,1,261,1,262,11,4,0,44,34,0,5,0,43,0,6,0,42,34,0,4,0,8,0,49,21,27,27,27,7,1,263,0,33,34,0,2,26,26,7,0,25,34,0,1,20,7,0,46,33,0,3,48,33,0,4,48,6,32,1,8,32,2,24,1,264,26,16,6,34,0,1,11,1,33,0,5,48,6,1,265,0,42,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,42,32,2,154,27,11,2,0,44,0,20,0,42,0,46,27,27,32,1,6,17,33,0,8,48,6,32,1,8,32,2,24,0,33,34,0,7,34,0,8,11,2,26,0,16,0,46,0,43,0,20,27,21,0,16,0,19,21,26,16,7,32,1,8,0,17,16,0,36,0,24,0,40,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,266,32,2,146,34,0,1,26,27,7,0,24,1,267,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,268,34,0,2,26,34,0,1,21,7,34,0,1,7,32,1,5,0,17,16,0,31,0,7,0,42,32,0,1,0,22,16,0,6,0,52,17,27,26,16,0,34,0,30,26,34,0,1,17,7,32,0,1,0,35,0,12,26,32,0,2,17,0,32,0,8,26,16,0,36,0,6,26,0,46,17,33,0,3,48,6,32,0,2,0,30,0,42,0,17,27,32,0,3,17,0,36,0,8,26,0,47,17,33,0,4,48,6,34,0,3,0,21,0,42,32,1,5,27,0,45,0,33,34,0,2,34,0,1,11,2,26,0,31,0,16,26,0,20,21,0,40,1,269,27,27,16,6,32,0,4,7,32,1,4,0,6,0,42,32,0,1,27,0,41,32,2,5,27,32,1,3,17,0,12,0,42,0,46,27,0,45,34,0,1,0,6,0,47,17,0,40,32,1,5,27,27,16,7,0,33,0,46,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,31,0,46,26,16,7,32,0,2,32,3,9,16,33,0,3,48,6,34,0,2,0,43,0,16,27,33,0,4,48,6,32,1,5,0,36,0,8,26,0,47,17,33,0,5,48,6,32,0,5,0,12,0,47,17,0,8,0,49,17,0,6,32,0,3,17,32,0,5,32,2,4,1,270,27,16,33,0,6,48,6,0,47,0,7,32,1,6,17,0,17,16,0,31,0,8,0,42,32,0,5,27,0,40,0,6,0,42,32,0,5,27,0,43,34,0,6,27,27,26,16,0,36,0,8,26,0,47,17,0,5,0,105,17,6,34,0,3,0,24,0,45,0,8,0,42,32,0,1,0,40,32,3,9,27,27,27,16,33,0,7,48,6,34,0,1,0,43,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,47,17,0,8,0,49,17,0,6,34,0,7,17,34,0,10,32,2,4,1,271,27,34,0,9,17,33,0,11,48,6,34,0,11,0,42,0,8,0,42,34,0,5,27,27,33,0,12,48,6,1,272,33,0,13,48,6,32,1,9,0,17,16,0,31,0,8,0,42,32,1,7,0,36,0,8,26,0,47,17,27,34,0,13,20,26,16,7,32,0,1,32,3,11,0,47,17,0,36,0,8,26,0,47,17,33,0,3,48,0,12,0,47,17,33,0,4,48,6,32,0,1,0,15,16,33,0,1,49,6,0,47,33,0,5,48,6,0,46,33,0,6,48,6,32,0,1,0,31,0,0,0,40,1,273,27,26,16,6,32,0,4,0,8,0,49,17,0,6,32,0,5,17,33,0,7,48,6,1,274,33,0,8,48,6,0,46,33,0,9,48,33,0,10,48,6,1,275,33,0,11,48,6,32,0,1,0,46,0,46,1,276,11,2,0,44,0,31,0,12,0,42,0,11,27,26,0,36,0,8,26,0,47,21,27,11,2,0,44,32,1,3,0,12,32,0,6,17,0,8,32,0,7,0,12,0,53,17,17,27,16,33,0,12,48,6,34,0,1,34,0,8,34,0,11,11,2,0,44,34,0,12,27,16,7,34,0,1,6,32,1,9,0,17,16,0,31,32,1,10,0,8,32,1,4,17,0,21,0,42,32,1,4,27,0,24,11,2,0,44,32,2,2,27,16,26,16,7,32,1,6,32,3,29,32,0,1,0,15,16,0,43,0,16,27,0,43,32,3,74,0,7,0,47,21,0,42,32,0,2,0,15,16,0,43,0,16,27,27,27,26,16,33,0,3,48,6,34,0,1,1,277,1,278,11,2,0,44,0,15,0,40,0,22,27,0,20,0,54,21,0,41,0,8,27,27,34,0,2,17,7,32,0,1,32,2,7,34,0,2,19,0,31,0,6,26,32,1,4,0,31,34,0,1,0,43,0,8,27,26,16,17,33,1,4,49,7,34,0,1,11,1,11,0,0,26,11,2,0,44,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,52,17,0,6,33,1,3,50,6,34,0,3,0,31,32,1,4,26,16,7,1,279,33,0,3,48,6,0,27,32,0,3,1,280,11,2,0,44,0,24,0,40,0,36,32,3,72,26,27,27,11,2,0,44,0,24,0,16,0,46,21,32,3,4,20,27,33,0,4,48,6,34,0,2,34,0,1,11,2,32,0,4,0,46,17,33,0,5,48,6,32,1,3,0,17,16,0,31,1,281,26,16,33,0,6,48,6,34,0,6,0,31,0,16,0,42,0,47,27,26,0,27,0,31,0,16,0,42,0,46,27,26,21,0,33,32,3,70,26,11,2,0,44,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,31,0,21,0,42,0,72,27,26,16,0,36,32,3,117,26,0,47,17,0,5,0,140,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,34,0,30,26,33,1,4,50,6,0,46,33,0,7,48,6,0,33,32,1,4,26,0,16,1,282,21,33,0,8,48,6,32,3,74,0,5,0,141,21,33,0,9,48,6,34,0,6,0,35,34,0,4,0,43,0,16,27,32,0,8,0,24,1,283,34,0,8,21,11,3,0,44,0,11,0,42,0,49,27,27,26,34,0,5,0,17,16,17,0,15,34,0,3,17,7,32,0,1,0,35,0,25,0,12,32,0,1,34,0,5,16,21,0,45,34,0,4,27,26,34,0,1,0,22,16,0,17,16,17,7,34,0,1,0,15,0,40,0,33,32,2,12,26,0,16,32,0,2,21,32,1,6,34,0,0,0,42,32,0,2,0,6,0,47,17,27,27,27,0,15,0,14,21,32,1,5,11,2,0,44,32,2,12,0,22,16,0,23,34,0,2,17,27,16,7,34,0,1,33,2,4,49,0,34,0,16,26,32,2,6,17,33,2,5,49,6,0,52,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,284,7,34,0,1,33,0,3,48,6,1,285,7,34,0,1,0,17,16,0,31,0,33,34,0,4,0,1,16,26,26,16,7,32,0,1,32,3,11,0,47,17,33,0,3,48,0,36,0,8,26,33,1,6,50,6,0,15,0,42,34,0,3,0,26,34,0,2,0,19,16,32,2,2,0,7,0,47,17,0,45,0,24,0,7,34,0,1,0,22,16,21,0,18,0,46,21,27,16,11,1,17,27,33,1,7,49,7,32,1,6,0,8,34,0,2,19,32,1,5,16,0,34,0,26,26,0,26,11,2,0,44,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,40,0,31,0,47,26,27,16,17,7,34,0,1,0,31,0,6,26,34,0,2,0,31,34,0,4,0,43,0,8,27,26,18,19,7,32,0,1,0,47,0,43,0,12,27,0,7,0,47,21,0,45,32,1,5,32,0,2,26,0,42,0,17,27,27,32,1,7,17,32,1,5,34,0,2,0,8,32,1,7,17,26,33,1,6,50,6,0,47,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,47,33,1,9,49,7,32,1,4,0,29,32,1,3,17,33,0,3,48,0,26,33,1,10,50,6,34,0,3,0,36,0,8,26,32,1,7,17,0,12,0,42,0,47,27,0,7,0,47,21,0,45,1,286,27,16,6,32,0,1,0,15,16,0,43,0,16,27,33,0,4,48,6,32,1,9,0,24,0,45,1,287,27,34,0,1,17,6,32,1,6,0,15,32,1,10,17,0,31,32,0,4,26,16,7,0,47,0,7,32,2,3,17,1,288,16,0,34,0,30,26,32,1,3,17,0,26,32,1,6,11,1,17,0,32,0,8,26,16,32,3,57,16,33,0,3,48,6,34,0,2,0,24,0,35,1,289,26,34,0,3,21,0,36,0,31,0,6,26,26,20,0,41,0,31,0,6,26,27,32,1,4,17,0,47,0,43,0,12,27,0,7,0,47,21,0,45,0,34,0,17,0,15,32,1,5,21,0,43,0,31,0,6,26,27,26,27,32,1,6,17,0,34,0,30,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,34,0,15,26,11,0,17,7,32,0,2,0,22,16,0,20,0,46,17,0,5,0,174,17,6,32,0,2,0,22,16,0,17,16,0,35,0,20,0,42,0,46,27,0,43,0,8,27,26,34,0,2,17,7,32,2,7,0,7,34,0,1,17,0,17,16,0,31,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,43,0,21,27,0,45,0,34,0,26,26,0,43,34,0,0,27,27,34,0,2,19,7,34,0,1,6,0,46,33,1,3,49,6,32,2,13,32,2,7,0,35,0,6,26,34,0,4,17,26,33,1,2,49,7,32,3,76,0,20,32,0,1,0,18,0,46,17,21,0,46,11,2,0,16,34,0,1,0,13,0,46,17,0,8,34,0,2,19,17,7,0,46,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,46,32,1,3,16,6,34,0,2,32,2,11,0,33,34,0,1,26,0,43,32,1,2,27,26,16,7,0,46,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,191,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,32,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,36,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,41,34,0,1,27,7,32,1,8,0,43,34,0,1,0,42,32,1,4,27,27,7,34,0,1,0,43,32,1,12,27,33,0,3,48,6,0,47,0,43,0,21,27,0,45,1,290,27,33,0,4,48,6,0,52,32,0,4,0,47,0,6,32,2,6,17,17,0,6,0,47,17,7,32,0,1,0,13,0,47,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,291,34,0,1,26,27,16,33,0,3,48,6,0,24,32,2,3,11,2,0,44,0,13,0,42,32,2,3,27,27,33,0,4,48,6,0,46,0,12,32,2,3,17,0,6,32,2,3,17,0,2,0,49,17,0,18,16,33,0,5,48,0,17,16,0,31,0,24,0,6,0,47,21,0,7,34,0,5,21,0,10,0,49,21,26,16,0,36,1,292,26,32,2,3,0,17,16,17,7,34,0,1,0,31,32,1,10,0,43,0,7,27,0,7,0,42,32,1,9,27,11,2,0,16,32,3,2,17,26,16,0,4,0,42,0,3,27,16,7,32,2,3,0,8,0,49,17,0,13,32,0,1,0,36,0,11,26,16,33,1,10,49,0,7,34,0,1,0,36,0,18,26,16,33,1,9,49,17,17,7,34,0,1,6,32,2,4,32,2,9,11,2,0,31,0,17,0,31,0,8,0,42,32,2,6,27,26,20,26,16,33,0,3,33,0,4,12,2,48,6,34,0,4,0,31,1,293,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,30,32,0,3,17,17,0,15,16,0,31,0,47,0,43,0,7,27,0,18,0,46,21,26,16,0,34,0,30,26,34,0,3,17,33,0,4,48,6,0,7,0,42,0,47,27,0,8,0,42,32,2,4,0,43,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,35,0,8,0,42,32,2,6,27,0,41,32,1,3,27,34,0,5,0,25,21,26,34,0,4,17,7,34,0,0,0,46,11,2,7,34,0,2,33,0,3,48,6,34,0,1,0,31,0,15,26,16,33,0,4,48,0,16,0,46,17,0,22,16,33,0,5,48,6,0,52,33,0,6,48,6,1,294,0,43,32,1,4,27,33,0,7,48,6,1,295,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,47,0,7,34,0,1,0,6,33,1,7,50,17,7,0,47,0,7,32,0,1,17,0,17,16,0,31,0,33,32,2,4,26,0,16,0,6,0,42,34,0,1,0,7,32,1,7,17,27,21,32,1,9,32,0,2,21,26,16,6,34,0,2,7,0,46,0,33,32,1,3,34,0,1,26,26,16,32,2,3,16,7,0,46,0,33,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,33,34,0,2,0,1,16,26,32,1,4,11,2,0,44,0,13,0,42,0,46,27,27,33,1,4,49,7,32,0,1,0,17,16,0,31,0,7,0,42,34,0,1,27,26,16,7,34,0,1,0,17,16,0,31,0,8,0,42,34,0,2,27,26,16,7,0,49,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,49,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,43,0,16,27,0,41,34,0,1,27,7,34,0,2,33,0,3,48,0,7,16,33,0,4,48,6,0,46,33,0,5,48,33,0,6,48,33,0,7,48,6,0,53,33,0,8,48,6,32,0,1,32,2,4,0,7,0,47,17,0,45,0,31,0,8,0,42,32,2,3,27,26,27,16,0,43,0,16,27,0,41,32,1,3,27,33,0,9,48,6,32,0,9,0,7,0,47,21,0,46,0,47,0,49,11,4,33,0,10,48,6,0,6,1,296,11,2,0,16,32,0,3,0,13,0,54,17,17,33,0,11,48,6,1,297,33,0,12,48,6,1,298,1,299,34,0,12,11,3,0,44,1,300,27,33,0,13,48,6,32,0,1,0,31,34,0,1,0,43,1,301,27,26,16,7,32,1,3,0,31,34,0,1,0,43,32,2,3,27,26,16,32,4,3,16,7,32,1,4,0,31,0,16,0,42,34,0,1,27,26,16,7,0,47,0,6,33,1,6,50,6,32,1,6,32,1,7,0,42,0,33,34,0,0,26,27,0,33,32,1,3,26,11,2,0,44,0,13,0,42,32,1,5,27,27,16,33,0,3,48,6,0,46,34,0,3,16,7,32,0,1,32,1,8,0,7,0,47,17,0,45,32,1,9,0,45,1,302,27,27,0,47,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,47,17,33,1,4,49,0,12,32,1,6,17,0,8,0,49,17,0,6,33,1,8,50,6,34,0,2,7,32,0,1,0,6,0,47,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,44,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,49,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],runtime_0[13],provide[18],provide[19],runtime_0[14],runtime_0[15],runtime_0[16],runtime_0[17],provide[20],provide[21],provide[22],runtime_0[18],runtime_0[19],runtime_0[20],runtime_0[21],runtime_0[22],runtime_0[23],0,1,4,2,Infinity,-Infinity,-1,3,8,5,'∾','˙','+','-','×','÷','⋆','¬','⌊','⌈','∨','∧','≠','=','>','≥','\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],[1,1,5],[2,1,6],[1,1,7],[0,0,8],[2,1,9],[0,0,10],[1,0,11],[1,1,12],[1,1,13],[0,0,14],[0,0,15],[1,0,16],[0,0,[[],[17]]],[1,1,18],[1,1,19],[1,0,20],[0,0,[[],[21]]],[0,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]]],[1,1,34],[0,0,35],[0,0,[[],[36]]],[0,0,[[],[37]]],[0,0,38],[0,0,39],[0,0,[[],[40]]],[0,0,[[],[41]]],[0,1,42],[0,0,43],[0,0,[[],[44]]],[0,0,45],[0,0,46],[0,0,[[],[47]]],[2,1,48],[1,0,49],[1,0,50],[0,0,51],[0,0,[[],[52]]],[2,0,53],[0,0,54],[0,0,[[],[55]]],[0,0,56],[2,1,57],[0,0,58],[0,0,59],[0,0,60],[0,0,61],[0,0,[[],[62]]],[0,0,[[],[63]]],[0,0,64],[0,0,65],[0,0,66],[0,1,67],[1,1,68],[0,0,69],[0,0,70],[0,0,71],[0,0,72],[0,0,[[],[73]]],[0,0,74],[1,0,75],[1,0,76],[0,0,[[],[77]]],[1,0,78],[0,0,79],[0,0,[[],[80]]],[0,0,[[],[81]]],[0,0,[[],[82]]],[1,1,83],[2,0,84],[2,0,85],[2,0,86],[0,0,[[],[87]]],[0,0,[[],[88]]],[0,0,[[],[89]]],[0,0,[[],[90]]],[0,0,[[],[91]]],[0,0,[[],[92]]],[0,0,[[],[93]]],[1,1,94],[2,0,95],[1,1,96],[0,0,97],[0,0,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],[2,0,108],[0,0,109],[0,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],[1,1,121],[0,0,[[],[122]]],[0,0,[[],[123]]],[0,0,[[],[124]]],[0,0,[[],[125]]],[0,0,[[],[126]]],[0,0,[[],[127]]],[0,0,128],[0,0,[[],[129]]],[2,0,130],[0,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]]],[0,0,180],[1,0,[[],[181]]],[1,1,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],[0,0,191],[1,1,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]]],[0,0,206],[2,1,207],[2,1,208],[1,1,209],[1,1,210],[1,1,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]]],[0,0,[[],[220]]],[1,1,221],[0,0,222],[0,0,[[],[223]]],[0,0,224],[1,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]]],[0,0,236],[2,0,237],[0,0,[[],[238]]],[0,0,239],[0,0,240],[1,0,241],[0,0,242],[0,0,243],[1,0,244],[0,0,[[],[245]]],[0,0,246],[0,0,247],[1,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],[0,0,257],[1,0,258],[0,0,259],[0,0,260],[0,0,[[],[261]]],[0,0,262],[1,0,263],[0,0,264],[0,0,[[],[265]]],[2,0,266],[1,1,267],[1,1,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],[0,0,[[],[283]]],[1,1,284],[2,1,285],[0,0,286],[0,0,[[],[287]]],[0,0,288],[0,0,[[],[289]]],[0,0,290],[1,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,0,302]] + ,[[0,185],[4088,3],[4096,3],[4100,3],[4113,3],[4125,2],[4154,3],[4186,2],[4203,4],[4265,5],[4301,3],[4308,5],[4366,4],[4432,3],[4487,3],[4498,4],[4563,9],[4632,5],[4709,5],[4776,4],[4832,8],[5004,8],[5161,3],[5206,3],[5255,3],[5374,6],[5459,3],[5483,7],[5597,3],[5659,4],[5730,6],[5794,3],[5834,5],[5911,3],[5928,14],[6108,3],[6154,3],[6174,3],[6191,4],[6249,4],[6325,5],[6399,3],[6458,0],[6469,4],[6549,3],[6559,3],[6566,3],[6580,3],[6588,3],[6626,5],[6663,5],[6690,3],[6694,3],[6708,16],[7003,3],[7028,3],[7053,3],[7080,3],[7139,4],[7239,7],[7435,7],[7481,14],[7705,5],[7784,3],[7792,6],[7819,5],[7840,6],[7867,11],[8219,9],[8376,4],[8452,7],[8564,7],[8681,3],[8788,4],[8850,8],[8962,8],[9036,7],[9098,9],[9256,9],[9404,4],[9515,8],[9729,3],[9773,3],[9910,2],[9931,14],[10056,9],[10237,10],[10310,3],[10336,10],[10744,4],[10848,3],[10922,3],[10973,4],[11100,4],[11216,2],[11224,6],[11239,2],[11298,3],[11306,3],[11314,3],[11334,8],[11409,3],[11417,3],[11425,3],[11433,3],[11441,3],[11449,3],[11460,3],[11481,7],[11522,6],[11741,4],[11841,4],[11901,3],[11944,5],[12082,3],[12129,3],[12155,3],[12188,3],[12232,3],[12280,3],[12292,3],[12365,2],[12391,4],[12427,3],[12442,3],[12471,3],[12486,3],[12504,3],[12518,3],[12528,3],[12580,6],[12608,3],[12620,3],[12648,3],[12656,3],[12664,5],[12699,12],[12872,3],[12883,3],[12903,3],[12923,3],[12934,3],[12945,3],[12960,7],[13031,6],[13077,3],[13095,3],[13102,6],[13137,10],[13314,4],[13370,11],[13571,4],[13638,3],[13663,2],[13678,3],[13705,7],[13846,3],[13875,3],[13885,3],[13904,3],[13914,3],[13923,3],[13933,3],[13950,11],[14023,6],[14123,8],[14201,3],[14209,3],[14251,7],[14277,9],[14523,5],[14539,6],[14661,5],[14694,6],[14723,3],[14733,3],[14743,4],[14782,4],[14805,3],[14813,3],[14838,3],[14850,6],[14946,2],[14996,8],[15177,11],[15382,3],[15441,3],[15468,3],[15485,3],[15502,8],[15684,3],[15698,3],[15729,2],[15763,3],[15798,3],[15819,3],[15840,5],[15911,3],[15931,8],[16161,3],[16229,3],[16259,3],[16290,3],[16324,5],[16391,3],[16400,3],[16413,3],[16417,3],[16425,3],[16435,2],[16449,2],[16464,6],[16558,3],[16568,3],[16575,9],[16709,3],[16735,3],[16753,3],[16777,3],[16798,3],[16809,3],[16822,2],[16826,3],[16862,5],[16964,3],[17011,5],[17034,3],[17051,14],[17335,13],[17532,3],[17575,4],[17658,3],[17694,3],[17723,3],[17734,4],[17770,7],[17905,10],[18095,6],[18130,3],[18195,3],[18223,4],[18246,5],[18257,4],[18268,4],[18279,5],[18299,4],[18374,3],[18407,3],[18437,5],[18462,3],[18528,3],[18542,3],[18553,5],[18652,4],[18781,3],[18805,3],[18851,3],[18884,3],[18913,5],[18945,3],[18981,3],[19007,3],[19035,3],[19057,5],[19067,3],[19100,3],[19120,6],[19135,2],[19143,2],[19151,5],[19189,3],[19199,3],[19215,5],[19266,3],[19291,6],[19400,3],[19440,3],[19481,5],[19531,6],[19668,3],[19676,8],[19733,5],[19762,3],[19777,3],[19827,2],[19845,3],[19866,3],[19884,3],[19913,3],[19932,3],[19951,6],[20030,5],[20045,14],[20209,3],[20230,3],[20246,4],[20302,3],[20334,3],[20417,3],[20451,3],[20480,3],[20497,3],[20514,3]] ); // Use high-precision modulus (⚇0) -abs_mod.prim=8; runtime[8] = runtime[60](abs_mod,0); +abs_mod.prim=8; runtime[8] = runtime[61](abs_mod,0); // Allow inverses defined in JS -let undo0 = runtime[48]; -runtime[48] = f => f.inverse || undo0(f); -runtime[48].m = 1; +let undo0 = runtime[49]; +runtime[49] = f => f.inverse || undo0(f); +runtime[49].m = 1; -let rtAssert = runtime[42] = assertFn("!"); +let rtAssert = runtime[43] = assertFn("!"); runtime.map((r,i) => { r.prim = i; }); let decompose = x => list(!isfunc(x) ? [-1,x] : has(x.prim) ? [0,x] : x.repr ? x.repr() : [1,x]); setPrims(list([decompose, x=>has(x.prim)?x.prim:runtime.length])); -let glyphs = ["+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!", "˙˜˘¨⌜⁼´˝`", "∘○⊸⟜⌾⊘◶⎉⚇⍟⎊"]; +let glyphs = ["+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍⋈↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!", "˙˜˘¨⌜⁼´˝`", "∘○⊸⟜⌾⊘◶⎉⚇⍟⎊"]; let gl = glyphs.join(""); let glyph = x => { let g = gl[x.prim]; @@ -421,10 +422,10 @@ let glyph = x => { } // Compiler -runtime[42] = assertFn("Compiler"); +runtime[43] = assertFn("Compiler"); let compgen_raw = run( [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,32,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,0,111,0,30,0,52,34,0,4,0,53,0,37,27,27,16,32,0,31,16,33,0,32,48,6,32,0,20,0,34,16,33,0,33,48,0,0,0,64,17,33,0,34,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,35,48,6,0,2,0,49,0,6,26,20,33,0,36,48,6,32,0,36,0,52,0,13,0,50,0,25,27,27,33,0,37,48,6,32,0,36,0,52,0,13,0,50,0,25,27,0,0,0,64,21,27,33,0,38,48,6,0,18,0,30,0,10,21,0,42,0,21,26,0,30,0,21,21,0,64,21,33,0,39,48,6,1,4,33,0,40,48,6,1,5,33,0,41,48,6,1,6,33,0,42,48,6,1,7,33,0,43,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,41,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,34,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,34,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,35,17,0,33,32,0,27,0,5,32,1,34,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,33,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,117,27,0,118,32,1,8,0,53,0,33,27,0,119,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,120,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,121,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,122,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,123,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,124,27,16,6,32,0,13,0,9,0,52,0,8,32,1,38,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,36,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,38,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,129,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,130,17,6,32,0,15,0,30,32,0,14,17,33,0,16,48,0,14,0,52,32,1,26,27,0,10,0,14,0,52,32,1,14,0,34,16,0,0,0,68,17,27,21,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,131,27,16,6,32,0,16,0,30,0,52,0,13,0,52,32,1,26,27,27,16,0,14,0,52,32,1,14,0,34,16,0,0,0,68,17,27,0,9,0,52,0,27,27,0,14,0,52,32,1,16,0,34,16,0,0,0,67,17,27,21,16,32,0,13,0,30,32,0,14,21,0,30,34,0,16,0,13,32,1,26,21,21,32,0,10,0,132,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,17,48,0,10,0,52,0,26,27,16,33,0,18,48,6,32,0,11,0,0,32,0,3,17,0,15,0,63,17,0,11,32,0,17,17,0,26,16,33,0,19,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,17,17,0,27,16,0,9,32,1,15,0,34,16,0,0,0,68,17,0,14,32,0,1,17,0,10,34,0,19,17,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,134,27,16,6,32,1,33,32,0,8,11,2,32,1,25,32,0,1,17,0,26,16,0,12,32,0,17,17,0,13,0,50,0,25,27,32,0,10,0,135,27,16,6,0,71,0,14,32,0,3,17,0,10,0,52,0,26,27,16,33,0,20,48,0,33,0,52,32,0,13,0,33,0,52,32,0,18,0,53,0,33,27,0,31,20,27,16,27,0,54,0,27,27,16,33,0,21,48,6,32,0,21,0,10,32,0,20,17,0,8,16,33,0,22,48,6,32,1,16,0,34,16,0,0,0,64,17,0,14,32,0,1,17,33,0,23,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,23,0,8,16,32,1,37,16,17,33,0,24,48,6,0,63,33,0,25,48,6,32,0,24,0,13,16,0,25,16,33,0,26,48,6,1,20,33,0,27,48,6,32,0,22,0,8,16,0,2,32,0,24,17,32,0,27,0,136,26,16,6,32,0,18,0,10,32,0,20,17,33,0,28,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,29,48,6,0,59,0,14,32,0,3,17,0,10,34,0,28,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,30,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,30,17,33,0,31,48,0,49,0,0,26,16,33,0,32,48,0,31,16,33,0,33,48,6,32,0,33,0,42,0,33,26,33,0,30,50,6,32,0,33,0,42,0,33,26,33,0,32,50,6,32,0,33,0,42,0,33,26,33,0,31,50,6,32,0,30,0,42,0,33,26,33,0,1,50,6,32,0,30,0,42,0,33,26,33,0,17,50,6,32,0,30,0,42,0,33,26,33,0,5,50,6,32,0,30,0,42,0,33,26,33,0,6,50,6,32,0,11,0,33,32,0,30,17,0,42,0,1,26,32,0,31,17,33,0,11,49,0,49,0,0,26,16,0,31,16,33,0,13,49,6,32,0,17,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,30,0,33,32,0,13,17,33,0,34,48,6,32,0,20,0,1,32,0,21,17,0,33,32,0,34,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,35,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,36,48,6,0,63,0,12,32,0,31,17,33,0,37,48,6,0,63,0,11,34,0,31,17,0,30,16,33,0,38,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,37,0,30,16,32,0,38,11,2,17,33,0,39,48,6,32,0,20,0,33,32,0,34,17,0,31,16,33,0,40,48,0,42,0,33,26,33,0,13,50,6,32,0,30,0,33,32,0,13,17,33,0,34,49,6,32,0,13,0,31,16,33,0,41,48,6,32,1,14,0,34,16,0,14,32,0,1,17,33,0,42,48,6,32,1,14,0,34,16,0,0,0,64,17,0,14,32,0,1,17,33,0,43,48,6,32,1,14,0,34,16,0,0,0,68,17,0,14,32,0,1,17,33,0,44,48,6,32,0,44,0,10,32,0,43,17,0,10,32,0,42,17,0,11,32,0,37,0,49,0,10,26,16,17,0,13,0,50,0,25,27,32,0,10,0,137,27,16,6,32,0,43,0,10,32,0,37,17,33,0,45,48,0,49,0,0,26,16,33,0,46,48,6,0,19,32,1,39,0,50,0,8,27,32,0,45,21,33,0,47,48,6,32,0,42,32,0,47,16,33,0,48,48,0,10,34,0,44,32,0,47,16,17,33,0,49,48,6,32,0,43,0,30,32,0,45,17,33,0,50,48,0,8,16,0,21,0,64,17,33,0,51,48,6,32,0,50,0,26,0,53,0,10,27,16,0,21,0,63,17,33,0,52,48,6,32,0,49,0,24,0,9,32,0,50,21,0,11,0,24,0,52,0,1,27,21,0,64,17,32,0,45,0,30,20,32,0,10,0,138,27,16,6,32,0,49,0,24,0,59,17,0,12,32,0,50,17,0,9,0,52,0,27,27,16,32,0,45,0,30,20,32,0,10,0,139,27,16,6,34,0,43,0,30,16,0,21,32,0,38,17,0,33,34,0,50,0,26,16,0,31,16,0,31,16,17,33,0,53,48,6,32,0,42,0,10,32,0,45,17,0,33,0,52,32,0,13,0,28,16,27,0,54,32,1,37,0,53,0,42,0,33,26,27,27,34,0,42,17,33,0,54,48,0,30,16,33,0,55,48,6,32,0,1,0,33,32,0,55,17,0,35,0,1,0,18,0,50,0,13,27,21,32,1,32,17,33,0,56,48,0,14,0,63,17,33,0,57,48,6,32,0,56,0,14,0,52,0,68,27,0,9,32,0,57,0,27,0,64,17,21,0,10,0,16,0,52,0,27,27,21,16,0,11,32,0,57,17,32,0,55,32,0,10,0,140,27,16,6,32,0,56,0,27,16,0,30,34,0,57,17,33,0,58,48,6,34,0,56,0,14,0,63,17,0,42,0,30,26,33,0,55,50,6,32,0,55,0,42,0,33,26,32,0,30,17,32,0,3,0,53,0,33,27,0,2,32,0,22,0,53,0,33,27,21,16,33,0,59,48,6,32,0,59,0,14,0,59,17,33,0,60,48,0,26,0,0,0,27,0,52,0,64,27,21,16,33,0,61,48,0,14,0,68,17,33,0,62,48,6,32,0,54,0,33,32,0,55,0,30,32,0,60,17,0,0,0,64,17,17,32,0,55,0,30,32,0,60,21,32,0,10,0,141,27,16,6,32,0,59,0,15,0,68,17,33,0,63,48,0,11,32,0,62,17,0,19,0,9,0,69,0,14,32,0,59,17,21,0,26,20,0,10,0,27,21,16,33,0,64,48,6,34,0,63,0,10,32,0,60,17,0,9,32,0,64,17,32,0,55,32,0,10,0,142,27,16,6,34,0,61,0,14,0,64,17,0,9,32,0,59,0,14,0,63,17,17,0,11,32,0,64,17,33,0,65,48,0,10,32,0,64,17,0,8,16,33,0,66,48,6,32,0,60,0,30,32,0,66,17,0,14,0,52,0,27,0,52,0,64,27,27,16,32,0,55,0,30,32,0,66,21,32,0,10,0,143,27,16,6,32,0,21,0,33,32,0,30,17,0,8,16,0,2,32,0,1,17,0,33,32,0,55,17,33,0,67,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,68,48,6,32,0,68,0,13,0,64,17,0,9,32,0,59,0,14,0,63,17,17,0,9,32,0,62,17,33,0,69,48,0,12,32,0,66,17,33,0,70,48,6,32,0,69,0,0,33,0,59,50,6,32,0,69,0,12,33,0,62,50,6,32,0,59,0,5,0,68,17,0,42,0,1,26,0,64,17,0,2,0,69,17,0,2,32,0,70,17,0,0,32,0,59,0,14,0,69,17,0,26,16,0,0,0,67,17,0,2,34,0,64,17,17,0,0,32,0,60,0,26,16,0,0,0,64,17,0,2,32,0,65,17,0,0,34,0,69,17,17,33,0,71,48,6,32,1,27,0,34,16,0,0,32,0,71,17,0,13,34,0,67,17,0,9,32,0,68,0,14,0,63,17,17,32,0,55,32,0,10,0,144,27,16,6,32,0,59,0,14,0,63,17,0,9,32,0,62,17,0,10,32,0,60,17,0,8,16,0,2,33,0,68,50,6,32,0,60,0,12,33,0,66,50,6,32,0,66,0,42,0,30,26,33,0,59,50,6,32,0,65,0,30,32,0,60,0,27,0,64,17,17,33,0,72,48,6,32,0,58,0,2,16,0,11,32,0,66,17,32,0,55,32,0,10,0,140,27,16,6,0,63,0,21,32,0,72,17,0,33,0,52,0,49,0,0,26,27,32,0,60,17,0,12,32,0,65,17,32,0,55,32,0,10,0,145,27,16,6,0,68,0,13,32,0,68,17,0,12,34,0,70,17,32,0,55,32,0,10,0,146,27,16,6,32,0,66,0,42,0,30,26,33,0,58,50,6,32,0,68,0,13,0,63,17,33,0,73,48,0,0,0,64,17,0,2,34,0,65,17,0,6,32,0,62,17,0,27,16,0,30,32,0,60,17,0,6,32,0,58,0,14,0,68,17,0,2,0,68,17,17,33,0,74,48,6,32,0,51,0,26,0,11,0,19,21,0,64,17,0,11,32,0,49,0,27,16,17,0,26,0,53,0,1,27,16,0,0,0,64,17,0,30,0,52,32,0,48,27,0,54,34,0,74,27,16,33,0,75,48,6,34,0,66,0,42,0,30,26,33,0,62,50,6,32,0,59,0,14,0,64,17,0,10,33,0,72,50,6,32,0,54,0,33,0,52,32,0,55,27,0,54,32,0,73,0,8,16,27,16,33,0,76,48,6,32,0,55,0,30,32,0,73,17,0,42,0,33,26,32,0,41,17,33,0,77,48,6,32,0,68,0,30,32,0,73,17,0,14,0,68,17,33,0,78,48,6,32,1,27,0,34,16,0,1,32,0,1,17,0,33,0,52,34,0,55,27,0,54,0,1,0,52,32,0,71,27,0,2,34,0,68,0,11,0,63,17,21,0,0,0,19,21,27,16,0,31,0,63,0,69,0,65,0,72,11,4,17,33,0,79,48,6,32,1,27,0,34,16,0,0,0,69,17,0,14,32,0,1,17,0,9,0,69,0,14,32,0,3,17,0,33,32,0,30,17,17,0,0,33,0,79,50,6,34,0,79,0,53,0,14,27,32,1,39,0,50,0,8,27,34,0,37,21,0,33,32,0,51,0,49,0,0,26,0,59,17,21,33,0,80,48,6,32,1,27,32,1,25,32,0,1,17,0,11,32,0,54,17,0,30,16,33,0,81,48,6,0,64,32,0,80,16,33,0,82,48,6,0,69,34,0,80,0,51,0,19,0,2,0,68,21,0,6,0,18,21,27,0,68,17,33,0,83,48,0,0,0,52,0,11,0,52,0,63,27,0,10,32,0,82,21,27,16,33,0,84,48,6,32,0,82,0,30,32,0,48,17,0,11,32,0,72,17,0,11,34,0,62,17,0,10,32,0,84,0,30,32,0,48,17,0,11,32,0,59,17,17,32,0,45,0,50,0,30,27,0,21,0,63,21,0,30,32,0,48,21,32,0,10,0,147,27,16,6,32,0,84,0,30,0,52,32,0,48,27,0,54,34,0,59,27,16,33,0,84,49,0,42,0,1,26,0,64,17,0,6,33,0,83,50,6,32,0,82,0,30,0,52,32,0,48,27,0,54,0,6,0,52,34,0,72,27,27,16,33,0,82,49,6,32,0,84,0,34,16,0,11,0,63,17,32,0,1,0,50,1,21,27,0,30,20,32,0,10,0,148,27,16,6,32,0,82,0,12,32,0,52,17,0,11,32,0,48,0,12,34,0,49,17,0,10,0,52,0,27,27,16,17,0,24,0,64,17,32,0,45,0,30,20,32,0,10,0,149,27,16,6,32,0,82,0,2,0,69,17,0,0,0,63,0,68,0,69,11,3,0,33,32,0,83,17,17,33,0,85,48,6,32,0,82,0,30,32,0,48,17,0,8,16,0,2,0,69,17,0,33,34,0,60,0,49,0,0,26,16,0,27,16,17,0,1,33,0,71,50,6,32,0,3,0,33,0,52,32,0,30,0,33,32,0,38,17,27,0,54,34,0,84,0,30,32,0,51,17,0,24,0,64,17,27,16,0,2,32,0,22,17,0,42,0,1,26,32,0,20,17,33,0,3,49,6,34,0,22,0,9,34,0,23,17,33,0,86,48,6,0,63,0,11,32,0,3,17,0,42,0,21,26,0,64,17,0,33,32,0,29,17,33,0,87,48,0,27,16,0,9,32,0,86,17,33,0,88,48,6,32,0,3,0,33,32,0,88,0,8,16,32,1,37,16,17,0,2,32,0,88,17,0,0,32,0,3,17,0,19,0,15,0,68,21,0,11,32,0,87,21,0,1,0,19,21,0,6,0,19,0,14,0,69,21,0,2,34,0,87,0,0,0,64,17,21,0,42,0,21,26,0,63,21,0,33,34,0,29,21,21,16,33,0,89,48,6,32,0,89,0,33,0,0,0,6,0,64,21,0,5,0,19,21,34,0,88,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,89,17,0,9,32,0,86,17,0,8,16,32,1,37,16,17,0,6,33,0,89,50,6,32,0,89,0,27,16,0,2,34,0,86,17,0,0,33,0,3,50,6,32,0,24,0,14,0,64,17,0,9,32,0,89,0,13,0,63,17,17,0,10,33,0,25,50,0,8,16,0,2,33,0,24,50,6,32,0,24,0,1,32,0,24,0,14,0,63,17,0,2,32,0,89,17,17,33,0,89,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,30,0,50,0,31,27,32,0,10,0,150,27,16,6,34,0,18,0,19,0,1,0,8,0,53,0,2,27,21,33,0,3,50,6,32,1,33,0,1,32,0,1,17,33,0,90,48,6,34,0,39,0,47,1,22,26,16,6,32,0,13,0,42,0,33,26,33,0,1,50,6,34,0,54,0,33,32,0,13,17,33,0,91,48,6,32,0,34,0,42,0,33,26,33,0,3,50,6,32,0,34,0,42,0,33,26,33,0,89,50,6,34,0,20,0,12,34,0,21,17,0,33,32,0,34,17,0,30,16,0,21,34,0,40,0,31,16,0,33,32,0,36,17,17,33,0,36,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,92,48,6,0,63,0,11,32,0,3,17,0,11,32,0,92,17,33,0,93,48,6,32,0,93,0,27,16,32,1,37,16,0,42,0,33,26,32,0,89,17,33,0,94,48,0,15,0,64,17,33,0,95,48,6,32,0,89,0,1,16,0,6,0,63,17,33,0,96,48,6,32,0,94,0,1,16,0,6,0,63,17,33,0,97,48,6,32,0,13,33,0,26,49,6,34,0,34,0,42,0,33,26,33,0,25,50,6,32,0,92,0,2,32,0,97,17,32,0,27,0,151,26,16,6,32,1,14,0,34,16,0,0,0,68,17,0,14,32,0,1,17,0,2,32,0,97,17,32,0,27,0,152,26,16,6,0,68,0,16,32,0,3,17,0,9,0,68,0,11,32,0,94,17,17,33,0,98,48,0,11,32,0,91,17,0,30,16,0,28,16,33,0,99,48,6,0,69,0,14,32,0,3,17,33,0,100,48,0,9,32,0,98,17,0,26,16,0,10,32,0,98,17,33,0,101,48,6,0,68,0,25,16,0,37,32,0,3,17,0,10,32,0,101,17,0,16,32,0,100,17,0,2,0,68,17,0,6,32,0,96,17,0,27,0,2,34,0,100,21,0,6,0,26,21,0,68,17,0,2,32,0,98,17,32,0,27,0,153,26,16,6,32,1,26,0,14,32,0,1,17,33,0,102,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,103,48,6,32,1,16,0,34,16,0,0,0,67,17,0,14,32,0,1,17,33,0,104,48,32,1,37,0,51,0,11,27,32,0,103,17,0,9,32,0,102,17,33,0,105,48,6,32,0,105,0,10,32,0,104,17,0,27,16,0,2,32,0,97,17,34,0,27,0,154,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,101,17,0,26,0,53,0,9,27,16,32,0,13,32,0,10,0,155,27,16,6,32,1,15,0,34,16,0,0,0,68,17,0,14,32,0,1,17,33,0,106,48,6,0,64,0,16,34,0,89,17,0,26,16,0,9,32,0,106,17,0,11,32,0,95,17,33,0,107,48,6,32,0,93,0,27,0,64,17,0,9,33,0,106,50,6,32,0,106,0,11,32,0,107,17,32,0,13,32,0,10,0,156,27,16,6,32,0,107,0,10,32,0,101,17,0,8,16,0,28,0,54,32,1,36,0,1,0,18,21,0,52,0,13,0,50,0,25,27,27,27,16,33,0,108,48,6,32,0,92,0,30,16,33,0,109,48,0,0,0,52,32,0,108,0,53,0,33,27,27,16,0,0,0,64,17,33,0,110,48,6,32,0,3,0,33,32,0,109,17,0,13,0,76,17,33,0,111,48,6,32,0,3,0,33,32,0,110,17,33,0,112,48,6,32,0,94,0,33,32,0,110,17,0,6,0,63,17,0,13,32,0,112,17,0,9,32,0,111,17,32,0,13,0,33,32,0,110,21,32,0,10,0,157,27,16,6,32,0,1,0,33,32,0,109,17,0,42,0,1,26,32,1,15,0,34,16,17,0,0,32,0,107,0,33,32,0,109,17,17,0,0,34,0,112,0,15,0,63,17,17,0,0,32,0,111,17,33,0,113,48,6,32,0,77,0,21,33,0,110,50,6,32,0,1,0,44,0,63,26,16,0,33,0,52,32,0,110,27,0,54,32,0,77,0,44,0,72,26,16,0,21,32,0,113,17,27,16,0,1,0,52,0,26,27,16,33,0,114,48,6,32,0,114,0,33,32,0,41,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,114,49,0,33,32,0,13,17,33,0,115,48,0,2,16,33,0,116,48,6,32,0,114,0,14,0,72,17,33,0,117,48,0,2,0,69,17,0,1,33,0,114,50,6,32,0,96,0,14,0,64,17,0,2,32,0,116,17,0,6,33,0,25,50,6,32,1,15,0,34,16,0,42,0,1,26,32,1,33,17,0,14,32,0,90,17,0,11,32,0,114,17,32,0,47,16,33,0,118,48,6,32,0,25,0,33,32,0,41,17,34,0,47,16,33,0,119,48,6,32,0,30,0,33,32,0,53,17,0,21,0,63,17,0,42,0,1,26,0,64,17,1,23,16,6,32,0,119,33,0,120,48,6,32,0,51,32,1,38,0,51,0,16,27,33,0,119,50,6,0,63,0,14,32,0,75,17,0,9,32,0,119,17,0,24,0,64,17,32,0,45,0,30,20,32,0,10,0,159,0,160,11,2,0,55,0,11,0,52,34,0,120,0,24,0,64,17,27,0,47,0,10,26,20,27,27,16,6,32,0,119,0,2,0,68,17,0,6,33,0,75,50,6,32,0,82,0,2,33,0,75,50,6,32,0,75,0,14,0,68,17,0,33,32,0,46,17,0,33,32,0,13,17,33,0,121,48,6,32,0,121,0,14,0,1,0,18,21,33,0,96,50,6,34,0,121,0,14,0,1,0,18,21,33,0,97,50,6,32,1,33,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,122,48,6,32,1,33,0,0,32,0,8,17,0,16,32,0,1,17,0,9,34,0,117,0,33,32,0,13,17,17,33,0,123,48,0,30,16,33,0,124,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,93,17,17,0,10,34,0,123,17,0,10,34,0,122,17,0,11,0,63,0,16,32,0,3,17,0,9,32,0,116,17,0,26,16,0,11,32,0,93,17,0,11,32,0,91,17,17,33,0,125,48,6,32,0,116,0,11,34,0,125,0,10,32,0,92,17,17,32,0,13,32,0,10,0,161,27,16,6,32,0,116,0,33,32,0,109,17,0,11,0,68,0,14,34,0,113,17,0,9,34,0,115,0,33,32,0,109,17,0,13,0,65,17,17,17,32,0,13,0,33,32,0,109,21,32,0,10,0,162,27,16,6,32,0,116,0,12,0,52,0,27,27,16,0,9,32,0,3,0,15,0,63,17,17,0,9,32,0,94,0,11,0,63,17,17,0,11,32,0,91,17,32,0,13,32,0,10,0,163,27,16,6,32,0,116,0,33,32,0,109,17,33,0,126,48,0,12,33,0,111,50,6,32,0,109,0,30,34,0,126,17,33,0,127,48,6,32,0,111,0,42,0,30,26,33,0,109,50,6,32,0,77,0,44,0,64,26,16,0,21,34,0,111,17,0,42,0,30,26,33,0,110,50,6,34,0,17,0,27,16,33,0,128,48,0,30,16,33,0,129,48,6,32,0,90,32,0,8,0,53,0,11,27,0,9,0,15,0,52,0,63,27,21,16,0,11,34,0,92,0,9,32,0,116,17,0,26,16,0,33,32,0,41,17,0,10,34,0,128,17,0,10,34,0,76,17,17,0,30,16,33,0,130,48,6,32,0,114,0,33,32,0,81,17,33,0,131,48,0,11,0,63,17,33,0,132,48,6,0,68,0,68,11,2,32,1,25,34,0,114,0,33,32,0,130,17,33,0,133,48,17,33,0,134,48,6,0,67,0,11,34,0,131,17,0,9,32,0,132,17,32,0,81,32,0,10,0,164,27,16,6,32,0,46,0,33,32,0,130,17,33,0,135,48,6,32,0,90,0,33,32,0,130,17,33,0,136,48,6,32,0,7,0,13,16,0,11,32,0,136,17,0,9,32,0,135,0,14,0,63,17,17,0,9,32,0,134,17,33,0,137,48,6,32,0,7,0,33,32,0,136,0,30,32,0,137,17,17,33,0,138,48,0,14,0,63,17,32,0,130,0,30,32,0,137,21,32,0,10,0,165,27,16,6,32,0,134,0,30,0,52,34,0,137,27,0,54,34,0,138,0,15,0,63,17,27,16,33,0,134,49,6,0,63,0,15,32,0,7,17,0,30,16,33,0,139,48,0,44,0,63,26,16,33,0,140,48,6,32,0,136,0,30,32,0,134,17,33,0,141,48,0,21,32,0,139,17,0,39,32,0,85,0,13,16,0,21,32,0,135,0,30,32,0,134,17,33,0,142,48,17,0,21,32,0,140,17,33,0,143,48,17,33,0,144,48,6,32,0,33,0,33,34,0,53,17,0,42,0,1,26,0,64,17,0,21,32,0,1,0,13,16,17,0,33,32,0,142,17,0,21,34,0,33,0,30,34,0,45,17,0,21,0,59,17,0,33,34,0,135,17,0,0,32,0,133,0,14,0,64,17,17,17,33,0,145,48,6,32,0,145,0,31,16,0,33,0,52,32,0,141,0,21,32,0,136,17,33,0,146,48,0,53,0,33,27,0,31,20,27,16,33,0,147,48,6,32,0,147,0,30,0,52,0,15,0,52,32,0,134,0,13,16,27,27,16,1,24,16,6,32,0,147,0,33,34,0,141,0,44,0,59,26,16,0,21,32,0,134,17,0,33,32,0,147,17,0,49,0,0,26,16,33,0,148,48,0,31,16,17,0,30,0,52,32,0,134,0,13,16,0,53,0,11,27,27,16,33,0,147,49,6,32,0,147,0,42,0,33,26,33,0,134,50,6,32,0,147,0,42,0,33,26,33,0,130,50,6,32,0,147,0,42,0,33,26,33,0,133,50,6,34,0,148,0,11,0,63,17,0,10,0,52,0,27,27,16,0,8,16,0,47,0,0,26,16,33,0,149,48,6,34,0,136,0,33,32,0,147,0,23,32,0,149,17,17,33,0,150,48,6,32,0,7,0,13,16,0,16,32,0,150,17,32,0,130,0,23,32,0,149,21,32,0,10,32,0,150,0,53,0,30,27,0,38,20,32,1,29,0,166,21,27,16,6,32,0,133,0,11,0,63,17,33,0,151,48,0,9,0,69,0,11,34,0,133,17,17,33,0,152,48,6,34,0,32,0,33,32,0,130,17,0,33,0,52,32,0,134,32,1,37,16,0,24,32,0,149,17,27,0,21,34,0,7,0,6,0,63,17,0,1,16,33,0,153,48,0,33,32,0,150,17,21,0,1,0,19,21,16,33,0,154,48,6,32,0,154,0,11,0,63,17,0,9,32,0,152,17,32,0,130,32,0,10,0,167,27,16,6,34,0,152,32,1,39,0,24,0,64,21,0,16,0,30,21,32,0,134,17,33,0,155,48,0,33,34,0,147,0,30,32,0,134,17,0,31,16,33,0,156,48,17,0,21,34,0,140,17,0,39,34,0,143,17,33,0,157,48,6,34,0,142,0,21,34,0,153,17,0,36,0,0,32,0,85,0,53,0,33,27,21,16,0,19,0,24,0,52,0,13,27,34,0,139,21,0,33,0,52,0,31,27,34,0,156,21,0,33,32,0,134,0,24,34,0,149,17,0,49,0,0,26,0,59,17,21,0,21,0,33,0,52,34,0,150,27,21,16,33,0,158,48,6,32,0,154,0,11,0,63,17,32,1,39,0,11,34,0,155,0,21,0,64,17,21,0,33,0,52,0,49,0,0,26,27,0,18,21,32,0,134,17,0,9,32,0,134,0,26,0,64,17,0,11,32,0,151,17,17,33,0,159,48,6,32,0,90,0,33,32,0,81,17,0,0,0,69,17,0,0,32,0,82,0,2,0,69,17,0,33,32,0,46,0,33,32,0,81,17,33,0,160,48,17,17,33,0,161,48,6,34,0,160,0,2,0,72,17,0,0,32,0,161,17,0,28,0,54,0,37,27,16,0,21,33,0,159,50,6,0,64,0,1,32,0,77,17,0,42,0,33,26,32,0,13,17,0,0,0,64,17,32,0,129,32,0,81,0,21,32,0,130,17,11,3,0,30,0,69,0,68,0,69,11,3,17,0,21,16,33,0,162,48,6,34,0,132,0,21,34,0,151,17,0,12,0,2,0,68,21,0,0,0,19,21,34,0,159,17,0,0,0,79,17,33,0,163,48,6,32,0,77,0,44,0,79,26,16,32,0,77,0,44,0,63,26,16,34,0,71,0,30,34,0,73,17,32,0,129,0,44,0,80,26,16,34,0,90,0,33,34,0,129,17,34,0,163,34,0,81,0,44,0,63,26,16,0,21,34,0,154,17,34,0,161,0,21,34,0,158,17,11,8,33,0,164,48,6,32,0,101,0,8,16,0,49,0,0,26,16,32,1,36,0,1,0,19,21,32,0,93,17,0,7,0,10,0,12,21,0,68,17,0,9,32,0,95,17,33,0,165,48,6,34,0,98,0,27,16,0,10,0,64,0,14,32,0,3,17,17,33,0,166,48,0,11,32,0,116,0,11,32,0,93,17,0,10,0,52,0,26,27,16,0,10,32,0,101,17,0,10,34,0,165,17,0,10,32,0,91,17,33,0,167,48,17,0,30,16,33,0,168,48,6,34,0,166,0,10,34,0,167,17,0,12,32,0,95,17,32,0,13,32,0,10,0,168,27,16,6,0,63,0,14,32,0,3,17,0,11,32,0,101,17,0,10,0,63,0,16,32,0,3,17,0,9,34,0,95,17,17,0,8,16,0,2,0,68,17,0,6,34,0,96,17,0,26,0,68,17,0,33,32,0,168,17,33,0,169,48,0,13,0,68,17,33,0,170,48,6,32,1,26,0,11,32,0,1,17,0,11,34,0,91,17,0,30,16,33,0,171,48,0,42,0,33,26,32,0,1,17,33,0,172,48,0,9,16,0,38,16,33,0,173,48,0,27,0,1,0,19,21,0,59,17,0,30,16,0,33,34,0,172,17,33,0,174,48,6,34,0,8,0,0,32,1,33,17,33,0,175,48,0,16,32,0,1,17,0,30,16,33,0,176,48,0,21,34,0,171,17,33,0,177,48,6,32,0,1,0,33,34,0,176,17,0,0,32,0,173,0,13,16,0,42,0,1,26,34,0,175,17,17,0,21,33,0,174,50,6,34,0,41,0,33,34,0,38,17,33,0,178,48,6,0,63,0,21,32,0,105,17,0,49,0,0,26,16,0,30,0,64,0,21,32,0,104,17,17,0,24,0,64,17,0,27,0,53,0,1,27,16,0,0,34,0,93,0,26,0,64,17,0,30,34,0,104,17,0,8,16,17,0,42,0,21,26,34,0,35,17,33,0,179,48,6,0,77,0,14,32,0,3,17,0,27,16,0,10,34,0,105,17,0,10,32,0,97,0,14,0,68,17,17,0,12,34,0,102,17,0,30,16,0,21,34,0,77,0,30,0,52,0,8,27,32,0,78,17,17,33,0,180,48,6,34,0,103,0,30,16,33,0,181,48,6,32,1,14,0,34,16,0,0,0,68,17,0,14,32,0,1,17,0,30,16,33,0,182,48,6,32,0,170,0,0,32,0,168,17,0,0,0,52,32,0,108,0,53,0,33,27,0,2,32,0,170,21,27,16,33,0,183,48,6,32,0,183,0,30,34,0,97,0,33,32,0,168,17,33,0,184,48,0,14,0,68,17,33,0,185,48,0,2,32,0,170,0,0,0,64,17,17,17,0,21,33,0,180,50,6,32,0,185,0,8,16,33,0,185,49,6,32,0,185,0,42,0,30,26,33,0,168,50,6,32,0,185,0,42,0,30,26,33,0,183,50,6,34,0,78,0,1,16,0,21,34,0,106,0,0,32,0,107,17,0,0,32,0,1,17,0,33,34,0,109,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,186,48,6,32,0,177,32,0,177,32,0,178,32,0,178,32,0,124,32,0,36,0,30,0,68,17,32,0,110,32,0,180,32,0,182,0,64,0,0,32,0,127,17,0,64,0,0,32,0,127,17,34,0,108,0,33,32,0,99,17,0,6,0,64,17,0,0,32,0,99,17,34,0,183,32,0,181,11,14,0,21,16,0,42,0,33,26,32,0,13,17,0,21,34,0,162,17,33,0,187,48,0,31,16,33,0,188,48,6,34,0,177,0,44,0,63,26,16,34,0,174,32,0,178,0,44,0,64,26,16,34,0,178,0,13,16,0,25,16,0,0,0,64,17,34,0,124,0,44,0,82,26,16,34,0,179,0,22,34,0,116,0,33,34,0,36,17,0,0,0,60,17,17,0,29,16,0,20,16,34,0,186,34,0,180,0,44,0,72,26,16,34,0,182,0,44,0,83,26,16,32,0,127,0,44,0,84,26,16,34,0,1,0,33,0,64,0,1,34,0,127,17,17,0,42,0,1,26,32,1,33,17,34,0,3,0,33,32,0,99,17,0,0,0,85,17,34,0,94,0,33,32,0,168,17,0,11,0,63,17,0,2,0,67,17,0,0,34,0,169,0,14,0,64,17,0,6,34,0,184,17,0,2,0,68,17,0,0,34,0,170,17,0,30,34,0,185,17,17,0,0,0,86,17,32,0,118,0,0,0,87,17,33,0,189,48,0,24,0,59,17,11,14,0,21,34,0,164,17,0,21,16,0,33,32,0,188,17,33,0,190,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,191,48,6,34,0,110,0,42,0,1,26,0,64,17,34,0,99,32,0,168,11,3,0,21,16,32,0,191,32,0,5,0,13,16,0,42,0,1,26,0,64,17,0,5,34,0,187,17,0,28,0,52,0,13,0,50,0,1,27,27,32,0,181,17,17,33,0,192,48,6,32,0,5,32,0,6,11,2,0,44,0,33,0,52,0,28,0,52,32,0,181,0,13,16,27,0,33,32,0,188,21,0,42,0,21,26,0,59,21,27,26,32,0,192,34,0,107,0,10,34,0,101,17,0,8,16,0,27,16,32,1,37,16,0,33,34,0,168,17,34,0,191,34,0,192,17,11,2,17,33,0,193,48,6,32,0,75,0,13,0,64,17,0,9,32,0,82,17,0,10,33,0,52,50,0,30,16,33,0,194,48,0,42,0,33,26,34,0,75,17,33,0,195,48,0,14,0,64,17,0,0,0,64,17,33,0,196,48,0,30,16,33,0,197,48,6,34,0,195,0,11,0,64,17,0,0,32,0,48,0,44,0,63,26,16,0,30,0,52,34,0,48,27,0,54,34,0,58,27,16,0,33,32,0,194,17,0,2,0,68,17,17,0,5,0,67,17,33,0,198,48,6,32,0,51,0,33,32,0,194,17,33,0,199,48,0,49,0,0,26,0,59,17,33,0,200,48,6,32,0,198,0,0,34,0,196,17,0,33,0,52,0,32,0,50,0,33,0,52,32,0,200,0,53,0,33,27,0,31,20,0,30,34,0,199,21,27,27,27,16,0,6,32,0,82,0,30,32,0,52,0,9,32,0,51,17,17,0,8,16,0,1,0,68,17,17,33,0,201,48,6,32,0,194,0,33,32,0,197,17,0,39,32,0,201,0,49,0,0,26,16,0,21,0,63,17,0,24,0,33,34,0,200,21,0,0,34,0,198,21,0,33,0,0,0,18,0,50,0,36,27,21,34,0,197,21,0,42,0,21,26,0,23,21,0,59,17,17,0,39,0,52,0,30,27,34,0,201,17,33,0,194,49,6,34,0,83,0,30,32,0,51,17,34,0,82,0,8,16,0,30,32,0,51,17,32,0,51,0,30,16,0,30,0,52,34,0,52,0,30,34,0,51,17,27,0,54,34,0,194,27,16,11,3,33,0,202,48,6,34,0,181,0,13,0,51,0,1,27,32,0,190,17,0,16,34,0,188,17,0,21,0,64,17,0,30,16,32,0,144,0,44,0,13,26,16,0,0,34,0,85,17,34,0,144,34,0,157,11,4,33,0,203,48,6,34,0,189,0,34,0,59,17,0,21,34,0,190,17,34,0,173,34,0,202,34,0,203,34,0,193,11,5,7,11,0,0,44,0,169,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,40,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,42,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,17,27,0,54,0,44,0,64,26,27,16,32,1,13,34,0,2,0,42,0,33,26,16,17,7,34,0,1,0,30,16,0,34,16,0,112,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,113,11,2,0,40,16,7,32,1,26,0,30,34,0,1,17,0,114,11,2,0,40,16,7,32,1,26,0,30,34,0,1,17,0,115,11,2,0,40,16,7,34,0,2,0,30,34,0,1,17,0,42,0,33,26,32,1,26,17,0,116,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,126,27,0,42,0,64,34,0,4,0,127,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,128,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,133,27,16,7,34,0,1,0,6,33,1,25,50,0,14,0,68,17,32,1,26,32,1,10,34,0,4,27,16,7,32,2,27,32,2,25,34,0,1,17,0,9,32,1,46,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,17,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,24,0,33,32,0,1,17,0,2,0,52,0,8,27,32,1,118,17,0,6,33,1,119,50,0,14,0,68,17,32,1,30,0,50,0,31,27,0,33,34,0,1,21,32,1,10,0,158,27,16,7,32,1,145,0,33,0,52,32,0,1,27,0,13,0,52,0,27,27,20,0,51,0,10,27,32,1,146,17,0,8,16,32,1,130,0,30,0,52,32,1,134,27,0,53,0,21,27,20,0,33,34,0,1,21,32,1,10,0,165,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,125,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,42,66,24,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("˜⁼"),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("Predicates can\'t be placed inside lists"),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 : ; ? not allowed outside blocks"),str("Header-less bodies must come last"),str("At most two header-less bodies allowed"),str("Invalid Undo header syntax"),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("Block header conflicts with other bodies"),str("Special name outside of any block"),str("Only blocks with explicit arguments can have multiple bodies"),str("Dot must be preceded by a subject"),str("Nothing (·) cannot be assigned"),str("Can\'t use Nothing (·) as predicate"),str("Missing operand"),str("Can\'t use Nothing (·) in lists"),str("Double subjects (missing ‿?)"),str("No right-hand side in non-modified assignment"),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")] + ,[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[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[57],runtime[59],runtime[60],runtime[62],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,42,66,24,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("˜⁼"),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("Predicates can\'t be placed inside lists"),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 : ; ? not allowed outside blocks"),str("Header-less bodies must come last"),str("At most two header-less bodies allowed"),str("Invalid Undo header syntax"),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("Block header conflicts with other bodies"),str("Special name outside of any block"),str("Only blocks with explicit arguments can have multiple bodies"),str("Dot must be preceded by a subject"),str("Nothing (·) cannot be assigned"),str("Can\'t use Nothing (·) as predicate"),str("Missing operand"),str("Can\'t use Nothing (·) in lists"),str("Double subjects (missing ‿?)"),str("No right-hand side in non-modified assignment"),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,44],[598,5],[617,5],[736,57],[2942,23],[3767,204],[12118,19],[12361,3],[12369,3],[12409,3],[12426,3],[12465,3],[12482,3],[12499,3],[12525,3],[12561,3],[12592,6],[12724,3],[12791,3],[12841,5],[12867,3],[12889,3],[12947,3],[13000,3],[13062,3],[13087,3]] ); @@ -451,7 +452,7 @@ let compgen = sys => { let sysargs = {runtime, glyphs:glyphs.map(str)}; let compile = compgen(sysargs)(sysargs); let bqn = src => run(...compile(src)); -runtime[42] = rtAssert; +runtime[43] = rtAssert; // Formatter let fmtnum = x => str(x==Infinity ? "∞" : x==-Infinity ? "¯∞" @@ -460,8 +461,8 @@ 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( - [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")] + [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,16,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,17,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[26],runtime[27],runtime[28],runtime[29],runtime[30],runtime[31],runtime[33],runtime[36],runtime[37],runtime[43],runtime[44],runtime[45],runtime[46],runtime[47],runtime[48],runtime[50],runtime[51],runtime[52],runtime[53],runtime[54],runtime[55],runtime[56],runtime[57],runtime[59],runtime[60],runtime[62],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]] )(list([type, decompose, repop, fmtnum])); @@ -575,7 +576,7 @@ let primitives = dynsys(state => { let trig = "cos cosh sin sinh tan tanh".split(" "); let mathns = obj2ns(Math, trig.concat(trig.map(n=>"a"+n),"LN10 LN2 LOG10E LOG2E cbrt expm1 hypot log10 log1p log2 round trunc atan2".split(" ")), - f=>typeof f==="function"?runtime[60](f,0):f + f=>typeof f==="function"?runtime[61](f,0):f ); trig.map((_,i)=>{let f=mathns[i],g=mathns[i+trig.length]; f.inverse=g; g.inverse=f;}); diff --git a/docs/repl.js b/docs/repl.js index 182f26b2..939451fb 100644 --- a/docs/repl.js +++ b/docs/repl.js @@ -44,8 +44,8 @@ let exp=0, explain; if (doc.doexplain) doc.doexplain.onclick = () => { if (explain===undefined) { let drawEval = run( - [0,19,33,0,0,48,33,0,1,48,6,1,1,33,0,2,48,6,1,2,33,0,3,48,6,1,3,33,0,4,48,6,1,4,33,0,5,48,6,0,20,0,46,32,0,5,27,0,31,20,0,20,0,50,34,0,5,27,1,5,11,3,0,52,0,16,0,5,0,56,21,27,33,0,6,48,6,32,0,6,32,0,6,0,41,0,21,26,0,69,21,0,21,20,0,24,0,55,21,1,6,11,3,0,52,0,16,0,5,0,56,21,27,33,0,7,48,6,0,43,1,7,26,0,21,0,82,21,33,0,8,48,6,0,55,0,53,32,0,8,0,46,0,11,27,27,0,21,20,0,49,0,21,27,33,0,9,48,6,1,8,33,0,10,48,6,32,0,6,0,40,0,22,26,0,85,0,86,11,2,21,33,0,11,48,6,32,0,9,0,46,34,0,4,27,33,0,12,48,6,1,9,33,0,13,48,6,0,63,0,64,11,2,33,0,14,48,6,0,56,0,55,11,2,0,2,32,0,14,17,33,0,15,48,6,0,56,0,57,11,2,0,3,32,0,14,17,0,0,0,58,0,65,11,2,17,33,0,16,48,6,0,61,33,0,17,48,6,0,89,32,0,10,16,33,0,18,48,6,0,90,32,0,10,16,33,0,19,48,6,0,92,32,0,10,0,91,17,33,0,20,48,6,0,93,32,0,10,0,91,17,33,0,21,48,6,0,94,32,0,10,0,91,17,33,0,22,48,6,0,95,34,0,10,0,91,17,33,0,23,48,6,0,96,0,97,0,21,0,61,0,25,16,0,0,0,70,17,17,0,98,0,99,0,100,0,101,0,102,0,103,0,104,0,105,0,106,0,107,0,21,0,73,17,0,21,0,84,17,0,108,0,109,11,14,0,20,0,46,0,56,11,2,17,0,27,16,0,40,0,11,26,16,33,0,24,33,0,25,12,2,48,6,0,110,0,111,0,112,0,113,0,114,0,115,0,116,11,7,0,21,33,0,24,50,6,1,10,32,0,25,26,33,0,26,48,6,34,0,24,0,41,1,11,26,16,33,0,27,48,6,0,119,33,0,28,48,6,0,122,0,123,0,124,0,125,11,4,0,41,0,121,0,49,0,21,27,0,21,0,120,21,26,16,33,0,29,48,6,1,12,33,0,30,48,7,0,55,0,18,34,0,2,17,0,54,0,17,0,39,0,20,26,0,55,0,56,11,2,21,0,49,0,39,0,41,0,24,0,21,0,75,21,0,21,0,23,21,26,26,27,27,33,0,3,48,6,34,0,1,32,1,1,0,48,32,1,0,0,31,0,50,34,0,3,27,20,0,21,0,48,0,11,27,0,41,0,55,26,21,27,16,7,1,13,33,0,3,48,6,0,76,32,0,2,0,77,11,3,0,21,16,33,0,4,48,6,0,78,32,0,2,0,28,0,69,0,13,34,0,2,17,0,45,0,9,26,16,17,0,77,11,3,0,21,16,33,0,5,48,6,32,0,1,0,16,16,33,0,6,48,0,11,0,55,17,33,0,7,48,6,34,0,5,32,0,7,0,54,0,11,0,46,0,20,27,27,0,47,1,14,34,0,1,34,0,7,0,54,1,15,27,16,26,27,34,0,4,17,0,21,16,7,0,76,34,0,1,0,80,11,3,0,21,16,7,32,0,1,0,60,0,49,0,11,27,0,9,0,11,0,48,0,59,27,21,16,0,43,0,9,26,16,0,37,16,6,0,61,33,0,3,48,0,39,0,4,26,0,57,17,33,0,4,48,6,0,70,0,1,0,81,17,33,0,5,33,0,6,12,2,48,6,0,58,0,11,32,0,1,17,33,0,7,48,6,34,0,1,0,7,16,33,0,8,48,6,34,0,8,0,2,32,0,4,17,0,0,0,62,17,0,5,16,33,0,9,48,6,34,0,7,0,28,16,0,41,34,0,5,26,0,49,0,11,0,47,0,22,27,27,16,0,22,16,32,0,4,0,3,32,0,9,17,0,5,16,1,16,0,48,0,13,0,46,0,25,27,27,16,34,0,9,1,17,0,48,0,13,0,46,0,25,27,27,16,0,13,0,11,0,58,21,0,54,0,21,0,48,0,30,0,46,0,26,0,31,20,0,50,0,41,34,0,6,26,27,27,27,27,16,11,3,0,21,16,0,27,16,0,40,0,21,0,46,0,11,27,26,16,0,43,0,0,0,48,0,70,27,0,49,0,36,27,26,16,7,34,0,1,6,0,58,0,37,16,7,34,0,1,6,0,58,0,37,16,7,34,0,2,0,83,34,0,1,0,84,11,4,0,21,16,7,1,18,33,0,3,48,6,34,0,1,32,0,3,0,72,26,16,0,41,34,0,3,0,71,26,26,16,0,41,32,1,8,26,0,21,20,0,49,0,21,27,0,51,0,12,27,34,0,2,19,7,34,0,1,32,1,3,0,88,34,0,2,32,1,7,16,11,2,32,1,9,0,87,17,17,7,0,32,0,48,32,0,1,0,21,16,27,0,29,34,0,1,0,41,0,13,26,16,0,45,0,0,26,16,21,7,0,118,0,21,34,0,1,17,0,21,0,117,17,7,34,0,2,33,0,3,33,0,4,33,0,5,33,0,6,33,0,7,33,0,8,12,2,33,0,9,12,6,48,6,0,126,0,127,0,128,0,129,0,130,11,5,0,39,0,1,26,0,70,17,0,24,0,48,0,55,27,0,41,0,28,26,0,30,21,16,33,0,10,33,0,11,33,0,12,33,0,13,12,4,48,6,1,19,33,0,14,48,6,32,0,3,34,0,7,11,2,0,41,0,28,0,48,32,0,14,27,26,16,0,41,0,24,26,0,58,0,65,11,2,17,33,0,15,33,0,16,12,2,48,6,34,0,11,0,30,32,0,15,17,33,0,17,48,0,14,0,65,17,33,0,18,48,6,34,0,14,0,28,16,0,39,0,28,0,48,32,0,18,27,0,50,0,18,0,0,0,55,21,0,39,0,30,26,32,0,3,21,27,26,33,0,17,50,6,34,0,12,0,30,32,0,15,17,0,31,0,48,0,65,27,0,50,0,55,27,16,33,0,19,48,6,32,0,17,0,1,32,0,19,17,0,45,0,0,26,16,33,0,20,48,6,32,0,20,0,31,0,65,17,0,14,0,55,17,0,37,16,6,32,0,17,0,11,0,58,17,33,0,21,48,0,2,0,48,0,2,0,48,32,0,19,27,0,45,0,0,26,20,27,16,33,0,22,48,6,34,0,19,0,8,34,0,17,17,0,28,16,0,30,0,48,0,33,0,0,32,0,20,0,49,0,30,27,21,0,29,0,47,0,30,0,48,0,29,27,27,34,0,20,0,24,0,65,17,21,27,16,33,0,23,48,6,34,0,21,0,8,16,0,23,0,48,0,13,27,32,0,23,17,33,0,24,48,6,32,0,1,1,20,34,0,9,17,33,0,25,33,0,26,33,0,27,12,3,48,6,32,0,23,1,21,16,0,13,0,54,0,39,0,30,26,27,16,0,39,0,30,26,32,0,27,0,30,32,0,24,0,45,0,0,26,16,0,39,0,1,26,0,55,17,17,17,0,24,0,65,17,33,0,28,48,6,0,66,0,21,32,0,28,17,33,0,29,48,6,32,0,23,0,18,0,22,0,30,21,34,0,18,0,1,32,0,29,17,0,30,32,0,23,17,0,13,34,0,28,17,0,15,32,0,24,17,0,28,16,17,33,0,30,48,6,32,0,22,0,22,34,0,29,17,0,0,0,62,0,67,11,2,17,0,2,32,1,14,17,0,27,16,32,1,6,16,0,30,34,0,30,17,0,44,0,39,0,40,0,26,0,49,0,21,27,0,41,0,21,26,0,133,21,0,21,20,0,46,0,11,27,26,26,26,16,33,0,31,48,6,32,0,22,0,30,34,0,23,0,28,32,0,24,17,17,0,41,0,22,0,2,32,1,14,21,0,0,32,1,16,21,0,46,32,1,11,32,1,9,0,134,21,27,26,34,0,27,17,33,0,32,48,6,32,1,15,0,2,0,56,0,58,11,2,17,0,0,34,0,1,0,13,16,34,0,22,0,43,0,6,26,16,0,0,0,56,17,11,2,0,2,32,1,14,17,17,33,0,33,48,6,32,0,33,32,1,6,16,0,40,0,22,26,0,136,0,137,11,2,17,0,21,32,1,15,0,1,16,32,1,11,16,17,0,21,32,1,19,17,32,1,12,0,135,17,0,11,16,34,0,25,32,1,3,0,134,17,0,11,16,34,0,31,0,41,0,19,0,11,0,47,0,22,27,0,139,21,0,21,32,1,18,21,32,1,12,0,138,21,26,16,34,0,26,0,41,0,21,26,0,19,0,41,32,1,3,26,34,0,32,21,0,47,0,11,0,47,0,22,27,27,0,41,0,31,0,48,0,55,27,26,21,16,0,41,32,1,3,26,32,1,22,32,1,23,11,2,17,32,1,3,32,1,21,17,11,4,0,41,0,20,26,16,0,21,16,32,1,3,32,1,20,17,32,1,13,32,1,17,0,2,0,56,17,0,0,34,0,33,17,0,38,0,56,26,0,3,0,39,0,1,26,21,0,39,0,1,26,32,1,15,0,0,32,1,17,17,21,0,39,0,21,26,0,18,21,0,48,0,6,0,48,0,68,0,58,11,2,27,27,16,17,7,34,0,1,0,20,16,0,58,0,46,0,37,27,0,11,0,20,20,0,19,0,41,34,0,0,26,0,21,20,11,4,0,52,0,16,0,5,0,57,21,27,16,7,34,0,2,34,0,4,34,0,1,11,3,7,34,0,1,0,20,16,32,1,6,0,15,0,57,17,0,54,0,41,32,1,3,26,0,21,20,27,16,0,41,0,21,0,48,0,79,27,26,16,7,32,0,1,0,15,32,1,3,17,33,0,3,48,6,34,0,2,34,0,1,11,2,0,22,0,26,0,31,20,0,50,0,7,0,48,32,1,3,27,27,0,21,0,43,0,28,0,48,32,0,3,27,0,47,32,1,3,0,49,0,3,27,0,5,20,0,49,34,0,0,27,27,26,21,11,2,0,52,34,0,3,0,43,0,10,26,16,27,16,7,32,0,1,0,7,32,1,4,17,33,0,1,49,0,2,16,33,0,3,48,6,34,0,1,0,58,0,56,11,2,0,25,16,0,28,0,48,32,0,3,27,0,47,0,2,0,48,32,1,3,27,0,49,34,0,0,0,21,32,1,4,0,49,0,3,27,0,5,20,0,49,0,11,0,47,0,22,27,27,21,27,27,11,2,0,52,34,0,3,0,43,0,10,26,16,27,34,0,2,19,7,0,36,0,48,0,14,0,48,34,0,1,27,0,1,0,48,0,8,0,2,0,45,0,0,26,21,27,20,27,7,32,1,3,0,19,0,2,0,12,0,48,0,13,27,21,0,39,0,30,26,0,18,21,32,1,10,17,0,0,0,55,17,0,0,32,1,3,0,13,16,0,25,16,17,33,0,0,48,6,0,19,0,31,0,65,21,0,14,0,58,21,0,54,1,22,27,33,0,1,48,6,34,0,0,0,41,0,58,26,0,21,0,55,21,32,0,1,0,13,0,49,0,21,27,21,0,23,0,13,21,16,7,34,0,2,33,0,3,33,0,4,33,0,5,33,0,6,33,0,7,12,5,48,6,32,2,25,0,13,16,33,0,8,48,6,32,0,1,0,30,32,0,6,17,32,2,26,16,0,14,0,48,32,0,8,27,0,2,0,1,21,0,0,0,19,21,34,0,4,0,0,0,57,17,0,0,34,0,8,17,17,0,39,0,30,26,32,2,27,17,33,0,9,48,6,32,0,7,0,41,0,131,26,16,33,0,10,48,6,32,0,9,0,21,32,0,10,17,33,0,11,48,6,0,61,0,0,0,74,17,0,14,32,0,1,17,0,28,16,33,0,12,48,6,32,0,1,0,30,0,48,32,0,12,27,0,50,0,132,0,30,32,0,6,0,34,34,0,12,17,17,27,16,33,0,1,49,6,32,0,1,0,32,32,2,28,17,33,0,13,48,0,12,0,48,0,13,27,32,2,28,17,33,0,14,48,0,8,16,0,28,16,33,0,15,48,6,32,0,13,0,28,32,0,14,17,0,39,0,30,26,32,2,29,17,0,39,0,21,26,33,0,11,50,6,0,55,0,1,32,0,6,17,0,21,32,0,7,17,0,21,34,0,14,0,28,16,17,0,28,32,0,11,0,41,0,13,26,16,17,0,21,32,0,15,17,0,29,16,33,0,16,48,6,34,0,11,0,21,16,0,21,32,0,1,0,30,34,0,15,17,17,0,30,32,0,16,17,33,0,17,48,6,0,55,0,21,32,2,29,0,41,0,13,26,16,17,0,30,34,0,13,17,33,0,18,48,6,32,0,17,0,28,0,48,0,13,0,46,0,25,27,0,12,32,0,18,0,43,0,0,26,16,21,0,30,34,0,16,21,27,16,33,0,19,48,6,34,0,9,32,0,7,0,0,0,55,17,0,42,0,28,26,0,23,34,0,1,0,13,16,21,0,45,0,0,26,20,0,47,0,12,0,2,0,18,21,27,32,0,6,17,0,39,0,1,26,0,55,17,0,28,34,0,18,17,0,39,0,36,26,34,0,19,17,34,0,10,11,3,0,12,16,0,27,16,0,40,0,11,26,16,33,0,20,48,6,32,1,16,0,28,32,1,24,17,0,32,32,0,6,17,33,0,21,48,6,34,0,17,34,0,20,0,30,32,0,21,17,0,56,0,3,34,0,7,0,0,34,0,6,17,17,0,30,34,0,21,17,11,3,7,32,0,1,0,29,16,33,0,3,48,0,39,0,30,26,34,0,1,17,33,0,4,48,6,32,1,15,0,13,16,0,25,16,0,30,0,48,32,0,4,0,35,16,27,0,50,32,1,13,0,30,32,1,15,17,0,30,32,0,4,17,0,14,34,0,4,0,33,16,17,0,39,0,28,26,34,0,3,17,27,16,7,32,0,1,0,30,0,48,32,0,2,0,28,34,0,1,17,27,0,50,0,41,0,55,26,27,16,32,1,1,34,0,2,0,39,0,30,26,16,17,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[18],runtime[19],runtime[20],runtime[21],runtime[22],runtime[23],runtime[24],runtime[25],runtime[26],runtime[27],runtime[30],runtime[31],runtime[32],runtime[33],runtime[35],runtime[36],runtime[37],runtime[38],runtime[39],runtime[40],runtime[41],runtime[42],runtime[43],runtime[44],runtime[45],runtime[46],runtime[48],runtime[49],runtime[50],runtime[51],runtime[52],runtime[53],runtime[54],runtime[55],runtime[56],runtime[57],runtime[58],runtime[59],runtime[61],1,2,3,0,-Infinity,Infinity,10,0.5,10.84,24,-1,-1.25,0.1,512,' ','0','=','|','\"','\0',str("t"),str("<"),str(">"),str("</"),str(" "),str("/>"),str("-."),str(" "),str("=\'"),str("\'"),str("x"),str("y"),str("svg"),str("viewBox"),str("stroke=currentColor|fill=none|stroke-width=1"),str("class=code|stroke-width=1|rx=10"),str("g"),str("font-family=BQN,monospace|font-size=18px|class=Paren|fill=currentColor"),str("font-size=15px|text-anchor=middle"),str("class=codeCover|stroke-width=8|stroke-linejoin=round"),str("opacity=0.9"),str("Number"),str("¯.π∞"),str("Paren"),str("()"),str("Bracket"),str("⟨⟩"),str("Brace"),str("{}"),str("Nothing"),str("·"),str("String"),str("@"),str("Comment"),str("#"),str("Gets"),str("Ligature"),str("Separator"),str("Value"),str("Function"),str("Modifier"),str("Modifier2"),str("<tspan class=\'"),str("\'>"),str("\"&<>"),str("&"),str(";"),str("quot"),str("amp"),str("lt"),str("gt"),str("114113141111111311411413141111=111"),str("1110001100000000000222110000000111"),str("000111//23232303232000001122232111"),str("1110001111111101111111110101111111"),str("0000000011111101010000000000010000"),str("</tspan>"),str(" ⋄"),str("M VH"),str("text"),str("rect"),str("width"),str("height"),str("path"),str("d")] + [0,19,33,0,0,48,33,0,1,48,6,1,1,33,0,2,48,6,1,2,33,0,3,48,6,1,3,33,0,4,48,6,1,4,33,0,5,48,6,0,20,0,46,32,0,5,27,0,31,20,0,20,0,50,34,0,5,27,1,5,11,3,0,52,0,16,0,5,0,56,21,27,33,0,6,48,6,32,0,6,32,0,6,0,41,0,21,26,0,69,21,0,21,20,0,24,0,55,21,1,6,11,3,0,52,0,16,0,5,0,56,21,27,33,0,7,48,6,0,43,1,7,26,0,21,0,82,21,33,0,8,48,6,0,55,0,53,32,0,8,0,46,0,11,27,27,0,21,20,0,49,0,21,27,33,0,9,48,6,1,8,33,0,10,48,6,32,0,6,0,40,0,22,26,0,85,0,86,11,2,21,33,0,11,48,6,32,0,9,0,46,34,0,4,27,33,0,12,48,6,1,9,33,0,13,48,6,0,63,0,64,11,2,33,0,14,48,6,0,56,0,55,11,2,0,2,32,0,14,17,33,0,15,48,6,0,56,0,57,11,2,0,3,32,0,14,17,0,0,0,58,0,65,11,2,17,33,0,16,48,6,0,61,33,0,17,48,6,0,89,32,0,10,16,33,0,18,48,6,0,90,32,0,10,16,33,0,19,48,6,0,92,32,0,10,0,91,17,33,0,20,48,6,0,93,32,0,10,0,91,17,33,0,21,48,6,0,94,32,0,10,0,91,17,33,0,22,48,6,0,95,34,0,10,0,91,17,33,0,23,48,6,0,96,0,97,0,21,0,61,0,25,16,0,0,0,70,17,17,0,98,0,99,0,100,0,101,0,102,0,103,0,104,0,105,0,106,0,107,0,21,0,73,17,0,21,0,84,17,0,108,0,109,11,14,0,20,0,46,0,56,11,2,17,0,27,16,0,40,0,11,26,16,33,0,24,33,0,25,12,2,48,6,0,110,0,111,0,112,0,113,0,114,0,115,0,116,11,7,0,21,33,0,24,50,6,1,10,32,0,25,26,33,0,26,48,6,34,0,24,0,41,1,11,26,16,33,0,27,48,6,0,119,33,0,28,48,6,0,122,0,123,0,124,0,125,11,4,0,41,0,121,0,49,0,21,27,0,21,0,120,21,26,16,33,0,29,48,6,1,12,33,0,30,48,7,0,55,0,18,34,0,2,19,0,54,0,17,0,39,0,20,26,0,55,0,56,11,2,21,0,49,0,39,0,41,0,24,0,21,0,75,21,0,21,0,23,21,26,26,27,27,33,0,3,48,6,34,0,1,32,1,1,0,48,32,1,0,0,31,0,50,34,0,3,27,20,0,21,0,48,0,11,27,0,41,0,55,26,21,27,16,7,1,13,33,0,3,48,6,0,76,32,0,2,0,77,11,3,0,21,16,33,0,4,48,6,0,78,32,0,2,0,28,0,69,0,13,34,0,2,17,0,45,0,9,26,16,17,0,77,11,3,0,21,16,33,0,5,48,6,32,0,1,0,16,16,33,0,6,48,0,11,0,55,17,33,0,7,48,6,34,0,5,32,0,7,0,54,0,11,0,46,0,20,27,27,0,47,1,14,34,0,1,34,0,7,0,54,1,15,27,16,26,27,34,0,4,17,0,21,16,7,0,76,34,0,1,0,80,11,3,0,21,16,7,32,0,1,0,60,0,49,0,11,27,0,9,0,11,0,48,0,59,27,21,16,0,43,0,9,26,16,0,37,16,6,0,61,33,0,3,48,0,39,0,4,26,0,57,17,33,0,4,48,6,0,70,0,1,0,81,17,33,0,5,33,0,6,12,2,48,6,0,58,0,11,32,0,1,17,33,0,7,48,6,34,0,1,0,7,16,33,0,8,48,6,34,0,8,0,2,32,0,4,17,0,0,0,62,17,0,5,16,33,0,9,48,6,34,0,7,0,28,16,0,41,34,0,5,26,0,49,0,11,0,47,0,22,27,27,16,0,22,16,32,0,4,0,3,32,0,9,17,0,5,16,1,16,0,48,0,13,0,46,0,25,27,27,16,34,0,9,1,17,0,48,0,13,0,46,0,25,27,27,16,0,13,0,11,0,58,21,0,54,0,21,0,48,0,30,0,46,0,26,0,31,20,0,50,0,41,34,0,6,26,27,27,27,27,16,11,3,0,21,16,0,27,16,0,40,0,21,0,46,0,11,27,26,16,0,43,0,0,0,48,0,70,27,0,49,0,36,27,26,16,7,34,0,1,6,0,58,0,37,16,7,34,0,1,6,0,58,0,37,16,7,34,0,2,0,83,34,0,1,0,84,11,4,0,21,16,7,1,18,33,0,3,48,6,34,0,1,32,0,3,0,72,26,16,0,41,34,0,3,0,71,26,26,16,0,41,32,1,8,26,0,21,20,0,49,0,21,27,0,51,0,12,27,34,0,2,19,7,34,0,1,32,1,3,0,88,34,0,2,32,1,7,16,11,2,32,1,9,0,87,17,17,7,0,32,0,48,32,0,1,0,21,16,27,0,29,34,0,1,0,41,0,13,26,16,0,45,0,0,26,16,21,7,0,118,0,21,34,0,1,17,0,21,0,117,17,7,34,0,2,33,0,3,33,0,4,33,0,5,33,0,6,33,0,7,33,0,8,12,2,33,0,9,12,6,48,6,0,126,0,127,0,128,0,129,0,130,11,5,0,39,0,1,26,0,70,17,0,24,0,48,0,55,27,0,41,0,28,26,0,30,21,16,33,0,10,33,0,11,33,0,12,33,0,13,12,4,48,6,1,19,33,0,14,48,6,32,0,3,34,0,7,11,2,0,41,0,28,0,48,32,0,14,27,26,16,0,41,0,24,26,0,58,0,65,11,2,17,33,0,15,33,0,16,12,2,48,6,34,0,11,0,30,32,0,15,17,33,0,17,48,0,14,0,65,17,33,0,18,48,6,34,0,14,0,28,16,0,39,0,28,0,48,32,0,18,27,0,50,0,18,0,0,0,55,21,0,39,0,30,26,32,0,3,21,27,26,33,0,17,50,6,34,0,12,0,30,32,0,15,17,0,31,0,48,0,65,27,0,50,0,55,27,16,33,0,19,48,6,32,0,17,0,1,32,0,19,17,0,45,0,0,26,16,33,0,20,48,6,32,0,20,0,31,0,65,17,0,14,0,55,17,0,37,16,6,32,0,17,0,11,0,58,17,33,0,21,48,0,2,0,48,0,2,0,48,32,0,19,27,0,45,0,0,26,20,27,16,33,0,22,48,6,34,0,19,0,8,34,0,17,17,0,28,16,0,30,0,48,0,33,0,0,32,0,20,0,49,0,30,27,21,0,29,0,47,0,30,0,48,0,29,27,27,34,0,20,0,24,0,65,17,21,27,16,33,0,23,48,6,34,0,21,0,8,16,0,23,0,48,0,13,27,32,0,23,17,33,0,24,48,6,32,0,1,1,20,34,0,9,17,33,0,25,33,0,26,33,0,27,12,3,48,6,32,0,23,1,21,16,0,13,0,54,0,39,0,30,26,27,16,0,39,0,30,26,32,0,27,0,30,32,0,24,0,45,0,0,26,16,0,39,0,1,26,0,55,17,17,17,0,24,0,65,17,33,0,28,48,6,0,66,0,21,32,0,28,17,33,0,29,48,6,32,0,23,0,18,0,22,0,30,21,34,0,18,0,1,32,0,29,17,0,30,32,0,23,17,0,13,34,0,28,17,0,15,32,0,24,17,0,28,16,17,33,0,30,48,6,32,0,22,0,22,34,0,29,17,0,0,0,62,0,67,11,2,17,0,2,32,1,14,17,0,27,16,32,1,6,16,0,30,34,0,30,17,0,44,0,39,0,40,0,26,0,49,0,21,27,0,41,0,21,26,0,133,21,0,21,20,0,46,0,11,27,26,26,26,16,33,0,31,48,6,32,0,22,0,30,34,0,23,0,28,32,0,24,17,17,0,41,0,22,0,2,32,1,14,21,0,0,32,1,16,21,0,46,32,1,11,32,1,9,0,134,21,27,26,34,0,27,17,33,0,32,48,6,32,1,15,0,2,0,56,0,58,11,2,17,0,0,34,0,1,0,13,16,34,0,22,0,43,0,6,26,16,0,0,0,56,17,11,2,0,2,32,1,14,17,17,33,0,33,48,6,32,0,33,32,1,6,16,0,40,0,22,26,0,136,0,137,11,2,17,0,21,32,1,15,0,1,16,32,1,11,16,17,0,21,32,1,19,17,32,1,12,0,135,17,0,11,16,34,0,25,32,1,3,0,134,17,0,11,16,34,0,31,0,41,0,19,0,11,0,47,0,22,27,0,139,21,0,21,32,1,18,21,32,1,12,0,138,21,26,16,34,0,26,0,41,0,21,26,0,19,0,41,32,1,3,26,34,0,32,21,0,47,0,11,0,47,0,22,27,27,0,41,0,31,0,48,0,55,27,26,21,16,0,41,32,1,3,26,32,1,22,32,1,23,11,2,17,32,1,3,32,1,21,17,11,4,0,41,0,20,26,16,0,21,16,32,1,3,32,1,20,17,32,1,13,32,1,17,0,2,0,56,17,0,0,34,0,33,17,0,38,0,56,26,0,3,0,39,0,1,26,21,0,39,0,1,26,32,1,15,0,0,32,1,17,17,21,0,39,0,21,26,0,18,21,0,48,0,6,0,48,0,68,0,58,11,2,27,27,16,17,7,34,0,1,0,20,16,0,58,0,46,0,37,27,0,11,0,20,20,0,19,0,41,34,0,0,26,0,21,20,11,4,0,52,0,16,0,5,0,57,21,27,16,7,34,0,2,34,0,4,34,0,1,11,3,7,34,0,1,0,20,16,32,1,6,0,15,0,57,17,0,54,0,41,32,1,3,26,0,21,20,27,16,0,41,0,21,0,48,0,79,27,26,16,7,32,0,1,0,15,32,1,3,17,33,0,3,48,6,34,0,2,34,0,1,11,2,0,22,0,26,0,31,20,0,50,0,7,0,48,32,1,3,27,27,0,21,0,43,0,28,0,48,32,0,3,27,0,47,32,1,3,0,49,0,3,27,0,5,20,0,49,34,0,0,27,27,26,21,11,2,0,52,34,0,3,0,43,0,10,26,16,27,16,7,32,0,1,0,7,32,1,4,17,33,0,1,49,0,2,16,33,0,3,48,6,34,0,1,0,58,0,56,11,2,0,25,16,0,28,0,48,32,0,3,27,0,47,0,2,0,48,32,1,3,27,0,49,34,0,0,0,21,32,1,4,0,49,0,3,27,0,5,20,0,49,0,11,0,47,0,22,27,27,21,27,27,11,2,0,52,34,0,3,0,43,0,10,26,16,27,34,0,2,19,7,0,36,0,48,0,14,0,48,34,0,1,27,0,1,0,48,0,8,0,2,0,45,0,0,26,21,27,20,27,7,32,1,3,0,19,0,2,0,12,0,48,0,13,27,21,0,39,0,30,26,0,18,21,32,1,10,17,0,0,0,55,17,0,0,32,1,3,0,13,16,0,25,16,17,33,0,0,48,6,0,19,0,31,0,65,21,0,14,0,58,21,0,54,1,22,27,33,0,1,48,6,34,0,0,0,41,0,58,26,0,21,0,55,21,32,0,1,0,13,0,49,0,21,27,21,0,23,0,13,21,16,7,34,0,2,33,0,3,33,0,4,33,0,5,33,0,6,33,0,7,12,5,48,6,32,2,25,0,13,16,33,0,8,48,6,32,0,1,0,30,32,0,6,17,32,2,26,16,0,14,0,48,32,0,8,27,0,2,0,1,21,0,0,0,19,21,34,0,4,0,0,0,57,17,0,0,34,0,8,17,17,0,39,0,30,26,32,2,27,17,33,0,9,48,6,32,0,7,0,41,0,131,26,16,33,0,10,48,6,32,0,9,0,21,32,0,10,17,33,0,11,48,6,0,61,0,0,0,74,17,0,14,32,0,1,17,0,28,16,33,0,12,48,6,32,0,1,0,30,0,48,32,0,12,27,0,50,0,132,0,30,32,0,6,0,34,34,0,12,17,17,27,16,33,0,1,49,6,32,0,1,0,32,32,2,28,17,33,0,13,48,0,12,0,48,0,13,27,32,2,28,17,33,0,14,48,0,8,16,0,28,16,33,0,15,48,6,32,0,13,0,28,32,0,14,17,0,39,0,30,26,32,2,29,17,0,39,0,21,26,33,0,11,50,6,0,55,0,1,32,0,6,17,0,21,32,0,7,17,0,21,34,0,14,0,28,16,17,0,28,32,0,11,0,41,0,13,26,16,17,0,21,32,0,15,17,0,29,16,33,0,16,48,6,34,0,11,0,21,16,0,21,32,0,1,0,30,34,0,15,17,17,0,30,32,0,16,17,33,0,17,48,6,0,55,0,21,32,2,29,0,41,0,13,26,16,17,0,30,34,0,13,17,33,0,18,48,6,32,0,17,0,28,0,48,0,13,0,46,0,25,27,0,12,32,0,18,0,43,0,0,26,16,21,0,30,34,0,16,21,27,16,33,0,19,48,6,34,0,9,32,0,7,0,0,0,55,17,0,42,0,28,26,0,23,34,0,1,0,13,16,21,0,45,0,0,26,20,0,47,0,12,0,2,0,18,21,27,32,0,6,17,0,39,0,1,26,0,55,17,0,28,34,0,18,17,0,39,0,36,26,34,0,19,17,34,0,10,11,3,0,12,16,0,27,16,0,40,0,11,26,16,33,0,20,48,6,32,1,16,0,28,32,1,24,17,0,32,32,0,6,17,33,0,21,48,6,34,0,17,34,0,20,0,30,32,0,21,17,0,56,0,3,34,0,7,0,0,34,0,6,17,17,0,30,34,0,21,17,11,3,7,32,0,1,0,29,16,33,0,3,48,0,39,0,30,26,34,0,1,17,33,0,4,48,6,32,1,15,0,13,16,0,25,16,0,30,0,48,32,0,4,0,35,16,27,0,50,32,1,13,0,30,32,1,15,17,0,30,32,0,4,17,0,14,34,0,4,0,33,16,17,0,39,0,28,26,34,0,3,17,27,16,7,32,0,1,0,30,0,48,32,0,2,0,28,34,0,1,17,27,0,50,0,41,0,55,26,27,16,32,1,1,34,0,2,0,39,0,30,26,16,17,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[18],runtime[19],runtime[20],runtime[21],runtime[22],runtime[23],runtime[24],runtime[26],runtime[27],runtime[28],runtime[31],runtime[32],runtime[33],runtime[34],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[49],runtime[50],runtime[51],runtime[52],runtime[53],runtime[54],runtime[55],runtime[56],runtime[57],runtime[58],runtime[59],runtime[60],runtime[62],1,2,3,0,-Infinity,Infinity,10,0.5,10.84,24,-1,-1.25,0.1,512,' ','0','=','|','\"','\0',str("t"),str("<"),str(">"),str("</"),str(" "),str("/>"),str("-."),str(" "),str("=\'"),str("\'"),str("x"),str("y"),str("svg"),str("viewBox"),str("stroke=currentColor|fill=none|stroke-width=1"),str("class=code|stroke-width=1|rx=10"),str("g"),str("font-family=BQN,monospace|font-size=18px|class=Paren|fill=currentColor"),str("font-size=15px|text-anchor=middle"),str("class=codeCover|stroke-width=8|stroke-linejoin=round"),str("opacity=0.9"),str("Number"),str("¯.π∞"),str("Paren"),str("()"),str("Bracket"),str("⟨⟩"),str("Brace"),str("{}"),str("Nothing"),str("·"),str("String"),str("@"),str("Comment"),str("#"),str("Gets"),str("Ligature"),str("Separator"),str("Value"),str("Function"),str("Modifier"),str("Modifier2"),str("<tspan class=\'"),str("\'>"),str("\"&<>"),str("&"),str(";"),str("quot"),str("amp"),str("lt"),str("gt"),str("114113141111111311411413141111=111"),str("1110001100000000000222110000000111"),str("000111//23232303232000001122232111"),str("1110001111111101111111110101111111"),str("0000000011111101010000000000010000"),str("</tspan>"),str(" ⋄"),str("M VH"),str("text"),str("rect"),str("width"),str("height"),str("path"),str("d")] ,[[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]]],[1,1,10],[0,0,11],[0,0,[[],[12]]],[0,0,13],[1,0,[[],[14]]],[0,0,15],[0,0,[[],[16]]],[0,0,17],[1,1,18],[0,1,19],[0,0,[[],[20]]],[0,0,21],[0,0,[[],[22]]]] ,[[0,31],[516,4],[603,8],[723,3],[736,10],[987,3],[997,3],[1007,3],[1023,4],[1074,3],[1099,2],[1129,3],[1143,34],[2073,3],[2116,5],[2128,3],[2167,4],[2257,4],[2358,2],[2388,2],[2490,22],[3020,5],[3102,3]] ); @@ -69,8 +69,8 @@ if (doc.doexplain) doc.doexplain.onclick = () => { let makePlot,setPlot,initPlot,didInitPlot; let startPlot = () => { if (!makePlot) [makePlot,initPlot,setPlot] = run( - [0,19,33,0,0,48,33,0,1,48,6,1,1,33,0,2,48,6,1,2,33,0,3,48,6,1,3,33,0,4,48,6,1,4,33,0,5,48,6,0,20,0,42,32,0,5,27,0,30,20,0,20,0,46,34,0,5,27,1,5,11,3,0,48,0,16,0,5,0,52,21,27,33,0,6,48,6,32,0,6,32,0,6,0,37,0,21,26,0,65,21,0,21,20,0,24,0,51,21,1,6,11,3,0,48,0,16,0,5,0,52,21,27,33,0,7,48,6,0,39,1,7,26,0,21,0,78,21,33,0,8,48,6,0,51,0,49,32,0,8,0,42,0,11,27,27,0,21,20,0,45,0,21,27,33,0,9,48,6,1,8,33,0,10,48,6,32,0,6,0,36,0,22,26,0,81,0,82,11,2,21,33,0,11,48,6,32,0,9,0,42,34,0,4,27,33,0,12,48,6,1,9,33,0,13,48,6,0,59,33,0,14,48,6,0,57,0,20,0,52,17,33,0,15,48,6,0,69,33,0,16,48,6,1,10,33,0,17,48,6,1,11,33,0,18,48,6,0,86,32,0,10,16,33,0,19,48,6,0,87,32,0,10,16,33,0,20,48,6,0,88,32,0,10,16,33,0,21,48,6,0,89,32,0,10,16,33,0,22,48,6,0,91,34,0,10,0,90,17,33,0,23,48,6,0,19,0,11,0,43,0,22,27,0,93,21,0,21,0,18,21,32,0,12,0,92,21,33,0,24,48,6,1,12,33,0,25,48,6,1,13,33,0,26,48,6,1,14,33,0,27,48,6,34,0,27,34,0,17,34,0,18,11,3,7,0,51,0,18,34,0,2,19,0,50,0,17,0,35,0,20,26,0,51,0,52,11,2,21,0,45,0,35,0,37,0,24,0,21,0,71,21,0,21,0,23,21,26,26,27,27,33,0,3,48,6,34,0,1,32,1,1,0,44,32,1,0,0,30,0,46,34,0,3,27,20,0,21,0,44,0,11,27,0,37,0,51,26,21,27,16,7,1,15,33,0,3,48,6,0,72,32,0,2,0,73,11,3,0,21,16,33,0,4,48,6,0,74,32,0,2,0,28,0,65,0,13,34,0,2,19,0,41,0,9,26,16,19,0,73,11,3,0,21,16,33,0,5,48,6,32,0,1,0,16,16,33,0,6,48,0,11,0,51,17,33,0,7,48,6,34,0,5,32,0,7,0,50,0,11,0,42,0,20,27,27,0,43,1,16,34,0,1,34,0,7,0,50,1,17,27,16,26,27,34,0,4,17,0,21,16,7,0,72,34,0,1,0,76,11,3,0,21,16,7,32,0,1,0,56,0,45,0,11,27,0,9,0,11,0,44,0,55,27,21,16,0,39,0,9,26,16,0,33,16,6,0,57,33,0,3,48,0,35,0,4,26,0,53,17,33,0,4,48,6,0,66,0,1,0,77,17,33,0,5,33,0,6,12,2,48,6,0,54,0,11,32,0,1,17,33,0,7,48,6,34,0,1,0,7,16,33,0,8,48,6,34,0,8,0,2,32,0,4,17,0,0,0,58,17,0,5,16,33,0,9,48,6,34,0,7,0,28,16,0,37,34,0,5,26,0,45,0,11,0,43,0,22,27,27,16,0,22,16,32,0,4,0,3,32,0,9,17,0,5,16,1,18,0,44,0,13,0,42,0,25,27,27,16,34,0,9,1,19,0,44,0,13,0,42,0,25,27,27,16,0,13,0,11,0,54,21,0,50,0,21,0,44,0,29,0,42,0,26,0,30,20,0,46,0,37,34,0,6,26,27,27,27,27,16,11,3,0,21,16,0,27,16,0,36,0,21,0,42,0,11,27,26,16,0,39,0,0,0,44,0,66,27,0,45,0,32,27,26,16,7,34,0,1,6,0,54,0,33,16,7,34,0,1,6,0,54,0,33,16,7,34,0,2,0,79,34,0,1,0,80,11,4,0,21,16,7,1,20,33,0,3,48,6,34,0,1,32,0,3,0,68,26,16,0,37,34,0,3,0,67,26,26,16,0,37,32,1,8,26,0,21,20,0,45,0,21,27,0,47,0,12,27,34,0,2,19,7,34,0,1,32,1,3,0,84,34,0,2,32,1,7,18,11,2,32,1,9,0,83,17,17,7,34,0,0,6,0,85,33,1,16,49,7,34,0,0,6,34,0,1,33,1,16,49,7,32,0,1,0,54,0,12,0,44,0,69,27,0,20,0,42,0,39,0,9,26,27,20,11,2,0,48,0,14,0,15,0,51,21,27,0,43,0,9,0,47,0,19,27,27,32,0,2,19,0,33,0,94,17,6,32,0,1,0,17,0,30,0,60,21,0,43,0,16,27,0,47,0,51,27,32,0,2,19,0,33,0,95,17,6,34,0,1,0,51,0,49,0,19,0,11,0,43,0,22,27,0,18,0,47,0,17,0,30,0,60,21,0,25,20,27,21,0,11,20,27,34,0,2,19,0,20,16,7,32,0,1,0,16,0,43,0,22,27,32,0,2,19,33,0,3,48,6,34,0,1,0,34,32,0,3,26,0,14,0,51,21,0,39,0,9,26,20,0,33,0,96,21,0,18,32,1,25,21,0,37,34,0,0,26,0,20,0,42,0,21,27,20,11,2,0,48,34,0,3,0,39,0,5,26,16,0,15,0,52,17,27,34,0,2,19,7,34,0,1,32,1,26,34,0,2,19,0,12,16,0,27,16,0,5,0,6,0,44,0,1,27,0,18,21,0,61,17,33,0,3,48,6,32,0,3,0,36,0,21,0,42,0,11,27,26,16,33,0,4,48,6,1,21,33,0,5,48,6,32,0,4,0,37,0,39,0,6,26,0,22,0,39,0,5,26,21,34,0,5,20,26,16,33,0,6,48,0,37,0,41,0,35,0,1,26,26,26,16,33,0,7,48,6,32,0,7,0,37,0,30,26,0,51,17,0,39,0,35,0,3,26,26,16,0,11,0,44,0,64,27,0,10,0,12,0,44,0,63,0,3,16,27,21,0,50,0,51,27,16,33,0,8,48,6,34,0,8,0,2,0,22,0,18,21,32,1,14,17,33,0,9,48,6,0,19,0,37,1,22,26,34,0,7,0,37,0,39,1,23,26,26,16,0,30,0,44,0,51,27,0,46,1,24,27,16,21,33,0,10,48,6,34,0,4,32,0,10,16,0,2,32,0,9,17,0,12,16,0,27,16,32,1,6,16,0,32,34,0,3,0,29,16,0,37,0,13,26,16,0,28,16,17,33,0,11,48,6,0,37,1,25,32,1,24,32,1,20,21,26,0,21,0,42,0,36,0,11,26,27,0,37,0,19,0,36,0,22,26,0,100,0,101,11,2,21,0,21,32,1,21,21,32,1,12,0,99,21,26,20,11,2,0,30,32,1,16,0,11,0,46,0,31,0,44,0,85,0,97,11,2,27,27,16,17,33,0,12,48,6,32,1,15,0,0,32,0,9,17,32,1,6,16,0,36,0,22,26,0,103,0,104,11,2,17,0,21,0,52,0,3,32,1,15,17,0,1,16,32,1,11,16,17,0,21,32,1,22,17,32,1,12,0,102,17,0,11,16,0,54,34,0,10,16,0,2,0,44,0,52,0,25,16,0,35,0,38,0,14,26,26,16,27,0,18,0,42,0,26,27,0,36,0,21,26,0,2,21,32,0,9,21,32,1,6,20,0,37,0,21,26,0,106,0,36,0,21,0,44,0,105,27,26,16,21,0,36,0,21,0,42,0,11,27,26,20,0,28,0,51,0,45,0,15,27,0,9,0,15,0,44,0,54,27,21,21,16,0,37,32,1,24,0,44,32,1,19,27,26,16,34,0,11,34,0,12,16,11,3,0,37,0,20,26,16,0,21,16,32,1,3,32,1,23,17,32,1,13,32,1,15,0,2,0,52,17,0,0,34,0,9,17,0,21,32,1,15,0,1,16,17,17,7,34,0,1,0,20,16,0,54,0,42,0,33,27,0,11,0,20,20,0,19,0,37,34,0,0,26,0,21,20,11,4,0,48,0,16,0,5,0,53,21,27,16,7,34,0,2,34,0,4,34,0,1,11,3,7,34,0,1,0,20,16,32,1,6,0,15,0,53,17,0,50,0,37,32,1,3,26,0,21,20,27,16,0,37,0,21,0,44,0,75,27,26,16,7,32,0,1,0,15,32,1,3,17,33,0,3,48,6,34,0,2,34,0,1,11,2,0,22,0,26,0,30,20,0,46,0,7,0,44,32,1,3,27,27,0,21,0,39,0,28,0,44,32,0,3,27,0,43,32,1,3,0,45,0,3,27,0,5,20,0,45,34,0,0,27,27,26,21,11,2,0,48,34,0,3,0,39,0,10,26,16,27,16,7,32,0,1,0,7,32,1,4,17,33,0,1,49,0,2,16,33,0,3,48,6,34,0,1,0,54,0,52,11,2,0,25,16,0,28,0,44,32,0,3,27,0,43,0,2,0,44,32,1,3,27,0,45,34,0,0,0,21,32,1,4,0,45,0,3,27,0,5,20,0,45,0,11,0,43,0,22,27,27,21,27,27,11,2,0,48,34,0,3,0,39,0,10,26,16,27,34,0,2,19,7,0,32,0,44,0,14,0,44,34,0,1,27,0,1,0,44,0,8,0,2,0,41,0,0,26,21,27,20,27,7,32,0,1,0,7,16,0,39,0,6,26,0,2,0,18,21,0,62,0,3,16,17,33,0,3,48,6,34,0,1,0,54,34,0,3,11,2,0,45,0,1,27,0,46,0,40,0,6,0,22,0,5,21,26,27,16,7,34,0,1,34,0,2,16,7,0,19,0,35,0,1,26,34,0,2,23,0,35,0,3,26,34,0,1,21,7,34,0,1,0,8,20,7,34,0,1,0,51,0,49,0,37,0,21,26,27,0,98,17,0,20,16,0,21,16,0,30,0,46,0,70,27,16,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[18],runtime[19],runtime[20],runtime[21],runtime[22],runtime[23],runtime[24],runtime[25],runtime[26],runtime[27],runtime[30],runtime[31],runtime[32],runtime[35],runtime[36],runtime[37],runtime[41],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[57],runtime[58],runtime[59],runtime[61],1,2,3,0,-Infinity,Infinity,10,0.5,384,-1,1e300,5000000000000000,4,1.5,' ','0','=','|','\0','M',str("t"),str("<"),str(">"),str("</"),str(" "),str("/>"),str("-."),str(" "),str("=\'"),str("\'"),str("x"),str("y"),str("svg"),str("viewBox"),str("line"),str("class=Paren|stroke=currentColor|stroke-width=1"),str("class=red|style=fill:none|stroke-width=1"),str("class=red|r=4"),str("class=code|stroke-width=1|rx=5"),str("g"),str("font-family=BQN,monospace|font-size=18px"),str("path"),str("d"),str("•Plot: 𝕨 and 𝕩 must consist of rows of numbers"),str("•Plot: 𝕨 and 𝕩 must have the same length"),str("•Plot: invalid depth mixing"),str("scatter"),str("L "),str("circle"),str("cx"),str("cy"),str("rect"),str("width"),str("height"),str("M "),str("VH")] + [0,19,33,0,0,48,33,0,1,48,6,1,1,33,0,2,48,6,1,2,33,0,3,48,6,1,3,33,0,4,48,6,1,4,33,0,5,48,6,0,20,0,42,32,0,5,27,0,30,20,0,20,0,46,34,0,5,27,1,5,11,3,0,48,0,16,0,5,0,52,21,27,33,0,6,48,6,32,0,6,32,0,6,0,37,0,21,26,0,65,21,0,21,20,0,24,0,51,21,1,6,11,3,0,48,0,16,0,5,0,52,21,27,33,0,7,48,6,0,39,1,7,26,0,21,0,78,21,33,0,8,48,6,0,51,0,49,32,0,8,0,42,0,11,27,27,0,21,20,0,45,0,21,27,33,0,9,48,6,1,8,33,0,10,48,6,32,0,6,0,36,0,22,26,0,81,0,82,11,2,21,33,0,11,48,6,32,0,9,0,42,34,0,4,27,33,0,12,48,6,1,9,33,0,13,48,6,0,59,33,0,14,48,6,0,57,0,20,0,52,17,33,0,15,48,6,0,69,33,0,16,48,6,1,10,33,0,17,48,6,1,11,33,0,18,48,6,0,86,32,0,10,16,33,0,19,48,6,0,87,32,0,10,16,33,0,20,48,6,0,88,32,0,10,16,33,0,21,48,6,0,89,32,0,10,16,33,0,22,48,6,0,91,34,0,10,0,90,17,33,0,23,48,6,0,19,0,11,0,43,0,22,27,0,93,21,0,21,0,18,21,32,0,12,0,92,21,33,0,24,48,6,1,12,33,0,25,48,6,1,13,33,0,26,48,6,1,14,33,0,27,48,6,34,0,27,34,0,17,34,0,18,11,3,7,0,51,0,18,34,0,2,19,0,50,0,17,0,35,0,20,26,0,51,0,52,11,2,21,0,45,0,35,0,37,0,24,0,21,0,71,21,0,21,0,23,21,26,26,27,27,33,0,3,48,6,34,0,1,32,1,1,0,44,32,1,0,0,30,0,46,34,0,3,27,20,0,21,0,44,0,11,27,0,37,0,51,26,21,27,16,7,1,15,33,0,3,48,6,0,72,32,0,2,0,73,11,3,0,21,16,33,0,4,48,6,0,74,32,0,2,0,28,0,65,0,13,34,0,2,17,0,41,0,9,26,16,17,0,73,11,3,0,21,16,33,0,5,48,6,32,0,1,0,16,16,33,0,6,48,0,11,0,51,17,33,0,7,48,6,34,0,5,32,0,7,0,50,0,11,0,42,0,20,27,27,0,43,1,16,34,0,1,34,0,7,0,50,1,17,27,16,26,27,34,0,4,17,0,21,16,7,0,72,34,0,1,0,76,11,3,0,21,16,7,32,0,1,0,56,0,45,0,11,27,0,9,0,11,0,44,0,55,27,21,16,0,39,0,9,26,16,0,33,16,6,0,57,33,0,3,48,0,35,0,4,26,0,53,17,33,0,4,48,6,0,66,0,1,0,77,17,33,0,5,33,0,6,12,2,48,6,0,54,0,11,32,0,1,17,33,0,7,48,6,34,0,1,0,7,16,33,0,8,48,6,34,0,8,0,2,32,0,4,17,0,0,0,58,17,0,5,16,33,0,9,48,6,34,0,7,0,28,16,0,37,34,0,5,26,0,45,0,11,0,43,0,22,27,27,16,0,22,16,32,0,4,0,3,32,0,9,17,0,5,16,1,18,0,44,0,13,0,42,0,25,27,27,16,34,0,9,1,19,0,44,0,13,0,42,0,25,27,27,16,0,13,0,11,0,54,21,0,50,0,21,0,44,0,29,0,42,0,26,0,30,20,0,46,0,37,34,0,6,26,27,27,27,27,16,11,3,0,21,16,0,27,16,0,36,0,21,0,42,0,11,27,26,16,0,39,0,0,0,44,0,66,27,0,45,0,32,27,26,16,7,34,0,1,6,0,54,0,33,16,7,34,0,1,6,0,54,0,33,16,7,34,0,2,0,79,34,0,1,0,80,11,4,0,21,16,7,1,20,33,0,3,48,6,34,0,1,32,0,3,0,68,26,16,0,37,34,0,3,0,67,26,26,16,0,37,32,1,8,26,0,21,20,0,45,0,21,27,0,47,0,12,27,34,0,2,19,7,34,0,1,32,1,3,0,84,34,0,2,32,1,7,16,11,2,32,1,9,0,83,17,17,7,34,0,0,6,0,85,33,1,16,49,7,34,0,0,6,34,0,1,33,1,16,49,7,32,0,1,0,54,0,12,0,44,0,69,27,0,20,0,42,0,39,0,9,26,27,20,11,2,0,48,0,14,0,15,0,51,21,27,0,43,0,9,0,47,0,19,27,27,32,0,2,19,0,33,0,94,17,6,32,0,1,0,17,0,30,0,60,21,0,43,0,16,27,0,47,0,51,27,32,0,2,19,0,33,0,95,17,6,34,0,1,0,51,0,49,0,19,0,11,0,43,0,22,27,0,18,0,47,0,17,0,30,0,60,21,0,25,20,27,21,0,11,20,27,34,0,2,19,0,20,16,7,32,0,1,0,16,0,43,0,22,27,32,0,2,19,33,0,3,48,6,34,0,1,0,34,32,0,3,26,0,14,0,51,21,0,39,0,9,26,20,0,33,0,96,21,0,18,32,1,25,21,0,37,34,0,0,26,0,20,0,42,0,21,27,20,11,2,0,48,34,0,3,0,39,0,5,26,16,0,15,0,52,17,27,34,0,2,19,7,34,0,1,32,1,26,34,0,2,19,0,12,16,0,27,16,0,5,0,6,0,44,0,1,27,0,18,21,0,61,17,33,0,3,48,6,32,0,3,0,36,0,21,0,42,0,11,27,26,16,33,0,4,48,6,1,21,33,0,5,48,6,32,0,4,0,37,0,39,0,6,26,0,22,0,39,0,5,26,21,34,0,5,20,26,16,33,0,6,48,0,37,0,41,0,35,0,1,26,26,26,16,33,0,7,48,6,32,0,7,0,37,0,30,26,0,51,17,0,39,0,35,0,3,26,26,16,0,11,0,44,0,64,27,0,10,0,12,0,44,0,63,0,3,16,27,21,0,50,0,51,27,16,33,0,8,48,6,34,0,8,0,2,0,22,0,18,21,32,1,14,17,33,0,9,48,6,0,19,0,37,1,22,26,34,0,7,0,37,0,39,1,23,26,26,16,0,30,0,44,0,51,27,0,46,1,24,27,16,21,33,0,10,48,6,34,0,4,32,0,10,16,0,2,32,0,9,17,0,12,16,0,27,16,32,1,6,16,0,32,34,0,3,0,29,16,0,37,0,13,26,16,0,28,16,17,33,0,11,48,6,0,37,1,25,32,1,24,32,1,20,21,26,0,21,0,42,0,36,0,11,26,27,0,37,0,19,0,36,0,22,26,0,100,0,101,11,2,21,0,21,32,1,21,21,32,1,12,0,99,21,26,20,11,2,0,30,32,1,16,0,11,0,46,0,31,0,44,0,85,0,97,11,2,27,27,16,17,33,0,12,48,6,32,1,15,0,0,32,0,9,17,32,1,6,16,0,36,0,22,26,0,103,0,104,11,2,17,0,21,0,52,0,3,32,1,15,17,0,1,16,32,1,11,16,17,0,21,32,1,22,17,32,1,12,0,102,17,0,11,16,0,54,34,0,10,16,0,2,0,44,0,52,0,25,16,0,35,0,38,0,14,26,26,16,27,0,18,0,42,0,26,27,0,36,0,21,26,0,2,21,32,0,9,21,32,1,6,20,0,37,0,21,26,0,106,0,36,0,21,0,44,0,105,27,26,16,21,0,36,0,21,0,42,0,11,27,26,20,0,28,0,51,0,45,0,15,27,0,9,0,15,0,44,0,54,27,21,21,16,0,37,32,1,24,0,44,32,1,19,27,26,16,34,0,11,34,0,12,16,11,3,0,37,0,20,26,16,0,21,16,32,1,3,32,1,23,17,32,1,13,32,1,15,0,2,0,52,17,0,0,34,0,9,17,0,21,32,1,15,0,1,16,17,17,7,34,0,1,0,20,16,0,54,0,42,0,33,27,0,11,0,20,20,0,19,0,37,34,0,0,26,0,21,20,11,4,0,48,0,16,0,5,0,53,21,27,16,7,34,0,2,34,0,4,34,0,1,11,3,7,34,0,1,0,20,16,32,1,6,0,15,0,53,17,0,50,0,37,32,1,3,26,0,21,20,27,16,0,37,0,21,0,44,0,75,27,26,16,7,32,0,1,0,15,32,1,3,17,33,0,3,48,6,34,0,2,34,0,1,11,2,0,22,0,26,0,30,20,0,46,0,7,0,44,32,1,3,27,27,0,21,0,39,0,28,0,44,32,0,3,27,0,43,32,1,3,0,45,0,3,27,0,5,20,0,45,34,0,0,27,27,26,21,11,2,0,48,34,0,3,0,39,0,10,26,16,27,16,7,32,0,1,0,7,32,1,4,17,33,0,1,49,0,2,16,33,0,3,48,6,34,0,1,0,54,0,52,11,2,0,25,16,0,28,0,44,32,0,3,27,0,43,0,2,0,44,32,1,3,27,0,45,34,0,0,0,21,32,1,4,0,45,0,3,27,0,5,20,0,45,0,11,0,43,0,22,27,27,21,27,27,11,2,0,48,34,0,3,0,39,0,10,26,16,27,34,0,2,19,7,0,32,0,44,0,14,0,44,34,0,1,27,0,1,0,44,0,8,0,2,0,41,0,0,26,21,27,20,27,7,32,0,1,0,7,16,0,39,0,6,26,0,2,0,18,21,0,62,0,3,16,17,33,0,3,48,6,34,0,1,0,54,34,0,3,11,2,0,45,0,1,27,0,46,0,40,0,6,0,22,0,5,21,26,27,16,7,34,0,1,34,0,2,16,7,0,19,0,35,0,1,26,34,0,2,23,0,35,0,3,26,34,0,1,21,7,34,0,1,0,8,20,7,34,0,1,0,51,0,49,0,37,0,21,26,27,0,98,17,0,20,16,0,21,16,0,30,0,46,0,70,27,16,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[18],runtime[19],runtime[20],runtime[21],runtime[22],runtime[23],runtime[24],runtime[26],runtime[27],runtime[28],runtime[31],runtime[32],runtime[33],runtime[36],runtime[37],runtime[38],runtime[42],runtime[43],runtime[44],runtime[45],runtime[46],runtime[47],runtime[48],runtime[50],runtime[51],runtime[52],runtime[53],runtime[54],runtime[55],runtime[56],runtime[57],runtime[58],runtime[59],runtime[60],runtime[62],1,2,3,0,-Infinity,Infinity,10,0.5,384,-1,1e300,5000000000000000,4,1.5,' ','0','=','|','\0','M',str("t"),str("<"),str(">"),str("</"),str(" "),str("/>"),str("-."),str(" "),str("=\'"),str("\'"),str("x"),str("y"),str("svg"),str("viewBox"),str("line"),str("class=Paren|stroke=currentColor|stroke-width=1"),str("class=red|style=fill:none|stroke-width=1"),str("class=red|r=4"),str("class=code|stroke-width=1|rx=5"),str("g"),str("font-family=BQN,monospace|font-size=18px"),str("path"),str("d"),str("•Plot: 𝕨 and 𝕩 must consist of rows of numbers"),str("•Plot: 𝕨 and 𝕩 must have the same length"),str("•Plot: invalid depth mixing"),str("scatter"),str("L "),str("circle"),str("cx"),str("cy"),str("rect"),str("width"),str("height"),str("M "),str("VH")] ,[[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],[1,0,[[],[16]]],[0,0,17],[0,0,[[],[18]]],[0,0,19],[1,1,20],[0,0,21],[0,0,[[],[22]]],[0,0,23],[0,0,24],[0,0,25]] ,[[0,28],[365,4],[452,8],[572,3],[585,10],[836,3],[846,3],[856,3],[872,4],[923,3],[948,3],[959,3],[971,3],[1100,4],[1188,13],[1754,3],[1797,5],[1809,3],[1848,4],[1938,4],[2039,2],[2069,4],[2126,3],[2134,3],[2155,3],[2162,3]] ); |
