aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs14946
1 files changed, 7492 insertions, 7454 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs
index 49a507f..2ee2717 100644
--- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs
@@ -1,6 +1,6 @@
1using System;using Tools; 1using System;using Tools;
2namespace OpenSim.Region.ScriptEngine.Shared.CodeTools { 2namespace OpenSim.Region.ScriptEngine.Shared.CodeTools {
3//%+LSLProgramRoot+95 3//%+LSLProgramRoot+96
4public class LSLProgramRoot : SYMBOL{ 4public class LSLProgramRoot : SYMBOL{
5 public LSLProgramRoot (Parser yyp, States s ):base(((LSLSyntax 5 public LSLProgramRoot (Parser yyp, States s ):base(((LSLSyntax
6)yyp)){ while (0< s . kids . Count ) kids . Add ( s . kids . Pop ()); 6)yyp)){ while (0< s . kids . Count ) kids . Add ( s . kids . Pop ());
@@ -11,9 +11,9 @@ public class LSLProgramRoot : SYMBOL{
11} 11}
12 12
13public override string yyname { get { return "LSLProgramRoot"; }} 13public override string yyname { get { return "LSLProgramRoot"; }}
14public override int yynum { get { return 95; }} 14public override int yynum { get { return 96; }}
15public LSLProgramRoot(Parser yyp):base(yyp){}} 15public LSLProgramRoot(Parser yyp):base(yyp){}}
16//%+GlobalDefinitions+96 16//%+GlobalDefinitions+97
17public class GlobalDefinitions : SYMBOL{ 17public class GlobalDefinitions : SYMBOL{
18 public GlobalDefinitions (Parser yyp, GlobalVariableDeclaration gvd ):base(((LSLSyntax 18 public GlobalDefinitions (Parser yyp, GlobalVariableDeclaration gvd ):base(((LSLSyntax
19)yyp)){ kids . Add ( gvd ); 19)yyp)){ kids . Add ( gvd );
@@ -31,9 +31,9 @@ public class GlobalDefinitions : SYMBOL{
31} 31}
32 32
33public override string yyname { get { return "GlobalDefinitions"; }} 33public override string yyname { get { return "GlobalDefinitions"; }}
34public override int yynum { get { return 96; }} 34public override int yynum { get { return 97; }}
35public GlobalDefinitions(Parser yyp):base(yyp){}} 35public GlobalDefinitions(Parser yyp):base(yyp){}}
36//%+GlobalVariableDeclaration+97 36//%+GlobalVariableDeclaration+98
37public class GlobalVariableDeclaration : SYMBOL{ 37public class GlobalVariableDeclaration : SYMBOL{
38 public GlobalVariableDeclaration (Parser yyp, Declaration d ):base(((LSLSyntax 38 public GlobalVariableDeclaration (Parser yyp, Declaration d ):base(((LSLSyntax
39)yyp)){ kids . Add ( d ); 39)yyp)){ kids . Add ( d );
@@ -43,9 +43,9 @@ public class GlobalVariableDeclaration : SYMBOL{
43} 43}
44 44
45public override string yyname { get { return "GlobalVariableDeclaration"; }} 45public override string yyname { get { return "GlobalVariableDeclaration"; }}
46public override int yynum { get { return 97; }} 46public override int yynum { get { return 98; }}
47public GlobalVariableDeclaration(Parser yyp):base(yyp){}} 47public GlobalVariableDeclaration(Parser yyp):base(yyp){}}
48//%+GlobalFunctionDefinition+98 48//%+GlobalFunctionDefinition+99
49public class GlobalFunctionDefinition : SYMBOL{ 49public class GlobalFunctionDefinition : SYMBOL{
50 private string m_returnType ; 50 private string m_returnType ;
51 private string m_name ; 51 private string m_name ;
@@ -65,9 +65,9 @@ public class GlobalFunctionDefinition : SYMBOL{
65} 65}
66 66
67public override string yyname { get { return "GlobalFunctionDefinition"; }} 67public override string yyname { get { return "GlobalFunctionDefinition"; }}
68public override int yynum { get { return 98; }} 68public override int yynum { get { return 99; }}
69public GlobalFunctionDefinition(Parser yyp):base(yyp){}} 69public GlobalFunctionDefinition(Parser yyp):base(yyp){}}
70//%+States+99 70//%+States+100
71public class States : SYMBOL{ 71public class States : SYMBOL{
72 public States (Parser yyp, State ds ):base(((LSLSyntax 72 public States (Parser yyp, State ds ):base(((LSLSyntax
73)yyp)){ kids . Add ( ds ); 73)yyp)){ kids . Add ( ds );
@@ -78,9 +78,9 @@ public class States : SYMBOL{
78} 78}
79 79
80public override string yyname { get { return "States"; }} 80public override string yyname { get { return "States"; }}
81public override int yynum { get { return 99; }} 81public override int yynum { get { return 100; }}
82public States(Parser yyp):base(yyp){}} 82public States(Parser yyp):base(yyp){}}
83//%+State+100 83//%+State+101
84public class State : SYMBOL{ 84public class State : SYMBOL{
85 private string m_name ; 85 private string m_name ;
86 public State (Parser yyp, string name , StateBody sb ):base(((LSLSyntax 86 public State (Parser yyp, string name , StateBody sb ):base(((LSLSyntax
@@ -94,9 +94,9 @@ public class State : SYMBOL{
94} 94}
95 95
96public override string yyname { get { return "State"; }} 96public override string yyname { get { return "State"; }}
97public override int yynum { get { return 100; }} 97public override int yynum { get { return 101; }}
98public State(Parser yyp):base(yyp){}} 98public State(Parser yyp):base(yyp){}}
99//%+StateBody+101 99//%+StateBody+102
100public class StateBody : SYMBOL{ 100public class StateBody : SYMBOL{
101 public StateBody (Parser yyp, StateBody sb , StateEvent se ):base(((LSLSyntax 101 public StateBody (Parser yyp, StateBody sb , StateEvent se ):base(((LSLSyntax
102)yyp)){ while (0< sb . kids . Count ) kids . Add ( sb . kids . Pop ()); 102)yyp)){ while (0< sb . kids . Count ) kids . Add ( sb . kids . Pop ());
@@ -107,9 +107,9 @@ public class StateBody : SYMBOL{
107} 107}
108 108
109public override string yyname { get { return "StateBody"; }} 109public override string yyname { get { return "StateBody"; }}
110public override int yynum { get { return 101; }} 110public override int yynum { get { return 102; }}
111public StateBody(Parser yyp):base(yyp){}} 111public StateBody(Parser yyp):base(yyp){}}
112//%+StateEvent+102 112//%+StateEvent+103
113public class StateEvent : SYMBOL{ 113public class StateEvent : SYMBOL{
114 private string m_name ; 114 private string m_name ;
115 public StateEvent (Parser yyp, string name , CompoundStatement cs ):base(((LSLSyntax 115 public StateEvent (Parser yyp, string name , CompoundStatement cs ):base(((LSLSyntax
@@ -128,9 +128,9 @@ public class StateEvent : SYMBOL{
128} 128}
129 129
130public override string yyname { get { return "StateEvent"; }} 130public override string yyname { get { return "StateEvent"; }}
131public override int yynum { get { return 102; }} 131public override int yynum { get { return 103; }}
132public StateEvent(Parser yyp):base(yyp){}} 132public StateEvent(Parser yyp):base(yyp){}}
133//%+ArgumentDeclarationList+103 133//%+ArgumentDeclarationList+104
134public class ArgumentDeclarationList : SYMBOL{ 134public class ArgumentDeclarationList : SYMBOL{
135 public ArgumentDeclarationList (Parser yyp, Declaration d ):base(((LSLSyntax 135 public ArgumentDeclarationList (Parser yyp, Declaration d ):base(((LSLSyntax
136)yyp)){ kids . Add ( d ); 136)yyp)){ kids . Add ( d );
@@ -141,9 +141,9 @@ public class ArgumentDeclarationList : SYMBOL{
141} 141}
142 142
143public override string yyname { get { return "ArgumentDeclarationList"; }} 143public override string yyname { get { return "ArgumentDeclarationList"; }}
144public override int yynum { get { return 103; }} 144public override int yynum { get { return 104; }}
145public ArgumentDeclarationList(Parser yyp):base(yyp){}} 145public ArgumentDeclarationList(Parser yyp):base(yyp){}}
146//%+Declaration+104 146//%+Declaration+105
147public class Declaration : SYMBOL{ 147public class Declaration : SYMBOL{
148 private string m_datatype ; 148 private string m_datatype ;
149 private string m_id ; 149 private string m_id ;
@@ -163,9 +163,9 @@ public class Declaration : SYMBOL{
163} 163}
164 164
165public override string yyname { get { return "Declaration"; }} 165public override string yyname { get { return "Declaration"; }}
166public override int yynum { get { return 104; }} 166public override int yynum { get { return 105; }}
167public Declaration(Parser yyp):base(yyp){}} 167public Declaration(Parser yyp):base(yyp){}}
168//%+Typename+105 168//%+Typename+106
169public class Typename : SYMBOL{ 169public class Typename : SYMBOL{
170 public string yytext ; 170 public string yytext ;
171 public Typename (Parser yyp, string text ):base(((LSLSyntax 171 public Typename (Parser yyp, string text ):base(((LSLSyntax
@@ -173,9 +173,9 @@ public class Typename : SYMBOL{
173} 173}
174 174
175public override string yyname { get { return "Typename"; }} 175public override string yyname { get { return "Typename"; }}
176public override int yynum { get { return 105; }} 176public override int yynum { get { return 106; }}
177public Typename(Parser yyp):base(yyp){}} 177public Typename(Parser yyp):base(yyp){}}
178//%+Event+106 178//%+Event+107
179public class Event : SYMBOL{ 179public class Event : SYMBOL{
180 public string yytext ; 180 public string yytext ;
181 public Event (Parser yyp, string text ):base(((LSLSyntax 181 public Event (Parser yyp, string text ):base(((LSLSyntax
@@ -183,9 +183,9 @@ public class Event : SYMBOL{
183} 183}
184 184
185public override string yyname { get { return "Event"; }} 185public override string yyname { get { return "Event"; }}
186public override int yynum { get { return 106; }} 186public override int yynum { get { return 107; }}
187public Event(Parser yyp):base(yyp){}} 187public Event(Parser yyp):base(yyp){}}
188//%+CompoundStatement+107 188//%+CompoundStatement+108
189public class CompoundStatement : SYMBOL{ 189public class CompoundStatement : SYMBOL{
190 public CompoundStatement (Parser yyp):base(((LSLSyntax 190 public CompoundStatement (Parser yyp):base(((LSLSyntax
191)yyp)){} 191)yyp)){}
@@ -194,9 +194,9 @@ public class CompoundStatement : SYMBOL{
194} 194}
195 195
196public override string yyname { get { return "CompoundStatement"; }} 196public override string yyname { get { return "CompoundStatement"; }}
197public override int yynum { get { return 107; }} 197public override int yynum { get { return 108; }}
198} 198}
199//%+StatementList+108 199//%+StatementList+109
200public class StatementList : SYMBOL{ 200public class StatementList : SYMBOL{
201 private void AddStatement ( Statement s ){ if ( s . kids . Top is IfStatement || s . kids . Top is WhileStatement || s . kids . Top is DoWhileStatement || s . kids . Top is ForLoop ) kids . Add ( s . kids . Pop ()); 201 private void AddStatement ( Statement s ){ if ( s . kids . Top is IfStatement || s . kids . Top is WhileStatement || s . kids . Top is DoWhileStatement || s . kids . Top is ForLoop ) kids . Add ( s . kids . Pop ());
202 else kids . Add ( s ); 202 else kids . Add ( s );
@@ -210,9 +210,9 @@ public class StatementList : SYMBOL{
210} 210}
211 211
212public override string yyname { get { return "StatementList"; }} 212public override string yyname { get { return "StatementList"; }}
213public override int yynum { get { return 108; }} 213public override int yynum { get { return 109; }}
214public StatementList(Parser yyp):base(yyp){}} 214public StatementList(Parser yyp):base(yyp){}}
215//%+Statement+109 215//%+Statement+110
216public class Statement : SYMBOL{ 216public class Statement : SYMBOL{
217 public Statement (Parser yyp, Declaration d ):base(((LSLSyntax 217 public Statement (Parser yyp, Declaration d ):base(((LSLSyntax
218)yyp)){ kids . Add ( d ); 218)yyp)){ kids . Add ( d );
@@ -258,9 +258,9 @@ public class Statement : SYMBOL{
258} 258}
259 259
260public override string yyname { get { return "Statement"; }} 260public override string yyname { get { return "Statement"; }}
261public override int yynum { get { return 109; }} 261public override int yynum { get { return 110; }}
262public Statement(Parser yyp):base(yyp){}} 262public Statement(Parser yyp):base(yyp){}}
263//%+EmptyStatement+110 263//%+EmptyStatement+111
264public class EmptyStatement : SYMBOL{ 264public class EmptyStatement : SYMBOL{
265 public EmptyStatement (Parser yyp):base(((LSLSyntax 265 public EmptyStatement (Parser yyp):base(((LSLSyntax
266)yyp)){} 266)yyp)){}
@@ -268,9 +268,9 @@ public class EmptyStatement : SYMBOL{
268} 268}
269 269
270public override string yyname { get { return "EmptyStatement"; }} 270public override string yyname { get { return "EmptyStatement"; }}
271public override int yynum { get { return 110; }} 271public override int yynum { get { return 111; }}
272} 272}
273//%+Assignment+111 273//%+Assignment+112
274public class Assignment : SYMBOL{ 274public class Assignment : SYMBOL{
275 protected string m_assignmentType ; 275 protected string m_assignmentType ;
276 public Assignment (Parser yyp, SYMBOL lhs , SYMBOL rhs , string assignmentType ):base(((LSLSyntax 276 public Assignment (Parser yyp, SYMBOL lhs , SYMBOL rhs , string assignmentType ):base(((LSLSyntax
@@ -290,9 +290,9 @@ public class Assignment : SYMBOL{
290} 290}
291 291
292public override string yyname { get { return "Assignment"; }} 292public override string yyname { get { return "Assignment"; }}
293public override int yynum { get { return 111; }} 293public override int yynum { get { return 112; }}
294public Assignment(Parser yyp):base(yyp){}} 294public Assignment(Parser yyp):base(yyp){}}
295//%+SimpleAssignment+112 295//%+SimpleAssignment+113
296public class SimpleAssignment : Assignment{ 296public class SimpleAssignment : Assignment{
297 public SimpleAssignment (Parser yyp, SYMBOL lhs , SYMBOL rhs , string assignmentType ):base(((LSLSyntax 297 public SimpleAssignment (Parser yyp, SYMBOL lhs , SYMBOL rhs , string assignmentType ):base(((LSLSyntax
298)yyp)){ m_assignmentType = assignmentType ; 298)yyp)){ m_assignmentType = assignmentType ;
@@ -302,9 +302,9 @@ public class SimpleAssignment : Assignment{
302} 302}
303 303
304public override string yyname { get { return "SimpleAssignment"; }} 304public override string yyname { get { return "SimpleAssignment"; }}
305public override int yynum { get { return 112; }} 305public override int yynum { get { return 113; }}
306public SimpleAssignment(Parser yyp):base(yyp){}} 306public SimpleAssignment(Parser yyp):base(yyp){}}
307//%+ReturnStatement+113 307//%+ReturnStatement+114
308public class ReturnStatement : SYMBOL{ 308public class ReturnStatement : SYMBOL{
309 public ReturnStatement (Parser yyp):base(((LSLSyntax 309 public ReturnStatement (Parser yyp):base(((LSLSyntax
310)yyp)){} 310)yyp)){}
@@ -314,9 +314,9 @@ public class ReturnStatement : SYMBOL{
314} 314}
315 315
316public override string yyname { get { return "ReturnStatement"; }} 316public override string yyname { get { return "ReturnStatement"; }}
317public override int yynum { get { return 113; }} 317public override int yynum { get { return 114; }}
318} 318}
319//%+JumpLabel+114 319//%+JumpLabel+115
320public class JumpLabel : SYMBOL{ 320public class JumpLabel : SYMBOL{
321 private string m_labelName ; 321 private string m_labelName ;
322 public JumpLabel (Parser yyp, string labelName ):base(((LSLSyntax 322 public JumpLabel (Parser yyp, string labelName ):base(((LSLSyntax
@@ -329,9 +329,9 @@ public class JumpLabel : SYMBOL{
329} 329}
330 330
331public override string yyname { get { return "JumpLabel"; }} 331public override string yyname { get { return "JumpLabel"; }}
332public override int yynum { get { return 114; }} 332public override int yynum { get { return 115; }}
333public JumpLabel(Parser yyp):base(yyp){}} 333public JumpLabel(Parser yyp):base(yyp){}}
334//%+JumpStatement+115 334//%+JumpStatement+116
335public class JumpStatement : SYMBOL{ 335public class JumpStatement : SYMBOL{
336 private string m_targetName ; 336 private string m_targetName ;
337 public JumpStatement (Parser yyp, string targetName ):base(((LSLSyntax 337 public JumpStatement (Parser yyp, string targetName ):base(((LSLSyntax
@@ -344,9 +344,9 @@ public class JumpStatement : SYMBOL{
344} 344}
345 345
346public override string yyname { get { return "JumpStatement"; }} 346public override string yyname { get { return "JumpStatement"; }}
347public override int yynum { get { return 115; }} 347public override int yynum { get { return 116; }}
348public JumpStatement(Parser yyp):base(yyp){}} 348public JumpStatement(Parser yyp):base(yyp){}}
349//%+StateChange+116 349//%+StateChange+117
350public class StateChange : SYMBOL{ 350public class StateChange : SYMBOL{
351 private string m_newState ; 351 private string m_newState ;
352 public StateChange (Parser yyp, string newState ):base(((LSLSyntax 352 public StateChange (Parser yyp, string newState ):base(((LSLSyntax
@@ -357,9 +357,9 @@ public class StateChange : SYMBOL{
357} 357}
358 358
359public override string yyname { get { return "StateChange"; }} 359public override string yyname { get { return "StateChange"; }}
360public override int yynum { get { return 116; }} 360public override int yynum { get { return 117; }}
361public StateChange(Parser yyp):base(yyp){}} 361public StateChange(Parser yyp):base(yyp){}}
362//%+IfStatement+117 362//%+IfStatement+118
363public class IfStatement : SYMBOL{ 363public class IfStatement : SYMBOL{
364 private void AddStatement ( Statement s ){ if (0< s . kids . Count && s . kids . Top is CompoundStatement ) kids . Add ( s . kids . Pop ()); 364 private void AddStatement ( Statement s ){ if (0< s . kids . Count && s . kids . Top is CompoundStatement ) kids . Add ( s . kids . Pop ());
365 else kids . Add ( s ); 365 else kids . Add ( s );
@@ -376,9 +376,9 @@ public class IfStatement : SYMBOL{
376} 376}
377 377
378public override string yyname { get { return "IfStatement"; }} 378public override string yyname { get { return "IfStatement"; }}
379public override int yynum { get { return 117; }} 379public override int yynum { get { return 118; }}
380public IfStatement(Parser yyp):base(yyp){}} 380public IfStatement(Parser yyp):base(yyp){}}
381//%+WhileStatement+118 381//%+WhileStatement+119
382public class WhileStatement : SYMBOL{ 382public class WhileStatement : SYMBOL{
383 public WhileStatement (Parser yyp, SYMBOL s , Statement st ):base(((LSLSyntax 383 public WhileStatement (Parser yyp, SYMBOL s , Statement st ):base(((LSLSyntax
384)yyp)){ kids . Add ( s ); 384)yyp)){ kids . Add ( s );
@@ -387,9 +387,9 @@ public class WhileStatement : SYMBOL{
387} 387}
388 388
389public override string yyname { get { return "WhileStatement"; }} 389public override string yyname { get { return "WhileStatement"; }}
390public override int yynum { get { return 118; }} 390public override int yynum { get { return 119; }}
391public WhileStatement(Parser yyp):base(yyp){}} 391public WhileStatement(Parser yyp):base(yyp){}}
392//%+DoWhileStatement+119 392//%+DoWhileStatement+120
393public class DoWhileStatement : SYMBOL{ 393public class DoWhileStatement : SYMBOL{
394 public DoWhileStatement (Parser yyp, SYMBOL s , Statement st ):base(((LSLSyntax 394 public DoWhileStatement (Parser yyp, SYMBOL s , Statement st ):base(((LSLSyntax
395)yyp)){ if (0< st . kids . Count && st . kids . Top is CompoundStatement ) kids . Add ( st . kids . Pop ()); 395)yyp)){ if (0< st . kids . Count && st . kids . Top is CompoundStatement ) kids . Add ( st . kids . Pop ());
@@ -398,9 +398,9 @@ public class DoWhileStatement : SYMBOL{
398} 398}
399 399
400public override string yyname { get { return "DoWhileStatement"; }} 400public override string yyname { get { return "DoWhileStatement"; }}
401public override int yynum { get { return 119; }} 401public override int yynum { get { return 120; }}
402public DoWhileStatement(Parser yyp):base(yyp){}} 402public DoWhileStatement(Parser yyp):base(yyp){}}
403//%+ForLoop+120 403//%+ForLoop+121
404public class ForLoop : SYMBOL{ 404public class ForLoop : SYMBOL{
405 public ForLoop (Parser yyp, ForLoopStatement flsa , Expression e , ForLoopStatement flsb , Statement s ):base(((LSLSyntax 405 public ForLoop (Parser yyp, ForLoopStatement flsa , Expression e , ForLoopStatement flsb , Statement s ):base(((LSLSyntax
406)yyp)){ kids . Add ( flsa ); 406)yyp)){ kids . Add ( flsa );
@@ -411,9 +411,9 @@ public class ForLoop : SYMBOL{
411} 411}
412 412
413public override string yyname { get { return "ForLoop"; }} 413public override string yyname { get { return "ForLoop"; }}
414public override int yynum { get { return 120; }} 414public override int yynum { get { return 121; }}
415public ForLoop(Parser yyp):base(yyp){}} 415public ForLoop(Parser yyp):base(yyp){}}
416//%+ForLoopStatement+121 416//%+ForLoopStatement+122
417public class ForLoopStatement : SYMBOL{ 417public class ForLoopStatement : SYMBOL{
418 public ForLoopStatement (Parser yyp, Expression e ):base(((LSLSyntax 418 public ForLoopStatement (Parser yyp, Expression e ):base(((LSLSyntax
419)yyp)){ kids . Add ( e ); 419)yyp)){ kids . Add ( e );
@@ -431,9 +431,9 @@ public class ForLoopStatement : SYMBOL{
431} 431}
432 432
433public override string yyname { get { return "ForLoopStatement"; }} 433public override string yyname { get { return "ForLoopStatement"; }}
434public override int yynum { get { return 121; }} 434public override int yynum { get { return 122; }}
435public ForLoopStatement(Parser yyp):base(yyp){}} 435public ForLoopStatement(Parser yyp):base(yyp){}}
436//%+FunctionCall+122 436//%+FunctionCall+123
437public class FunctionCall : SYMBOL{ 437public class FunctionCall : SYMBOL{
438 private string m_id ; 438 private string m_id ;
439 public FunctionCall (Parser yyp, string id , ArgumentList al ):base(((LSLSyntax 439 public FunctionCall (Parser yyp, string id , ArgumentList al ):base(((LSLSyntax
@@ -447,9 +447,9 @@ public class FunctionCall : SYMBOL{
447} 447}
448 448
449public override string yyname { get { return "FunctionCall"; }} 449public override string yyname { get { return "FunctionCall"; }}
450public override int yynum { get { return 122; }} 450public override int yynum { get { return 123; }}
451public FunctionCall(Parser yyp):base(yyp){}} 451public FunctionCall(Parser yyp):base(yyp){}}
452//%+ArgumentList+123 452//%+ArgumentList+124
453public class ArgumentList : SYMBOL{ 453public class ArgumentList : SYMBOL{
454 public ArgumentList (Parser yyp, Argument a ):base(((LSLSyntax 454 public ArgumentList (Parser yyp, Argument a ):base(((LSLSyntax
455)yyp)){ AddArgument ( a ); 455)yyp)){ AddArgument ( a );
@@ -463,14 +463,14 @@ public class ArgumentList : SYMBOL{
463} 463}
464 464
465public override string yyname { get { return "ArgumentList"; }} 465public override string yyname { get { return "ArgumentList"; }}
466public override int yynum { get { return 123; }} 466public override int yynum { get { return 124; }}
467public ArgumentList(Parser yyp):base(yyp){}} 467public ArgumentList(Parser yyp):base(yyp){}}
468//%+Argument+124 468//%+Argument+125
469public class Argument : SYMBOL{ 469public class Argument : SYMBOL{
470public override string yyname { get { return "Argument"; }} 470public override string yyname { get { return "Argument"; }}
471public override int yynum { get { return 124; }} 471public override int yynum { get { return 125; }}
472public Argument(Parser yyp):base(yyp){}} 472public Argument(Parser yyp):base(yyp){}}
473//%+ExpressionArgument+125 473//%+ExpressionArgument+126
474public class ExpressionArgument : Argument{ 474public class ExpressionArgument : Argument{
475 public ExpressionArgument (Parser yyp, Expression e ):base(((LSLSyntax 475 public ExpressionArgument (Parser yyp, Expression e ):base(((LSLSyntax
476)yyp)){ if ( e is ConstantExpression ) while (0< e . kids . Count ) kids . Add ( e . kids . Pop ()); 476)yyp)){ if ( e is ConstantExpression ) while (0< e . kids . Count ) kids . Add ( e . kids . Pop ());
@@ -478,9 +478,9 @@ public class ExpressionArgument : Argument{
478} 478}
479 479
480public override string yyname { get { return "ExpressionArgument"; }} 480public override string yyname { get { return "ExpressionArgument"; }}
481public override int yynum { get { return 125; }} 481public override int yynum { get { return 126; }}
482public ExpressionArgument(Parser yyp):base(yyp){}} 482public ExpressionArgument(Parser yyp):base(yyp){}}
483//%+Constant+126 483//%+Constant+127
484public class Constant : SYMBOL{ 484public class Constant : SYMBOL{
485 private string m_type ; 485 private string m_type ;
486 private string m_val ; 486 private string m_val ;
@@ -502,9 +502,9 @@ public class Constant : SYMBOL{
502} 502}
503 503
504public override string yyname { get { return "Constant"; }} 504public override string yyname { get { return "Constant"; }}
505public override int yynum { get { return 126; }} 505public override int yynum { get { return 127; }}
506public Constant(Parser yyp):base(yyp){}} 506public Constant(Parser yyp):base(yyp){}}
507//%+VectorConstant+127 507//%+VectorConstant+128
508public class VectorConstant : Constant{ 508public class VectorConstant : Constant{
509 public VectorConstant (Parser yyp, Expression valX , Expression valY , Expression valZ ):base(((LSLSyntax 509 public VectorConstant (Parser yyp, Expression valX , Expression valY , Expression valZ ):base(((LSLSyntax
510)yyp),"vector", null ){ kids . Add ( valX ); 510)yyp),"vector", null ){ kids . Add ( valX );
@@ -513,9 +513,9 @@ public class VectorConstant : Constant{
513} 513}
514 514
515public override string yyname { get { return "VectorConstant"; }} 515public override string yyname { get { return "VectorConstant"; }}
516public override int yynum { get { return 127; }} 516public override int yynum { get { return 128; }}
517public VectorConstant(Parser yyp):base(yyp){}} 517public VectorConstant(Parser yyp):base(yyp){}}
518//%+RotationConstant+128 518//%+RotationConstant+129
519public class RotationConstant : Constant{ 519public class RotationConstant : Constant{
520 public RotationConstant (Parser yyp, Expression valX , Expression valY , Expression valZ , Expression valS ):base(((LSLSyntax 520 public RotationConstant (Parser yyp, Expression valX , Expression valY , Expression valZ , Expression valS ):base(((LSLSyntax
521)yyp),"rotation", null ){ kids . Add ( valX ); 521)yyp),"rotation", null ){ kids . Add ( valX );
@@ -525,36 +525,36 @@ public class RotationConstant : Constant{
525} 525}
526 526
527public override string yyname { get { return "RotationConstant"; }} 527public override string yyname { get { return "RotationConstant"; }}
528public override int yynum { get { return 128; }} 528public override int yynum { get { return 129; }}
529public RotationConstant(Parser yyp):base(yyp){}} 529public RotationConstant(Parser yyp):base(yyp){}}
530//%+ListConstant+129 530//%+ListConstant+130
531public class ListConstant : Constant{ 531public class ListConstant : Constant{
532 public ListConstant (Parser yyp, ArgumentList al ):base(((LSLSyntax 532 public ListConstant (Parser yyp, ArgumentList al ):base(((LSLSyntax
533)yyp),"list", null ){ kids . Add ( al ); 533)yyp),"list", null ){ kids . Add ( al );
534} 534}
535 535
536public override string yyname { get { return "ListConstant"; }} 536public override string yyname { get { return "ListConstant"; }}
537public override int yynum { get { return 129; }} 537public override int yynum { get { return 130; }}
538public ListConstant(Parser yyp):base(yyp){}} 538public ListConstant(Parser yyp):base(yyp){}}
539//%+Expression+130 539//%+Expression+131
540public class Expression : SYMBOL{ 540public class Expression : SYMBOL{
541 protected void AddExpression ( Expression e ){ if ( e is ConstantExpression ) while (0< e . kids . Count ) kids . Add ( e . kids . Pop ()); 541 protected void AddExpression ( Expression e ){ if ( e is ConstantExpression ) while (0< e . kids . Count ) kids . Add ( e . kids . Pop ());
542 else kids . Add ( e ); 542 else kids . Add ( e );
543} 543}
544 544
545public override string yyname { get { return "Expression"; }} 545public override string yyname { get { return "Expression"; }}
546public override int yynum { get { return 130; }} 546public override int yynum { get { return 131; }}
547public Expression(Parser yyp):base(yyp){}} 547public Expression(Parser yyp):base(yyp){}}
548//%+ConstantExpression+131 548//%+ConstantExpression+132
549public class ConstantExpression : Expression{ 549public class ConstantExpression : Expression{
550 public ConstantExpression (Parser yyp, Constant c ):base(((LSLSyntax 550 public ConstantExpression (Parser yyp, Constant c ):base(((LSLSyntax
551)yyp)){ kids . Add ( c ); 551)yyp)){ kids . Add ( c );
552} 552}
553 553
554public override string yyname { get { return "ConstantExpression"; }} 554public override string yyname { get { return "ConstantExpression"; }}
555public override int yynum { get { return 131; }} 555public override int yynum { get { return 132; }}
556public ConstantExpression(Parser yyp):base(yyp){}} 556public ConstantExpression(Parser yyp):base(yyp){}}
557//%+IdentExpression+132 557//%+IdentExpression+133
558public class IdentExpression : Expression{ 558public class IdentExpression : Expression{
559 protected string m_name ; 559 protected string m_name ;
560 public IdentExpression (Parser yyp, string name ):base(((LSLSyntax 560 public IdentExpression (Parser yyp, string name ):base(((LSLSyntax
@@ -567,9 +567,9 @@ public class IdentExpression : Expression{
567} 567}
568 568
569public override string yyname { get { return "IdentExpression"; }} 569public override string yyname { get { return "IdentExpression"; }}
570public override int yynum { get { return 132; }} 570public override int yynum { get { return 133; }}
571public IdentExpression(Parser yyp):base(yyp){}} 571public IdentExpression(Parser yyp):base(yyp){}}
572//%+IdentDotExpression+133 572//%+IdentDotExpression+134
573public class IdentDotExpression : IdentExpression{ 573public class IdentDotExpression : IdentExpression{
574 private string m_member ; 574 private string m_member ;
575 public IdentDotExpression (Parser yyp, string name , string member ):base(((LSLSyntax 575 public IdentDotExpression (Parser yyp, string name , string member ):base(((LSLSyntax
@@ -583,18 +583,18 @@ public class IdentDotExpression : IdentExpression{
583} 583}
584 584
585public override string yyname { get { return "IdentDotExpression"; }} 585public override string yyname { get { return "IdentDotExpression"; }}
586public override int yynum { get { return 133; }} 586public override int yynum { get { return 134; }}
587public IdentDotExpression(Parser yyp):base(yyp){}} 587public IdentDotExpression(Parser yyp):base(yyp){}}
588//%+FunctionCallExpression+134 588//%+FunctionCallExpression+135
589public class FunctionCallExpression : Expression{ 589public class FunctionCallExpression : Expression{
590 public FunctionCallExpression (Parser yyp, FunctionCall fc ):base(((LSLSyntax 590 public FunctionCallExpression (Parser yyp, FunctionCall fc ):base(((LSLSyntax
591)yyp)){ kids . Add ( fc ); 591)yyp)){ kids . Add ( fc );
592} 592}
593 593
594public override string yyname { get { return "FunctionCallExpression"; }} 594public override string yyname { get { return "FunctionCallExpression"; }}
595public override int yynum { get { return 134; }} 595public override int yynum { get { return 135; }}
596public FunctionCallExpression(Parser yyp):base(yyp){}} 596public FunctionCallExpression(Parser yyp):base(yyp){}}
597//%+BinaryExpression+135 597//%+BinaryExpression+136
598public class BinaryExpression : Expression{ 598public class BinaryExpression : Expression{
599 private string m_expressionSymbol ; 599 private string m_expressionSymbol ;
600 public BinaryExpression (Parser yyp, Expression lhs , Expression rhs , string expressionSymbol ):base(((LSLSyntax 600 public BinaryExpression (Parser yyp, Expression lhs , Expression rhs , string expressionSymbol ):base(((LSLSyntax
@@ -609,9 +609,9 @@ public class BinaryExpression : Expression{
609} 609}
610 610
611public override string yyname { get { return "BinaryExpression"; }} 611public override string yyname { get { return "BinaryExpression"; }}
612public override int yynum { get { return 135; }} 612public override int yynum { get { return 136; }}
613public BinaryExpression(Parser yyp):base(yyp){}} 613public BinaryExpression(Parser yyp):base(yyp){}}
614//%+UnaryExpression+136 614//%+UnaryExpression+137
615public class UnaryExpression : Expression{ 615public class UnaryExpression : Expression{
616 private string m_unarySymbol ; 616 private string m_unarySymbol ;
617 public UnaryExpression (Parser yyp, string unarySymbol , Expression e ):base(((LSLSyntax 617 public UnaryExpression (Parser yyp, string unarySymbol , Expression e ):base(((LSLSyntax
@@ -625,9 +625,9 @@ public class UnaryExpression : Expression{
625} 625}
626 626
627public override string yyname { get { return "UnaryExpression"; }} 627public override string yyname { get { return "UnaryExpression"; }}
628public override int yynum { get { return 136; }} 628public override int yynum { get { return 137; }}
629public UnaryExpression(Parser yyp):base(yyp){}} 629public UnaryExpression(Parser yyp):base(yyp){}}
630//%+TypecastExpression+137 630//%+TypecastExpression+138
631public class TypecastExpression : Expression{ 631public class TypecastExpression : Expression{
632 private string m_typecastType ; 632 private string m_typecastType ;
633 public TypecastExpression (Parser yyp, string typecastType , SYMBOL rhs ):base(((LSLSyntax 633 public TypecastExpression (Parser yyp, string typecastType , SYMBOL rhs ):base(((LSLSyntax
@@ -641,18 +641,18 @@ public class TypecastExpression : Expression{
641} 641}
642 642
643public override string yyname { get { return "TypecastExpression"; }} 643public override string yyname { get { return "TypecastExpression"; }}
644public override int yynum { get { return 137; }} 644public override int yynum { get { return 138; }}
645public TypecastExpression(Parser yyp):base(yyp){}} 645public TypecastExpression(Parser yyp):base(yyp){}}
646//%+ParenthesisExpression+138 646//%+ParenthesisExpression+139
647public class ParenthesisExpression : Expression{ 647public class ParenthesisExpression : Expression{
648 public ParenthesisExpression (Parser yyp, SYMBOL s ):base(((LSLSyntax 648 public ParenthesisExpression (Parser yyp, SYMBOL s ):base(((LSLSyntax
649)yyp)){ kids . Add ( s ); 649)yyp)){ kids . Add ( s );
650} 650}
651 651
652public override string yyname { get { return "ParenthesisExpression"; }} 652public override string yyname { get { return "ParenthesisExpression"; }}
653public override int yynum { get { return 138; }} 653public override int yynum { get { return 139; }}
654public ParenthesisExpression(Parser yyp):base(yyp){}} 654public ParenthesisExpression(Parser yyp):base(yyp){}}
655//%+IncrementDecrementExpression+139 655//%+IncrementDecrementExpression+140
656public class IncrementDecrementExpression : Expression{ 656public class IncrementDecrementExpression : Expression{
657 private string m_name ; 657 private string m_name ;
658 private string m_operation ; 658 private string m_operation ;
@@ -680,7 +680,7 @@ public class IncrementDecrementExpression : Expression{
680} 680}
681 681
682public override string yyname { get { return "IncrementDecrementExpression"; }} 682public override string yyname { get { return "IncrementDecrementExpression"; }}
683public override int yynum { get { return 139; }} 683public override int yynum { get { return 140; }}
684public IncrementDecrementExpression(Parser yyp):base(yyp){}} 684public IncrementDecrementExpression(Parser yyp):base(yyp){}}
685 685
686public class LSLProgramRoot_1 : LSLProgramRoot { 686public class LSLProgramRoot_1 : LSLProgramRoot {
@@ -1933,6 +1933,11 @@ public class Event_33 : Event {
1933 public Event_33(Parser yyq):base(yyq, 1933 public Event_33(Parser yyq):base(yyq,
1934 ((TOUCH_START_EVENT)(yyq.StackAt(0).m_value)) 1934 ((TOUCH_START_EVENT)(yyq.StackAt(0).m_value))
1935 .yytext){}} 1935 .yytext){}}
1936
1937public class Event_34 : Event {
1938 public Event_34(Parser yyq):base(yyq,
1939 ((HTTP_REQUEST_EVENT)(yyq.StackAt(0).m_value))
1940 .yytext){}}
1936public class yyLSLSyntax 1941public class yyLSLSyntax
1937: YyParser { 1942: YyParser {
1938 public override object Action(Parser yyq,SYMBOL yysym, int yyact) { 1943 public override object Action(Parser yyq,SYMBOL yysym, int yyact) {
@@ -1964,10 +1969,10 @@ public yyLSLSyntax
19640,103,0,114,0, 19690,103,0,114,0,
196597,0,109,0,82, 197097,0,109,0,82,
19660,111,0,111,0, 19710,111,0,111,0,
1967116,0,1,95,1, 1972116,0,1,96,1,
19682,104,18,1,2610, 19732,104,18,1,2614,
1969102,2,0,105,5, 1974102,2,0,105,5,
1970313,1,0,106,18, 1975314,1,0,106,18,
19711,0,0,2,0, 19761,0,0,2,0,
19721,1,107,18,1, 19771,1,107,18,1,
19731,108,20,109,4, 19781,108,20,109,4,
@@ -2028,12 +2033,12 @@ public yyLSLSyntax
2028121,0,112,0,101, 2033121,0,112,0,101,
20290,110,0,97,0, 20340,110,0,97,0,
2030109,0,101,0,1, 2035109,0,101,0,1,
2031105,1,2,2,0, 2036106,1,2,2,0,
20321,9,131,18,1, 20371,9,131,18,1,
20339,132,20,133,4, 20389,132,20,133,4,
203410,73,0,68,0, 203910,73,0,68,0,
203569,0,78,0,84, 204069,0,78,0,84,
20360,1,91,1,1, 20410,1,92,1,1,
20372,0,1,10,134, 20422,0,1,10,134,
203818,1,10,135,20, 204318,1,10,135,20,
2039136,4,20,76,0, 2044136,4,20,76,0,
@@ -2057,7 +2062,7 @@ public yyLSLSyntax
2057105,0,111,0,110, 2062105,0,111,0,110,
20580,76,0,105,0, 20630,76,0,105,0,
2059115,0,116,0,1, 2064115,0,116,0,1,
2060103,1,2,2,0, 2065104,1,2,2,0,
20611,21,142,18,1, 20661,21,142,18,1,
206221,143,20,144,4, 206721,143,20,144,4,
206310,67,0,79,0, 206810,67,0,79,0,
@@ -2072,7 +2077,7 @@ public yyLSLSyntax
20720,97,0,116,0, 20770,97,0,116,0,
2073101,0,109,0,101, 2078101,0,109,0,101,
20740,110,0,116,0, 20790,110,0,116,0,
20751,121,1,2,2, 20801,122,1,2,2,
20760,1,1695,148,18, 20810,1,1695,148,18,
20771,1695,143,2,0, 20821,1695,143,2,0,
20781,30,149,18,1, 20831,30,149,18,1,
@@ -2081,7 +2086,7 @@ public yyLSLSyntax
208199,0,108,0,97, 208699,0,108,0,97,
20820,114,0,97,0, 20870,114,0,97,0,
2083116,0,105,0,111, 2088116,0,105,0,111,
20840,110,0,1,104, 20890,110,0,1,105,
20851,2,2,0,1, 20901,2,2,0,1,
208631,152,18,1,31, 209131,152,18,1,31,
2087153,20,154,4,22, 2092153,20,154,4,22,
@@ -2108,7 +2113,7 @@ public yyLSLSyntax
21080,115,0,105,0, 21130,115,0,105,0,
2109103,0,110,0,109, 2114103,0,110,0,109,
21100,101,0,110,0, 21150,101,0,110,0,
2111116,0,1,112,1, 2116116,0,1,113,1,
21122,2,0,1,1117, 21172,2,0,1,1117,
2113162,18,1,1117,163, 2118162,18,1,1117,163,
211420,164,4,28,80, 211920,164,4,28,80,
@@ -2128,7 +2133,7 @@ public yyLSLSyntax
21280,112,0,114,0, 21330,112,0,114,0,
2129101,0,115,0,115, 2134101,0,115,0,115,
21300,105,0,111,0, 21350,105,0,111,0,
2131110,0,1,130,1, 2136110,0,1,131,1,
21322,2,0,1,43, 21372,2,0,1,43,
2133170,18,1,43,171, 2138170,18,1,43,171,
213420,172,4,22,82, 213920,172,4,22,82,
@@ -2307,7 +2312,7 @@ public yyLSLSyntax
230783,0,116,0,97, 231283,0,116,0,97,
23080,116,0,101,0, 23130,116,0,101,0,
2309109,0,101,0,110, 2314109,0,101,0,110,
23100,116,0,1,109, 23150,116,0,1,110,
23111,2,2,0,1, 23161,2,2,0,1,
23122356,252,18,1,2356, 23172356,252,18,1,2356,
2313253,20,254,4,22, 2318253,20,254,4,22,
@@ -2324,579 +2329,595 @@ public yyLSLSyntax
23241,1804,258,20,259, 23291,1804,258,20,259,
23254,4,68,0,79, 23304,4,68,0,79,
23260,1,44,1,1, 23310,1,44,1,1,
23272,0,1,2363,260, 23322,0,1,2591,260,
232818,1,2363,261,20, 233318,1,2591,191,2,
2329262,4,34,67,0, 23340,1,2363,261,18,
2330111,0,109,0,112, 23351,2363,262,20,263,
23310,111,0,117,0, 23364,34,67,0,111,
2332110,0,100,0,83, 23370,109,0,112,0,
23330,116,0,97,0, 2338111,0,117,0,110,
2334116,0,101,0,109, 23390,100,0,83,0,
23350,101,0,110,0, 2340116,0,97,0,116,
2336116,0,1,107,1, 23410,101,0,109,0,
23372,2,0,1,2364, 2342101,0,110,0,116,
2338263,18,1,2364,150, 23430,1,108,1,2,
23392,0,1,137,264, 23442,0,1,2364,264,
234018,1,137,265,20, 234518,1,2364,150,2,
2341266,4,36,69,0, 23460,1,137,265,18,
234288,0,67,0,76, 23471,137,266,20,267,
23430,65,0,77,0, 23484,36,69,0,88,
234465,0,84,0,73, 23490,67,0,76,0,
23450,79,0,78,0, 235065,0,77,0,65,
234695,0,69,0,81, 23510,84,0,73,0,
23470,85,0,65,0, 235279,0,78,0,95,
234876,0,83,0,1, 23530,69,0,81,0,
234930,1,1,2,0, 235485,0,65,0,76,
23501,2366,267,18,1, 23550,83,0,1,30,
23512366,132,2,0,1, 23561,1,2,0,1,
23522367,268,18,1,2367, 23572366,268,18,1,2366,
2353156,2,0,1,1701, 2358132,2,0,1,2367,
2354269,18,1,1701,168, 2359269,18,1,2367,156,
23552,0,1,1756,270, 23602,0,1,1701,270,
235618,1,1756,191,2, 236118,1,1701,168,2,
23570,1,2370,271,18, 23620,1,1756,271,18,
23581,2370,272,20,273, 23631,1756,191,2,0,
23594,22,84,0,79, 23641,2370,272,18,1,
23600,85,0,67,0, 23652370,273,20,274,4,
236172,0,95,0,69, 236630,84,0,79,0,
236785,0,67,0,72,
23680,95,0,69,0,
236978,0,68,0,95,
23700,69,0,86,0,
237169,0,78,0,84,
23720,1,90,1,1,
23732,0,1,143,275,
237418,1,143,168,2,
23750,1,2372,276,18,
23761,2372,277,20,278,
23774,22,84,0,73,
23780,77,0,69,0,
237982,0,95,0,69,
23620,86,0,69,0, 23800,86,0,69,0,
236378,0,84,0,1, 238178,0,84,0,1,
236488,1,1,2,0, 238287,1,1,2,0,
23651,143,274,18,1, 23831,2373,279,18,1,
2366143,168,2,0,1, 23842373,280,20,281,4,
23672372,275,18,1,2372, 238532,83,0,84,0,
2368276,20,277,4,32, 238665,0,84,0,69,
236983,0,84,0,65, 23870,95,0,69,0,
23700,84,0,69,0, 238888,0,73,0,84,
237195,0,69,0,88,
23720,73,0,84,0,
237395,0,69,0,86,
23740,69,0,78,0,
237584,0,1,86,1,
23761,2,0,1,2373,
2377278,18,1,2373,279,
237820,280,4,34,83,
23790,84,0,65,0,
238084,0,69,0,95,
23810,69,0,78,0,
238284,0,82,0,89,
23830,95,0,69,0, 23890,95,0,69,0,
238486,0,69,0,78, 239086,0,69,0,78,
23850,84,0,1,85, 23910,84,0,1,86,
23861,1,2,0,1, 23921,1,2,0,1,
23871260,281,18,1,1260, 23931260,282,18,1,1260,
2388160,2,0,1,1261, 2394160,2,0,1,1261,
2389282,18,1,1261,283, 2395283,18,1,1261,284,
239020,284,4,22,80, 239620,285,4,22,80,
23910,76,0,85,0, 23970,76,0,85,0,
239283,0,95,0,69, 239883,0,95,0,69,
23930,81,0,85,0, 23990,81,0,85,0,
239465,0,76,0,83, 240065,0,76,0,83,
23950,1,6,1,1, 24010,1,6,1,1,
23962,0,1,2376,285, 24022,0,1,2376,286,
239718,1,2376,286,20, 240318,1,2376,287,20,
2398287,4,34,82,0, 2404288,4,52,82,0,
239969,0,77,0,79, 240585,0,78,0,95,
24000,84,0,69,0, 24060,84,0,73,0,
240195,0,68,0,65, 240777,0,69,0,95,
24020,84,0,65,0, 24080,80,0,69,0,
240395,0,69,0,86, 240982,0,77,0,73,
24040,69,0,78,0, 24100,83,0,83,0,
240584,0,1,82,1, 241173,0,79,0,78,
24061,2,0,1,2377, 24120,83,0,95,0,
2407288,18,1,2377,289, 241369,0,86,0,69,
240820,290,4,24,79, 24140,78,0,84,0,
24090,78,0,95,0, 24151,83,1,1,2,
241082,0,69,0,90, 24160,1,2377,289,18,
24110,95,0,69,0, 24171,2377,290,20,291,
241286,0,69,0,78, 24184,34,82,0,69,
24130,84,0,1,81, 24190,77,0,79,0,
24141,1,2,0,1, 242084,0,69,0,95,
24152378,291,18,1,2378, 24210,68,0,65,0,
2416292,20,293,4,32, 242284,0,65,0,95,
241779,0,66,0,74, 24230,69,0,86,0,
24180,69,0,67,0, 242469,0,78,0,84,
241984,0,95,0,82, 24250,1,82,1,1,
24262,0,1,2378,292,
242718,1,2378,293,20,
2428294,4,24,79,0,
242978,0,95,0,82,
24200,69,0,90,0, 24300,69,0,90,0,
242195,0,69,0,86, 243195,0,69,0,86,
24220,69,0,78,0, 24320,69,0,78,0,
242384,0,1,80,1, 243384,0,1,81,1,
24241,2,0,1,151, 24341,2,0,1,151,
2425294,18,1,151,295, 2435295,18,1,151,296,
242620,296,4,26,69, 243620,297,4,26,69,
24270,81,0,85,0, 24370,81,0,85,0,
242865,0,76,0,83, 243865,0,76,0,83,
24290,95,0,69,0, 24390,95,0,69,0,
243081,0,85,0,65, 244081,0,85,0,65,
24310,76,0,83,0, 24410,76,0,83,0,
24321,29,1,1,2, 24421,29,1,1,2,
24330,1,2380,297,18, 24430,1,2380,298,18,
24341,2380,298,20,299, 24441,2380,299,20,300,
24354,46,78,0,79, 24454,38,78,0,79,
24360,84,0,95,0, 24460,84,0,95,0,
243765,0,84,0,95, 244765,0,84,0,95,
24380,82,0,79,0, 24480,84,0,65,0,
243984,0,95,0,84, 244982,0,71,0,69,
24400,65,0,82,0,
244171,0,69,0,84,
24420,95,0,69,0,
244386,0,69,0,78,
24440,84,0,1,78,
24451,1,2,0,1,
24461267,300,18,1,1267,
2447168,2,0,1,2382,
2448301,18,1,2382,302,
244920,303,4,36,77,
24500,79,0,86,0,
245173,0,78,0,71,
24520,95,0,83,0,
245384,0,65,0,82,
24540,84,0,95,0, 24500,84,0,95,0,
245569,0,86,0,69, 245169,0,86,0,69,
24560,78,0,84,0, 24520,78,0,84,0,
24571,76,1,1,2, 24531,79,1,1,2,
24580,1,2383,304,18, 24540,1,1267,301,18,
24591,2383,305,20,306, 24551,1267,168,2,0,
24604,32,77,0,79, 24561,2382,302,18,1,
24610,86,0,73,0, 24572382,303,20,304,4,
246278,0,71,0,95, 245830,78,0,79,0,
24630,69,0,78,0, 245995,0,83,0,69,
246468,0,95,0,69, 24600,78,0,83,0,
246179,0,82,0,95,
24620,69,0,86,0,
246369,0,78,0,84,
24640,1,77,1,1,
24652,0,1,2383,305,
246618,1,2383,306,20,
2467307,4,36,77,0,
246879,0,86,0,73,
24690,78,0,71,0,
247095,0,83,0,84,
24710,65,0,82,0,
247284,0,95,0,69,
24650,86,0,69,0, 24730,86,0,69,0,
246678,0,84,0,1, 247478,0,84,0,1,
246775,1,1,2,0, 247576,1,1,2,0,
24681,2310,307,18,1, 24761,2310,308,18,1,
24692310,308,20,309,4, 24772310,309,20,310,4,
247026,83,0,116,0, 247826,83,0,116,0,
247197,0,116,0,101, 247997,0,116,0,101,
24720,109,0,101,0, 24800,109,0,101,0,
2473110,0,116,0,76, 2481110,0,116,0,76,
24740,105,0,115,0, 24820,105,0,115,0,
2475116,0,1,108,1, 2483116,0,1,109,1,
24762,2,0,1,157, 24842,2,0,1,157,
2477310,18,1,157,168, 2485311,18,1,157,168,
24782,0,1,2386,311, 24862,0,1,2386,312,
247918,1,2386,312,20, 248718,1,2386,313,20,
2480313,4,36,76,0, 2488314,4,24,76,0,
248173,0,78,0,75, 248973,0,83,0,84,
24820,95,0,77,0, 24900,69,0,78,0,
248369,0,83,0,83, 249195,0,69,0,86,
24840,65,0,71,0, 24920,69,0,78,0,
248569,0,95,0,69, 249384,0,1,73,1,
24941,2,0,1,1773,
2495315,18,1,1773,146,
24962,0,1,2388,316,
249718,1,2388,317,20,
2498318,4,52,76,0,
249965,0,78,0,68,
25000,95,0,67,0,
250179,0,76,0,76,
25020,73,0,83,0,
250373,0,79,0,78,
25040,95,0,83,0,
250584,0,65,0,82,
25060,84,0,95,0,
250769,0,86,0,69,
25080,78,0,84,0,
25091,71,1,1,2,
25100,1,1832,319,18,
25111,1832,250,2,0,
25121,1833,320,18,1,
25131833,321,20,322,4,
251410,87,0,72,0,
251573,0,76,0,69,
25160,1,45,1,1,
25172,0,1,1834,323,
251818,1,1834,135,2,
25190,1,2392,324,18,
25201,2392,325,20,326,
25214,22,69,0,77,
25220,65,0,73,0,
252376,0,95,0,69,
24860,86,0,69,0, 25240,86,0,69,0,
248778,0,84,0,1, 252578,0,84,0,1,
248872,1,1,2,0, 252667,1,1,2,0,
24891,1773,314,18,1, 25271,2393,327,18,1,
24901773,146,2,0,1, 25282393,328,20,329,4,
24912388,315,18,1,2388, 252932,68,0,65,0,
2492316,20,317,4,48, 253084,0,65,0,83,
249376,0,65,0,78, 25310,69,0,82,0,
24940,68,0,95,0, 253286,0,69,0,82,
249567,0,79,0,76,
24960,76,0,73,0,
249783,0,73,0,79,
24980,78,0,95,0,
249969,0,78,0,68,
25000,95,0,69,0, 25330,95,0,69,0,
250186,0,69,0,78, 253486,0,69,0,78,
25020,84,0,1,70, 25350,84,0,1,66,
25031,1,2,0,1, 25361,1,2,0,1,
25041832,318,18,1,1832, 2537166,330,18,1,166,
2505250,2,0,1,1833, 2538331,20,332,4,20,
2506319,18,1,1833,320, 253976,0,69,0,70,
250720,321,4,10,87, 25400,84,0,95,0,
25080,72,0,73,0, 254165,0,78,0,71,
250976,0,69,0,1, 25420,76,0,69,0,
251045,1,1,2,0, 25431,25,1,1,2,
25111,1834,322,18,1, 25440,1,2395,333,18,
25121834,135,2,0,1, 25451,2395,334,20,335,
25132392,323,18,1,2392, 25464,42,67,0,79,
2514324,20,325,4,32, 25470,76,0,76,0,
251568,0,65,0,84, 254873,0,83,0,73,
25160,65,0,83,0,
251769,0,82,0,86,
25180,69,0,82,0,
251995,0,69,0,86,
25200,69,0,78,0,
252184,0,1,66,1,
25221,2,0,1,2393,
2523326,18,1,2393,327,
252420,328,4,26,67,
25250,79,0,78,0, 25490,79,0,78,0,
252684,0,82,0,79, 255095,0,83,0,84,
25270,76,0,95,0, 25510,65,0,82,0,
252869,0,86,0,69, 255284,0,95,0,69,
25290,78,0,84,0,
25301,65,1,1,2,
25310,1,166,329,18,
25321,166,330,20,331,
25334,20,76,0,69,
25340,70,0,84,0,
253595,0,65,0,78,
25360,71,0,76,0,
253769,0,1,25,1,
25381,2,0,1,2395,
2539332,18,1,2395,333,
254020,334,4,38,67,
25410,79,0,76,0,
254276,0,73,0,83,
25430,73,0,79,0,
254478,0,95,0,69,
25450,78,0,68,0,
254695,0,69,0,86,
25470,69,0,78,0,
254884,0,1,63,1,
25491,2,0,1,2396,
2550335,18,1,2396,336,
255120,337,4,30,67,
25520,79,0,76,0,
255376,0,73,0,83,
25540,73,0,79,0,
255578,0,95,0,69,
25560,86,0,69,0, 25530,86,0,69,0,
255778,0,84,0,1, 255478,0,84,0,1,
255862,1,1,2,0, 255564,1,1,2,0,
25591,1840,338,18,1, 25561,2396,336,18,1,
25601840,168,2,0,1, 25572396,337,20,338,4,
25612398,339,18,1,2398, 255838,67,0,79,0,
2562340,20,341,4,24, 255976,0,76,0,73,
256365,0,84,0,84, 25600,83,0,73,0,
25640,65,0,67,0, 256179,0,78,0,95,
256572,0,95,0,69, 25620,69,0,78,0,
256368,0,95,0,69,
25660,86,0,69,0, 25640,86,0,69,0,
256778,0,84,0,1, 256578,0,84,0,1,
256860,1,1,2,0, 256663,1,1,2,0,
25691,2399,342,18,1, 25671,1840,339,18,1,
25702399,343,20,344,4, 25681840,168,2,0,1,
257130,65,0,84,0, 25692398,340,18,1,2398,
2570341,20,342,4,26,
257167,0,72,0,65,
25720,78,0,71,0,
257369,0,68,0,95,
25740,69,0,86,0,
257569,0,78,0,84,
25760,1,61,1,1,
25772,0,1,2399,343,
257818,1,2399,344,20,
2579345,4,24,65,0,
258084,0,84,0,65,
25810,67,0,72,0,
258295,0,69,0,86,
25830,69,0,78,0,
258484,0,1,60,1,
25851,2,0,1,172,
2586346,18,1,172,168,
25872,0,1,2401,347,
258818,1,2401,348,20,
2589349,4,38,65,0,
259084,0,95,0,82,
25910,79,0,84,0,
257295,0,84,0,65, 259295,0,84,0,65,
25730,82,0,71,0, 25930,82,0,71,0,
257469,0,84,0,95, 259469,0,84,0,95,
25750,69,0,86,0, 25950,69,0,86,0,
257669,0,78,0,84, 259669,0,78,0,84,
25770,1,59,1,1, 25970,1,58,1,1,
25782,0,1,172,345, 25982,0,1,2402,350,
257918,1,172,168,2, 259918,1,2402,351,20,
25800,1,2401,346,18, 2600352,4,10,69,0,
25811,2401,347,20,348, 2601118,0,101,0,110,
25824,10,69,0,118, 26020,116,0,1,107,
25830,101,0,110,0, 26031,2,2,0,1,
2584116,0,1,106,1, 26042403,353,18,1,2403,
25852,2,0,1,2402, 2605135,2,0,1,1296,
2586349,18,1,2402,135, 2606354,18,1,1296,160,
25872,0,1,1296,350, 26072,0,1,1297,355,
258818,1,1296,160,2, 260818,1,1297,356,20,
25890,1,1297,351,18, 2609357,4,12,69,0,
25901,1297,352,20,353, 261081,0,85,0,65,
25914,12,69,0,81, 26110,76,0,83,0,
25920,85,0,65,0, 26121,15,1,1,2,
259376,0,83,0,1, 26130,1,2412,358,18,
259415,1,1,2,0, 26141,2412,140,2,0,
25951,2413,354,18,1, 26151,2414,359,18,1,
25962413,153,2,0,1, 26162414,153,2,0,1,
25972415,355,18,1,2415, 26171859,360,18,1,1859,
2598261,2,0,1,1859, 2618153,2,0,1,1860,
2599356,18,1,1859,153, 2619361,18,1,1860,191,
26002,0,1,1860,357, 26202,0,1,2418,362,
260118,1,1860,191,2, 262118,1,2418,363,20,
26020,1,188,358,18, 2622364,4,18,83,0,
26031,188,168,2,0, 2623116,0,97,0,116,
26041,182,359,18,1, 26240,101,0,66,0,
2605182,360,20,361,4, 2625111,0,100,0,121,
260622,82,0,73,0, 26260,1,102,1,2,
260771,0,72,0,84, 26272,0,1,188,365,
26080,95,0,65,0, 262818,1,188,168,2,
260978,0,71,0,76, 26290,1,182,366,18,
26100,69,0,1,26, 26301,182,367,20,368,
26111,1,2,0,1, 26314,22,82,0,73,
2612199,362,18,1,199, 26320,71,0,72,0,
2613363,20,364,4,10, 263384,0,95,0,65,
261467,0,65,0,82, 26340,78,0,71,0,
26150,69,0,84,0, 263576,0,69,0,1,
26161,35,1,1,2, 263626,1,1,2,0,
26170,1,1871,365,18, 26371,199,369,18,1,
26181,1871,160,2,0, 2638199,370,20,371,4,
26191,1872,366,18,1, 263910,67,0,65,0,
26201872,153,2,0,1, 264082,0,69,0,84,
26211873,367,18,1,1873, 26410,1,35,1,1,
2622191,2,0,1,1875, 26422,0,1,1871,372,
2623368,18,1,1875,320, 264318,1,1871,160,2,
26242,0,1,205,369, 26440,1,1872,373,18,
262518,1,205,168,2, 26451,1872,153,2,0,
26260,1,2359,370,18, 26461,1873,374,18,1,
26271,2359,250,2,0, 26471873,191,2,0,1,
26281,2361,371,18,1, 26481875,375,18,1,1875,
26292361,253,2,0,1, 2649321,2,0,1,205,
26301882,372,18,1,1882, 2650376,18,1,205,168,
2631168,2,0,1,2227, 26512,0,1,2359,377,
2632373,18,1,2227,250, 265218,1,2359,250,2,
26332,0,1,2368,374, 26530,1,2361,378,18,
263418,1,2368,375,20, 26541,2361,253,2,0,
2635376,4,34,84,0, 26551,1882,379,18,1,
263679,0,85,0,67, 26561882,168,2,0,1,
26370,72,0,95,0, 26572227,380,18,1,2227,
263883,0,84,0,65, 2658250,2,0,1,2368,
26390,82,0,84,0, 2659381,18,1,2368,382,
266020,383,4,36,72,
26610,84,0,84,0,
266280,0,95,0,82,
26630,69,0,81,0,
266485,0,69,0,83,
26650,84,0,95,0,
266669,0,86,0,69,
26670,78,0,84,0,
26681,91,1,1,2,
26690,1,217,384,18,
26701,217,385,20,386,
26714,12,83,0,84,
26720,82,0,79,0,
267375,0,69,0,1,
267434,1,1,2,0,
26751,1332,387,18,1,
26761332,160,2,0,1,
26772371,388,18,1,2371,
2678389,20,390,4,22,
267984,0,79,0,85,
26800,67,0,72,0,
264095,0,69,0,86, 268195,0,69,0,86,
26410,69,0,78,0, 26820,69,0,78,0,
264284,0,1,89,1, 268384,0,1,88,1,
26431,2,0,1,217, 26841,2,0,1,1335,
2644377,18,1,217,378, 2685391,18,1,1335,163,
264520,379,4,12,83, 26862,0,1,2374,392,
26460,84,0,82,0, 268718,1,2374,393,20,
264779,0,75,0,69, 2688394,4,34,83,0,
26480,1,34,1,1, 268984,0,65,0,84,
26492,0,1,1332,380, 26900,69,0,95,0,
265018,1,1332,160,2, 269169,0,78,0,84,
26510,1,2371,381,18, 26920,82,0,89,0,
26521,2371,382,20,383, 269395,0,69,0,86,
26534,22,84,0,73, 26940,69,0,78,0,
26540,77,0,69,0, 269584,0,1,85,1,
265582,0,95,0,69, 26961,2,0,1,223,
26560,86,0,69,0, 2697395,18,1,223,168,
265778,0,84,0,1, 26982,0,1,2454,396,
265887,1,1,2,0, 269918,1,2454,397,20,
26591,1335,384,18,1, 2700398,4,20,83,0,
26601335,163,2,0,1, 2701116,0,97,0,116,
26612374,385,18,1,2374, 27020,101,0,69,0,
2662386,20,387,4,24, 2703118,0,101,0,110,
266383,0,69,0,78, 27040,116,0,1,103,
26640,83,0,79,0, 27051,2,2,0,1,
266582,0,95,0,69, 27061341,399,18,1,1341,
2707168,2,0,1,2456,
2708400,18,1,2456,397,
27092,0,1,2381,401,
271018,1,2381,402,20,
2711403,4,46,78,0,
271279,0,84,0,95,
27130,65,0,84,0,
271495,0,82,0,79,
27150,84,0,95,0,
271684,0,65,0,82,
27170,71,0,69,0,
271884,0,95,0,69,
26660,86,0,69,0, 27190,86,0,69,0,
266778,0,84,0,1, 272078,0,84,0,1,
266884,1,1,2,0, 272178,1,1,2,0,
26691,223,388,18,1, 27221,1901,404,18,1,
2670223,168,2,0,1, 27231901,153,2,0,1,
26712452,389,18,1,2452, 27241303,405,18,1,1303,
2672390,20,391,4,20, 2725168,2,0,1,2384,
267383,0,116,0,97, 2726406,18,1,2384,407,
26740,116,0,101,0, 272720,408,4,32,77,
267569,0,118,0,101, 27280,79,0,86,0,
26760,110,0,116,0, 272973,0,78,0,71,
26771,102,1,2,2,
26780,1,2453,392,18,
26791,2453,253,2,0,
26801,2454,393,18,1,
26812454,390,2,0,1,
26821341,394,18,1,1341,
2683168,2,0,1,2456,
2684395,18,1,2456,156,
26852,0,1,2381,396,
268618,1,2381,397,20,
2687398,4,30,78,0,
268879,0,95,0,83,
26890,69,0,78,0,
269083,0,79,0,82,
26910,95,0,69,0, 27300,95,0,69,0,
269286,0,69,0,78, 273178,0,68,0,95,
26930,84,0,1,77, 27320,69,0,86,0,
26941,1,2,0,1, 273369,0,78,0,84,
26951901,399,18,1,1901, 27340,1,75,1,1,
2696153,2,0,1,1303, 27352,0,1,2385,409,
2697400,18,1,1303,168, 273618,1,2385,410,20,
26982,0,1,2384,401, 2737411,4,22,77,0,
269918,1,2384,402,20,
2700403,4,22,77,0,
270179,0,78,0,69, 273879,0,78,0,69,
27020,89,0,95,0, 27390,89,0,95,0,
270369,0,86,0,69, 274069,0,86,0,69,
27040,78,0,84,0, 27410,78,0,84,0,
27051,74,1,1,2, 27421,74,1,1,2,
27060,1,2385,404,18, 27430,1,2387,412,18,
27071,2385,405,20,406, 27441,2387,413,20,414,
27084,24,76,0,73, 27454,36,76,0,73,
27090,83,0,84,0, 27460,78,0,75,0,
271069,0,78,0,95, 274795,0,77,0,69,
27480,83,0,83,0,
274965,0,71,0,69,
27500,95,0,69,0,
275186,0,69,0,78,
27520,84,0,1,72,
27531,1,2,0,1,
2754236,415,18,1,236,
2755416,20,417,4,6,
275665,0,77,0,80,
27570,1,33,1,1,
27582,0,1,2389,418,
275918,1,2389,419,20,
2760420,4,48,76,0,
276165,0,78,0,68,
27620,95,0,67,0,
276379,0,76,0,76,
27640,73,0,83,0,
276573,0,79,0,78,
27660,95,0,69,0,
276778,0,68,0,95,
27110,69,0,86,0, 27680,69,0,86,0,
271269,0,78,0,84, 276969,0,78,0,84,
27130,1,73,1,1, 27700,1,70,1,1,
27142,0,1,2387,407, 27712,0,1,2390,421,
271518,1,2387,408,20, 277218,1,2390,422,20,
2716409,4,52,76,0, 2773423,4,40,76,0,
271765,0,78,0,68, 277465,0,78,0,68,
27180,95,0,67,0, 27750,95,0,67,0,
271979,0,76,0,76, 277679,0,76,0,76,
27200,73,0,83,0, 27770,73,0,83,0,
272173,0,79,0,78, 277873,0,79,0,78,
27220,95,0,83,0, 27790,95,0,69,0,
272384,0,65,0,82, 278086,0,69,0,78,
27240,84,0,95,0, 27810,84,0,1,69,
272569,0,86,0,69,
27260,78,0,84,0,
27271,71,1,1,2,
27280,1,236,410,18,
27291,236,411,20,412,
27304,6,65,0,77,
27310,80,0,1,33,
27321,1,2,0,1, 27821,1,2,0,1,
27332389,413,18,1,2389, 27832391,424,18,1,2391,
2734414,20,415,4,40, 2784425,20,426,4,38,
273576,0,65,0,78, 278572,0,84,0,84,
27360,68,0,95,0, 27860,80,0,95,0,
273767,0,79,0,76, 278782,0,69,0,83,
27380,76,0,73,0, 27880,80,0,79,0,
273983,0,73,0,79, 278978,0,83,0,69,
27400,78,0,95,0, 27900,95,0,69,0,
274169,0,86,0,69, 279186,0,69,0,78,
27420,78,0,84,0, 27920,84,0,1,68,
27431,69,1,1,2, 27931,1,2,0,1,
27440,1,2390,416,18, 2794242,427,18,1,242,
27451,2390,417,20,418, 2795168,2,0,1,2397,
27464,38,72,0,84, 2796428,18,1,2397,429,
27470,84,0,80,0, 279720,430,4,30,67,
274895,0,82,0,69, 27980,79,0,76,0,
27490,83,0,80,0, 279976,0,73,0,83,
275079,0,78,0,83, 28000,73,0,79,0,
27510,69,0,95,0, 280178,0,95,0,69,
275269,0,86,0,69,
27530,78,0,84,0,
27541,68,1,1,2,
27550,1,2391,419,18,
27561,2391,420,20,421,
27574,22,69,0,77,
27580,65,0,73,0,
275976,0,95,0,69,
27600,86,0,69,0, 28020,86,0,69,0,
276178,0,84,0,1, 280378,0,84,0,1,
276267,1,1,2,0, 280462,1,1,2,0,
27631,242,422,18,1, 28051,2400,431,18,1,
2764242,168,2,0,1, 28062400,432,20,433,4,
27652397,423,18,1,2397, 280730,65,0,84,0,
2766424,20,425,4,26,
276767,0,72,0,65,
27680,78,0,71,0,
276969,0,68,0,95,
27700,69,0,86,0,
277169,0,78,0,84,
27720,1,61,1,1,
27732,0,1,2400,426,
277418,1,2400,427,20,
2775428,4,38,65,0,
277684,0,95,0,82,
27770,79,0,84,0,
277895,0,84,0,65, 280895,0,84,0,65,
27790,82,0,71,0, 28090,82,0,71,0,
278069,0,84,0,95, 281069,0,84,0,95,
27810,69,0,86,0, 28110,69,0,86,0,
278269,0,78,0,84, 281269,0,78,0,84,
27830,1,58,1,1, 28130,1,59,1,1,
27842,0,1,256,429, 28142,0,1,256,434,
278518,1,256,430,20, 281518,1,256,435,20,
2786431,4,14,80,0, 2816436,4,14,80,0,
278769,0,82,0,67, 281769,0,82,0,67,
27880,69,0,78,0, 28180,69,0,78,0,
278984,0,1,22,1, 281984,0,1,22,1,
27901,2,0,1,1371, 28201,2,0,1,1371,
2791432,18,1,1371,212, 2821437,18,1,1371,212,
27922,0,1,1931,433, 28222,0,1,1931,438,
279318,1,1931,250,2, 282318,1,1931,250,2,
27940,1,1932,434,18, 28240,1,1932,439,18,
27951,1932,435,20,436, 28251,1932,440,20,441,
27964,4,73,0,70, 28264,4,73,0,70,
27970,1,42,1,1, 28270,1,42,1,1,
27982,0,1,262,437, 28282,0,1,262,442,
279918,1,262,168,2, 282918,1,262,168,2,
28000,1,1377,438,18, 28300,1,1377,443,18,
28011,1377,168,2,0, 28311,1377,168,2,0,
28021,1876,439,18,1, 28321,1876,444,18,1,
28031876,135,2,0,1, 28331876,135,2,0,1,
28042417,440,18,1,2417, 28342494,445,18,1,2494,
2805441,20,442,4,18, 2835363,2,0,1,1939,
280683,0,116,0,97, 2836446,18,1,1939,168,
28070,116,0,101,0, 28372,0,1,827,447,
280866,0,111,0,100, 283818,1,827,168,2,
28090,121,0,1,101, 28390,1,277,448,18,
28101,2,2,0,1, 28401,277,449,20,450,
28111939,443,18,1,1939, 28414,10,83,0,76,
2812168,2,0,1,827, 28420,65,0,83,0,
2813444,18,1,827,168, 284372,0,1,21,1,
28142,0,1,277,445, 28441,2,0,1,283,
281518,1,277,446,20, 2845451,18,1,283,168,
2816447,4,10,83,0, 28462,0,1,1958,452,
281776,0,65,0,83, 284718,1,1958,153,2,
28180,72,0,1,21, 28480,1,1406,453,18,
28491,1406,160,2,0,
28501,1407,454,18,1,
28511407,206,2,0,1,
2852299,455,18,1,299,
2853456,20,457,4,8,
285483,0,84,0,65,
28550,82,0,1,20,
28191,1,2,0,1, 28561,1,2,0,1,
2820283,448,18,1,283, 28571370,458,18,1,1370,
2821168,2,0,1,1958, 2858160,2,0,1,2379,
2822449,18,1,1958,153, 2859459,18,1,2379,460,
28232,0,1,1406,450, 286020,461,4,32,79,
282418,1,1406,160,2, 28610,66,0,74,0,
28250,1,1407,451,18, 286269,0,67,0,84,
28261,1407,206,2,0, 28630,95,0,82,0,
28271,299,452,18,1, 286469,0,90,0,95,
2828299,453,20,454,4,
28298,83,0,84,0,
283065,0,82,0,1,
283120,1,1,2,0,
28321,1370,455,18,1,
28331370,160,2,0,1,
28342529,456,18,1,2529,
2835457,20,458,4,12,
283683,0,116,0,97,
28370,116,0,101,0,
2838115,0,1,99,1,
28392,2,0,1,2527,
2840459,18,1,2527,253,
28412,0,1,2379,460,
284218,1,2379,461,20,
2843462,4,38,78,0,
284479,0,84,0,95,
28450,65,0,84,0,
284695,0,84,0,65,
28470,82,0,71,0,
284869,0,84,0,95,
28490,69,0,86,0, 28650,69,0,86,0,
285069,0,78,0,84, 286669,0,78,0,84,
28510,1,79,1,1, 28670,1,80,1,1,
28522,0,1,2532,463, 28682,0,1,305,462,
285318,1,2532,464,20, 286918,1,305,168,2,
2854465,4,10,83,0, 28700,1,2457,463,18,
2855116,0,97,0,116, 28711,2457,464,20,465,
28560,101,0,1,100, 28724,26,68,0,69,
28571,2,2,0,1, 28730,70,0,65,0,
2858305,466,18,1,305, 287485,0,76,0,84,
2859168,2,0,1,2534, 28750,95,0,83,0,
2860467,18,1,2534,132, 287684,0,65,0,84,
28612,0,1,2535,468, 28770,69,0,1,47,
286218,1,2535,135,2, 28781,1,2,0,1,
28630,1,2599,469,18, 28792458,466,18,1,2458,
28641,2599,457,2,0, 2880156,2,0,1,2537,
28651,2544,470,18,1, 2881467,18,1,2537,468,
28662544,140,2,0,1, 288220,469,4,10,83,
28671989,471,18,1,1989, 28830,116,0,97,0,
2868250,2,0,1,1990, 2884116,0,101,0,1,
2869472,18,1,1990,473, 2885101,1,2,2,0,
287020,474,4,8,69, 28861,2538,470,18,1,
28710,76,0,83,0, 28872538,132,2,0,1,
287269,0,1,43,1, 28882539,471,18,1,2539,
28731,2,0,1,2548, 2889135,2,0,1,1989,
2874475,18,1,2548,261, 2890472,18,1,1989,250,
28752,0,1,322,476, 28912,0,1,1990,473,
287618,1,322,224,2, 289218,1,1990,474,20,
28770,1,2551,477,18, 2893475,4,8,69,0,
28781,2551,352,2,0, 289476,0,83,0,69,
28950,1,43,1,1,
28962,0,1,2548,476,
289718,1,2548,140,2,
28980,1,322,477,18,
28991,322,224,2,0,
28791,1933,478,18,1, 29001,1933,478,18,1,
28801933,135,2,0,1, 29011933,135,2,0,1,
2881883,479,18,1,883, 2902883,479,18,1,883,
2882168,2,0,1,328, 2903168,2,0,1,2555,
2883480,18,1,328,168, 2904480,18,1,2555,356,
28842,0,1,1443,481, 29052,0,1,328,481,
288518,1,1443,237,2, 290618,1,328,168,2,
28860,1,1449,482,18, 29070,1,1443,482,18,
28871,1449,168,2,0, 29081,1443,237,2,0,
28881,2411,483,18,1, 29091,2561,483,18,1,
28892411,140,2,0,1, 29102561,168,2,0,1,
28902491,484,18,1,2491, 29111449,484,18,1,1449,
2891441,2,0,1,1413, 2912168,2,0,1,2416,
2892485,18,1,1413,168, 2913485,18,1,2416,262,
28932,0,1,346,486, 29142,0,1,1413,486,
289418,1,346,487,20, 291518,1,1413,168,2,
2895488,4,8,80,0, 29160,1,346,487,18,
289676,0,85,0,83, 29171,346,488,20,489,
28970,1,18,1,1, 29184,8,80,0,76,
28982,0,1,2576,489, 29190,85,0,83,0,
289918,1,2576,191,2, 29201,18,1,1,2,
29000,1,2021,490,18, 29210,1,2021,490,18,
29011,2021,250,2,0, 29221,2021,250,2,0,
29021,2022,491,18,1, 29231,2022,491,18,1,
@@ -2922,12 +2943,12 @@ public yyLSLSyntax
29221,2028,503,18,1, 29431,2028,503,18,1,
29232028,132,2,0,1, 29442028,132,2,0,1,
29242029,504,18,1,2029, 29452029,504,18,1,2029,
2925261,2,0,1,2030, 2946262,2,0,1,2030,
2926505,18,1,2030,506, 2947505,18,1,2030,506,
292720,507,4,14,70, 294820,507,4,14,70,
29280,111,0,114,0, 29490,111,0,114,0,
292976,0,111,0,111, 295076,0,111,0,111,
29300,112,0,1,120, 29510,112,0,1,121,
29311,2,2,0,1, 29521,2,2,0,1,
29322031,508,18,1,2031, 29532031,508,18,1,2031,
2933509,20,510,4,32, 2954509,20,510,4,32,
@@ -2937,7 +2958,7 @@ public yyLSLSyntax
29370,116,0,97,0, 29580,116,0,97,0,
2938116,0,101,0,109, 2959116,0,101,0,109,
29390,101,0,110,0, 29600,101,0,110,0,
2940116,0,1,119,1, 2961116,0,1,120,1,
29412,2,0,1,2032, 29622,2,0,1,2032,
2942511,18,1,2032,512, 2963511,18,1,2032,512,
294320,513,4,28,87, 296420,513,4,28,87,
@@ -2946,7 +2967,7 @@ public yyLSLSyntax
29460,116,0,97,0, 29670,116,0,97,0,
2947116,0,101,0,109, 2968116,0,101,0,109,
29480,101,0,110,0, 29690,101,0,110,0,
2949116,0,1,118,1, 2970116,0,1,119,1,
29502,2,0,1,2033, 29712,2,0,1,2033,
2951514,18,1,2033,515, 2972514,18,1,2033,515,
295220,516,4,22,73, 297320,516,4,22,73,
@@ -2954,7 +2975,7 @@ public yyLSLSyntax
2954116,0,97,0,116, 2975116,0,97,0,116,
29550,101,0,109,0, 29760,101,0,109,0,
2956101,0,110,0,116, 2977101,0,110,0,116,
29570,1,117,1,2, 29780,1,118,1,2,
29582,0,1,2034,517, 29792,0,1,2034,517,
295918,1,2034,518,20, 298018,1,2034,518,20,
2960519,4,22,83,0, 2981519,4,22,83,0,
@@ -2962,11 +2983,11 @@ public yyLSLSyntax
29620,101,0,67,0, 29830,101,0,67,0,
2963104,0,97,0,110, 2984104,0,97,0,110,
29640,103,0,101,0, 29850,103,0,101,0,
29651,116,1,2,2, 29861,117,1,2,2,
29660,1,1478,520,18, 29870,1,1478,520,18,
29671,1478,160,2,0, 29881,1478,160,2,0,
29681,1479,521,18,1, 29891,1479,521,18,1,
29691479,283,2,0,1, 29901479,284,2,0,1,
29702037,522,18,1,2037, 29912037,522,18,1,2037,
2971191,2,0,1,2038, 2992191,2,0,1,2038,
2972523,18,1,2038,524, 2993523,18,1,2038,524,
@@ -2974,7 +2995,7 @@ public yyLSLSyntax
29740,117,0,109,0, 29950,117,0,109,0,
2975112,0,76,0,97, 2996112,0,76,0,97,
29760,98,0,101,0, 29970,98,0,101,0,
2977108,0,1,114,1, 2998108,0,1,115,1,
29782,2,0,1,2039, 29992,2,0,1,2039,
2979526,18,1,2039,191, 3000526,18,1,2039,191,
29802,0,1,2040,527, 30012,0,1,2040,527,
@@ -2985,7 +3006,7 @@ public yyLSLSyntax
298583,0,116,0,97, 300683,0,116,0,97,
29860,116,0,101,0, 30070,116,0,101,0,
2987109,0,101,0,110, 3008109,0,101,0,110,
29880,116,0,1,113, 30090,116,0,1,114,
29891,2,2,0,1, 30101,2,2,0,1,
29902041,530,18,1,2041, 30112041,530,18,1,2041,
2991191,2,0,1,1485, 3012191,2,0,1,1485,
@@ -3010,51 +3031,11 @@ public yyLSLSyntax
301067,0,111,0,110, 303167,0,111,0,110,
30110,115,0,116,0, 30320,115,0,116,0,
301297,0,110,0,116, 303397,0,110,0,116,
30130,1,126,1,2, 30340,1,127,1,2,
30142,0,1,381,543, 30352,0,1,381,543,
301518,1,381,330,2, 303618,1,381,331,2,
30160,1,2610,104,1, 30370,1,2610,544,18,
30172455,544,18,1,2455, 30381,2610,545,20,546,
3018545,20,546,4,26,
301968,0,69,0,70,
30200,65,0,85,0,
302176,0,84,0,95,
30220,83,0,84,0,
302365,0,84,0,69,
30240,1,47,1,1,
30252,0,1,371,547,
302618,1,371,548,20,
3027549,4,24,70,0,
3028117,0,110,0,99,
30290,116,0,105,0,
3030111,0,110,0,67,
30310,97,0,108,0,
3032108,0,1,122,1,
30332,2,0,1,942,
3034550,18,1,942,168,
30352,0,1,2533,551,
303618,1,2533,464,2,
30370,1,387,552,18,
30381,387,168,2,0,
30391,2394,553,18,1,
30402394,554,20,555,4,
304142,67,0,79,0,
304276,0,76,0,73,
30430,83,0,73,0,
304479,0,78,0,95,
30450,83,0,84,0,
304665,0,82,0,84,
30470,95,0,69,0,
304886,0,69,0,78,
30490,84,0,1,64,
30501,1,2,0,1,
30512546,556,18,1,2546,
3052153,2,0,1,1514,
3053557,18,1,1514,160,
30542,0,1,1515,558,
305518,1,1515,352,2,
30560,1,2606,559,18,
30571,2606,560,20,561,
30584,48,71,0,108, 30394,48,71,0,108,
30590,111,0,98,0, 30400,111,0,98,0,
306097,0,108,0,70, 304197,0,108,0,70,
@@ -3065,153 +3046,198 @@ public yyLSLSyntax
30650,105,0,110,0, 30460,105,0,110,0,
3066105,0,116,0,105, 3047105,0,116,0,105,
30670,111,0,110,0, 30480,111,0,110,0,
30681,98,1,2,2, 30491,99,1,2,2,
30690,1,2074,562,18, 30500,1,2455,547,18,
30701,2074,160,2,0, 30511,2455,253,2,0,
30711,2075,563,18,1, 30521,371,548,18,1,
30722075,153,2,0,1, 3053371,549,20,550,4,
3073406,564,18,1,406, 305424,70,0,117,0,
3074143,2,0,1,1521, 3055110,0,99,0,116,
3075565,18,1,1521,168, 30560,105,0,111,0,
30762,0,1,2557,566, 3057110,0,67,0,97,
307718,1,2557,168,2, 30580,108,0,108,0,
30780,1,412,567,18, 30591,123,1,2,2,
30791,412,168,2,0, 30600,1,942,551,18,
30801,2023,568,18,1, 30611,942,168,2,0,
30812023,545,2,0,1, 30621,2533,552,18,1,
30821442,569,18,1,1442, 30632533,553,20,554,4,
3083160,2,0,1,2035, 306412,83,0,116,0,
3084570,18,1,2035,191,
30852,0,1,2036,571,
308618,1,2036,572,20,
3087573,4,26,74,0,
3088117,0,109,0,112,
30890,83,0,116,0,
309097,0,116,0,101,
30910,109,0,101,0,
3092110,0,116,0,1,
3093115,1,2,2,0,
30941,431,574,18,1,
3095431,143,2,0,1,
30962105,575,18,1,2105,
3097250,2,0,1,2106,
3098576,18,1,2106,473,
30992,0,1,1550,577,
310018,1,1550,160,2,
31010,1,437,578,18,
31021,437,168,2,0,
31031,2044,579,18,1,
31042044,580,20,581,4,
310528,69,0,109,0,
3106112,0,116,0,121,
31070,83,0,116,0,
310897,0,116,0,101, 306597,0,116,0,101,
31090,109,0,101,0, 30660,115,0,1,100,
3110110,0,116,0,1,
3111110,1,2,2,0,
31121,2045,582,18,1,
31132045,191,2,0,1,
31141555,583,18,1,1555,
3115168,2,0,1,2588,
3116584,18,1,2588,585,
311720,586,4,34,71,
31180,108,0,111,0,
311998,0,97,0,108,
31200,68,0,101,0,
3121102,0,105,0,110,
31220,105,0,116,0,
3123105,0,111,0,110,
31240,115,0,1,96,
31251,2,2,0,1, 30671,2,2,0,1,
31261001,587,18,1,1001, 3068387,555,18,1,387,
3127548,2,0,1,1002, 3069168,2,0,1,2536,
3128588,18,1,1002,541, 3070556,18,1,2536,468,
31292,0,1,447,589, 30712,0,1,2394,557,
313018,1,447,360,2, 307218,1,2394,558,20,
31310,1,2375,590,18, 3073559,4,26,67,0,
31321,2375,591,20,592, 307479,0,78,0,84,
31334,52,82,0,85, 30750,82,0,79,0,
31340,78,0,95,0, 307676,0,95,0,69,
313584,0,73,0,77,
31360,69,0,95,0,
313780,0,69,0,82,
31380,77,0,73,0,
313983,0,83,0,73,
31400,79,0,78,0,
314183,0,95,0,69,
31420,86,0,69,0, 30770,86,0,69,0,
314378,0,84,0,1, 307878,0,84,0,1,
314483,1,1,2,0, 307965,1,1,2,0,
31451,1010,593,18,1, 30801,1514,560,18,1,
31461010,160,2,0,1, 30811514,160,2,0,1,
31471011,594,18,1,1011, 30821515,561,18,1,1515,
3148153,2,0,1,1012, 3083356,2,0,1,2074,
3149595,18,1,1012,168, 3084562,18,1,2074,160,
31502,0,1,1013,596, 30852,0,1,2075,563,
315118,1,1013,153,2, 308618,1,2075,153,2,
31520,1,459,597,18, 30870,1,2552,564,18,
31531,459,598,20,599, 30881,2552,262,2,0,
31544,24,76,0,69, 30891,406,565,18,1,
31550,70,0,84,0, 3090406,143,2,0,1,
315695,0,66,0,82, 30911521,566,18,1,1521,
31570,65,0,67,0, 3092168,2,0,1,412,
315875,0,69,0,84, 3093567,18,1,412,168,
31590,1,27,1,1, 30942,0,1,2023,568,
31602,0,1,1574,600, 309518,1,2023,464,2,
316118,1,1574,191,2, 30960,1,1442,569,18,
31620,1,461,601,18, 30971,1442,160,2,0,
31631,461,602,20,603, 30981,2035,570,18,1,
31644,24,65,0,114, 30992035,191,2,0,1,
31650,103,0,117,0, 31002036,571,18,1,2036,
3166109,0,101,0,110, 3101572,20,573,4,26,
31670,116,0,76,0, 310274,0,117,0,109,
3168105,0,115,0,116, 31030,112,0,83,0,
31690,1,123,1,2, 3104116,0,97,0,116,
31702,0,1,462,604, 31050,101,0,109,0,
317118,1,462,143,2, 3106101,0,110,0,116,
31720,1,2608,605,18, 31070,1,116,1,2,
31731,2608,560,2,0, 31082,0,1,431,574,
31741,464,606,18,1, 310918,1,431,143,2,
3175464,607,20,608,4, 31100,1,2105,575,18,
317616,65,0,114,0, 31111,2105,250,2,0,
3177103,0,117,0,109, 31121,2106,576,18,1,
31780,101,0,110,0, 31132106,474,2,0,1,
3179116,0,1,124,1, 31141550,577,18,1,1550,
31802,2,0,1,2136, 3115160,2,0,1,437,
3181609,18,1,2136,250, 3116578,18,1,437,168,
31822,0,1,2611,610, 31172,0,1,2044,579,
318318,1,2611,611,23, 311818,1,2044,580,20,
3184612,4,6,69,0, 3119581,4,28,69,0,
318579,0,70,0,1, 3120109,0,112,0,116,
31862,1,6,2,0, 31210,121,0,83,0,
31871,1585,613,18,1, 3122116,0,97,0,116,
31881585,614,20,615,4, 31230,101,0,109,0,
318912,82,0,69,0, 3124101,0,110,0,116,
319084,0,85,0,82, 31250,1,111,1,2,
31910,78,0,1,50, 31262,0,1,2045,582,
312718,1,2045,191,2,
31280,1,1555,583,18,
31291,1555,168,2,0,
31301,1001,584,18,1,
31311001,549,2,0,1,
31321002,585,18,1,1002,
3133541,2,0,1,447,
3134586,18,1,447,367,
31352,0,1,2375,587,
313618,1,2375,588,20,
3137589,4,24,83,0,
313869,0,78,0,83,
31390,79,0,82,0,
314095,0,69,0,86,
31410,69,0,78,0,
314284,0,1,84,1,
31431,2,0,1,1010,
3144590,18,1,1010,160,
31452,0,1,1011,591,
314618,1,1011,153,2,
31470,1,1012,592,18,
31481,1012,168,2,0,
31491,1013,593,18,1,
31501013,153,2,0,1,
31512603,594,18,1,2603,
3152553,2,0,1,459,
3153595,18,1,459,596,
315420,597,4,24,76,
31550,69,0,70,0,
315684,0,95,0,66,
31570,82,0,65,0,
315867,0,75,0,69,
31590,84,0,1,27,
31921,1,2,0,1, 31601,1,2,0,1,
3193476,616,18,1,476, 31611574,598,18,1,1574,
3194617,20,618,4,30, 3162191,2,0,1,461,
319583,0,84,0,82, 3163599,18,1,461,600,
316420,601,4,24,65,
31650,114,0,103,0,
3166117,0,109,0,101,
31670,110,0,116,0,
316876,0,105,0,115,
31690,116,0,1,124,
31701,2,2,0,1,
3171462,602,18,1,462,
3172143,2,0,1,464,
3173603,18,1,464,604,
317420,605,4,16,65,
31750,114,0,103,0,
3176117,0,109,0,101,
31770,110,0,116,0,
31781,125,1,2,2,
31790,1,2136,606,18,
31801,2136,250,2,0,
31811,2611,607,18,1,
31822611,608,20,609,4,
318350,71,0,108,0,
3184111,0,98,0,97,
31850,108,0,86,0,
318697,0,114,0,105,
31870,97,0,98,0,
3188108,0,101,0,68,
31890,101,0,99,0,
3190108,0,97,0,114,
31910,97,0,116,0,
3192105,0,111,0,110,
31930,1,98,1,2,
31942,0,1,2612,610,
319518,1,2612,545,2,
31960,1,2613,611,18,
31971,2613,608,2,0,
31981,2614,104,1,2615,
3199612,18,1,2615,613,
320023,614,4,6,69,
32010,79,0,70,0,
32021,2,1,6,2,
32030,1,1585,615,18,
32041,1585,616,20,617,
32054,12,82,0,69,
32060,84,0,85,0,
320782,0,78,0,1,
320850,1,1,2,0,
32091,476,618,18,1,
3210476,619,20,620,4,
321130,83,0,84,0,
321282,0,73,0,78,
32130,71,0,95,0,
321467,0,79,0,78,
32150,83,0,84,0,
321665,0,78,0,84,
32170,1,3,1,1,
32182,0,1,477,621,
321918,1,477,622,20,
3220623,4,28,70,0,
322176,0,79,0,65,
32220,84,0,95,0,
322367,0,79,0,78,
32240,83,0,84,0,
322565,0,78,0,84,
32260,1,95,1,1,
32272,0,1,478,624,
322818,1,478,625,20,
3229626,4,40,72,0,
323069,0,88,0,95,
31960,73,0,78,0, 32310,73,0,78,0,
319771,0,95,0,67, 323284,0,69,0,71,
31980,79,0,78,0, 32330,69,0,82,0,
319983,0,84,0,65, 323495,0,67,0,79,
32000,78,0,84,0, 32350,78,0,83,0,
32011,3,1,1,2, 323684,0,65,0,78,
32020,1,477,619,18, 32370,84,0,1,94,
32031,477,620,20,621, 32381,1,2,0,1,
32044,28,70,0,76, 3239479,627,18,1,479,
32050,79,0,65,0, 3240628,20,629,4,32,
320684,0,95,0,67,
32070,79,0,78,0,
320883,0,84,0,65,
32090,78,0,84,0,
32101,94,1,1,2,
32110,1,478,622,18,
32121,478,623,20,624,
32134,40,72,0,69,
32140,88,0,95,0,
321573,0,78,0,84, 324173,0,78,0,84,
32160,69,0,71,0, 32420,69,0,71,0,
321769,0,82,0,95, 324369,0,82,0,95,
@@ -3219,129 +3245,115 @@ public yyLSLSyntax
321978,0,83,0,84, 324578,0,83,0,84,
32200,65,0,78,0, 32460,65,0,78,0,
322184,0,1,93,1, 324784,0,1,93,1,
32221,2,0,1,479, 32481,2,0,1,480,
3223625,18,1,479,626, 3249630,18,1,480,631,
322420,627,4,32,73, 325020,632,4,26,82,
32250,78,0,84,0, 32510,73,0,71,0,
322669,0,71,0,69, 325272,0,84,0,95,
32270,82,0,95,0, 32530,66,0,82,0,
322867,0,79,0,78, 325465,0,67,0,75,
32290,83,0,84,0, 32550,69,0,84,0,
323065,0,78,0,84, 32561,28,1,1,2,
32310,1,92,1,1, 32570,1,481,633,18,
32322,0,1,480,628, 32581,481,604,2,0,
323318,1,480,629,20, 32591,2550,634,18,1,
3234630,4,26,82,0, 32602550,153,2,0,1,
323573,0,71,0,72, 32612554,635,18,1,2554,
3262150,2,0,1,1048,
3263636,18,1,1048,168,
32642,0,1,2042,637,
326518,1,2042,638,20,
3266639,4,20,65,0,
3267115,0,115,0,105,
32680,103,0,110,0,
3269109,0,101,0,110,
32700,116,0,1,112,
32711,2,2,0,1,
32722043,640,18,1,2043,
3273191,2,0,1,1620,
3274641,18,1,1620,160,
32752,0,1,1621,642,
327618,1,1621,150,2,
32770,1,1622,643,18,
32781,1622,356,2,0,
32791,509,644,18,1,
3280509,143,2,0,1,
32812365,645,18,1,2365,
3282492,2,0,1,1628,
3283646,18,1,1628,168,
32842,0,1,515,647,
328518,1,515,168,2,
32860,1,2580,648,18,
32871,2580,191,2,0,
32881,2369,649,18,1,
32892369,650,20,651,4,
329034,84,0,79,0,
329185,0,67,0,72,
32920,95,0,83,0,
329384,0,65,0,82,
32360,84,0,95,0, 32940,84,0,95,0,
323766,0,82,0,65, 329569,0,86,0,69,
32380,67,0,75,0, 32960,78,0,84,0,
323969,0,84,0,1, 32971,89,1,1,2,
324028,1,1,2,0, 32980,1,525,652,18,
32411,481,631,18,1, 32991,525,367,2,0,
3242481,607,2,0,1, 33001,2197,653,18,1,
32432550,632,18,1,2550, 33012197,160,2,0,1,
3244150,2,0,1,2607, 33022198,654,18,1,2198,
3245633,18,1,2607,634, 3303153,2,0,1,1591,
324620,635,4,50,71, 3304655,18,1,1591,168,
32470,108,0,111,0, 33052,0,1,2592,656,
324898,0,97,0,108, 330618,1,2592,657,20,
32490,86,0,97,0, 3307658,4,34,71,0,
3250114,0,105,0,97, 3308108,0,111,0,98,
32510,98,0,108,0, 33090,97,0,108,0,
3252101,0,68,0,101, 331068,0,101,0,102,
32530,99,0,108,0, 33110,105,0,110,0,
325497,0,114,0,97, 3312105,0,116,0,105,
32550,116,0,105,0, 33130,111,0,110,0,
3256111,0,110,0,1, 3314115,0,1,97,1,
325797,1,2,2,0, 33152,2,0,1,1094,
32581,1048,636,18,1, 3316659,18,1,1094,600,
32591048,168,2,0,1, 33172,0,1,1096,660,
32602042,637,18,1,2042, 331818,1,1096,153,2,
3261638,20,639,4,20, 33190,1,1657,661,18,
326265,0,115,0,115, 33201,1657,191,2,0,
32630,105,0,103,0, 33211,1658,662,18,1,
3264110,0,109,0,101, 33221658,663,20,664,4,
32650,110,0,116,0, 33236,70,0,79,0,
32661,111,1,2,2, 332482,0,1,46,1,
32670,1,2043,640,18, 33251,2,0,1,1659,
32681,2043,191,2,0, 3326665,18,1,1659,135,
32691,1620,641,18,1, 33272,0,1,2531,666,
32701620,160,2,0,1, 332818,1,2531,253,2,
32711621,642,18,1,1621, 33290,1,1665,667,18,
3272150,2,0,1,1622, 33301,1665,168,2,0,
3273643,18,1,1622,352, 33311,1113,668,18,1,
32742,0,1,509,644, 33321113,176,2,0,669,
327518,1,509,143,2, 33335,0,670,5,323,
32760,1,2365,645,18, 33341,2,671,19,614,
32771,2365,492,2,0, 33351,2,672,5,6,
32781,1628,646,18,1, 33361,2531,673,17,674,
32791628,168,2,0,1, 333715,675,4,12,37,
3280515,647,18,1,515, 33380,83,0,116,0,
3281168,2,0,1,2369, 333997,0,116,0,101,
3282648,18,1,2369,649,
328320,650,4,30,84,
32840,79,0,85,0,
328567,0,72,0,95,
32860,69,0,78,0,
328768,0,95,0,69,
32880,86,0,69,0,
328978,0,84,0,1,
329090,1,1,2,0,
32911,2587,651,18,1,
32922587,191,2,0,1,
3293525,652,18,1,525,
3294360,2,0,1,2197,
3295653,18,1,2197,160,
32962,0,1,2198,654,
329718,1,2198,153,2,
32980,1,1591,655,18,
32991,1591,168,2,0,
33001,1094,656,18,1,
33011094,602,2,0,1,
33021096,657,18,1,1096,
3303153,2,0,1,1657,
3304658,18,1,1657,191,
33052,0,1,1658,659,
330618,1,1658,660,20,
3307661,4,6,70,0,
330879,0,82,0,1,
330946,1,1,2,0,
33101,1659,662,18,1,
33111659,135,2,0,1,
33122609,663,18,1,2609,
3313634,2,0,1,1665,
3314664,18,1,1665,168,
33152,0,1,1113,665,
331618,1,1113,176,2,
33170,666,5,0,667,
33185,321,1,2,668,
331919,612,1,2,669,
33205,6,1,2453,670,
332117,671,15,672,4,
332212,37,0,83,0,
3323116,0,97,0,116,
33240,101,0,1,-1,
33251,5,673,20,674,
33264,14,83,0,116,
33270,97,0,116,0,
3328101,0,95,0,50,
33290,1,154,1,3,
33301,6,1,5,675,
333122,1,14,1,2532,
3332676,17,677,15,678,
33334,14,37,0,83,
33340,116,0,97,0,
3335116,0,101,0,115,
33360,1,-1,1,5, 33400,1,-1,1,5,
3337679,20,680,4,16, 3341676,20,677,4,14,
333883,0,116,0,97, 334283,0,116,0,97,
33390,116,0,101,0, 33430,116,0,101,0,
3340115,0,95,0,50, 334495,0,49,0,1,
33410,1,152,1,3, 3345154,1,3,1,5,
33421,3,1,2,681, 33461,4,678,22,1,
334322,1,12,1,2599, 334713,1,2455,679,17,
3344682,17,683,15,684, 3348680,15,675,1,-1,
33491,5,681,20,682,
33504,14,83,0,116,
33510,97,0,116,0,
3352101,0,95,0,50,
33530,1,155,1,3,
33541,6,1,5,683,
335522,1,14,1,2533,
3356684,17,685,15,686,
33454,30,37,0,76, 33574,30,37,0,76,
33460,83,0,76,0, 33580,83,0,76,0,
334780,0,114,0,111, 335980,0,114,0,111,
@@ -3349,285 +3361,367 @@ public yyLSLSyntax
334997,0,109,0,82, 336197,0,109,0,82,
33500,111,0,111,0, 33620,111,0,111,0,
3351116,0,1,-1,1, 3363116,0,1,-1,1,
33525,685,20,686,4, 33645,687,20,688,4,
335332,76,0,83,0, 336532,76,0,83,0,
335476,0,80,0,114, 336676,0,80,0,114,
33550,111,0,103,0, 33670,111,0,103,0,
3356114,0,97,0,109, 3368114,0,97,0,109,
33570,82,0,111,0, 33690,82,0,111,0,
3358111,0,116,0,95, 3370111,0,116,0,95,
33590,49,0,1,141, 33710,50,0,1,143,
33721,3,1,2,1,
33731,689,22,1,2,
33741,2536,690,17,691,
337515,692,4,14,37,
33760,83,0,116,0,
337797,0,116,0,101,
33780,115,0,1,-1,
33791,5,693,20,694,
33804,16,83,0,116,
33810,97,0,116,0,
3382101,0,115,0,95,
33830,50,0,1,153,
33601,3,1,3,1, 33841,3,1,3,1,
33612,687,22,1,1, 33852,695,22,1,12,
33621,2533,688,17,689, 33861,2537,696,17,697,
336315,678,1,-1,1, 338715,692,1,-1,1,
33645,690,20,691,4, 33885,698,20,699,4,
336516,83,0,116,0, 338916,83,0,116,0,
336697,0,116,0,101, 339097,0,116,0,101,
33670,115,0,95,0, 33910,115,0,95,0,
336849,0,1,151,1, 339249,0,1,152,1,
33693,1,2,1,1, 33933,1,2,1,1,
3370692,22,1,11,1, 3394700,22,1,11,1,
33712527,693,17,694,15, 33952603,701,17,702,15,
3372672,1,-1,1,5, 3396686,1,-1,1,5,
3373695,20,696,4,14, 3397703,20,704,4,32,
337483,0,116,0,97, 339876,0,83,0,76,
33750,116,0,101,0, 33990,80,0,114,0,
337695,0,49,0,1, 3400111,0,103,0,114,
3377153,1,3,1,5, 34010,97,0,109,0,
33781,4,697,22,1, 340282,0,111,0,111,
337913,1,2529,698,17, 34030,116,0,95,0,
3380699,15,684,1,-1, 340449,0,1,142,1,
33811,5,700,20,701, 34053,1,3,1,2,
33824,32,76,0,83, 3406705,22,1,1,1,
33830,76,0,80,0, 34073,706,19,620,1,
3384114,0,111,0,103, 34083,707,5,91,1,
33850,114,0,97,0, 3409256,708,16,0,618,
3386109,0,82,0,111, 34101,1261,709,16,0,
33870,111,0,116,0, 3411618,1,509,710,16,
338895,0,50,0,1, 34120,618,1,1515,711,
3389142,1,3,1,2, 341316,0,618,1,2021,
33901,1,702,22,1, 3414712,17,713,15,714,
33912,1,3,703,19, 34154,24,37,0,73,
3392618,1,3,704,5, 34160,102,0,83,0,
339391,1,256,705,16, 3417116,0,97,0,116,
33940,616,1,1261,706, 34180,101,0,109,0,
339516,0,616,1,509, 3419101,0,110,0,116,
3396707,16,0,616,1, 34200,1,-1,1,5,
33971515,708,16,0,616, 3421715,20,716,4,26,
33981,2021,709,17,710, 342273,0,102,0,83,
339915,711,4,24,37, 34230,116,0,97,0,
34000,73,0,102,0, 3424116,0,101,0,109,
34250,101,0,110,0,
3426116,0,95,0,50,
34270,1,185,1,3,
34281,8,1,7,717,
342922,1,45,1,1775,
3430718,16,0,618,1,
34312029,719,17,720,15,
3432721,4,20,37,0,
340183,0,116,0,97, 343383,0,116,0,97,
34020,116,0,101,0, 34340,116,0,101,0,
3403109,0,101,0,110, 3435109,0,101,0,110,
34040,116,0,1,-1, 34360,116,0,1,-1,
34051,5,712,20,713, 34371,5,722,20,723,
34064,26,73,0,102, 34384,24,83,0,116,
34070,83,0,116,0,
340897,0,116,0,101,
34090,109,0,101,0,
3410110,0,116,0,95,
34110,50,0,1,184,
34121,3,1,8,1,
34137,714,22,1,45,
34141,1775,715,16,0,
3415616,1,2029,716,17,
3416717,15,718,4,20,
341737,0,83,0,116,
34180,97,0,116,0, 34390,97,0,116,0,
3419101,0,109,0,101, 3440101,0,109,0,101,
34200,110,0,116,0, 34410,110,0,116,0,
34211,-1,1,5,719, 344295,0,49,0,51,
342220,720,4,24,83, 34430,1,179,1,3,
34441,2,1,1,724,
344522,1,39,1,2030,
3446725,17,726,15,721,
34471,-1,1,5,727,
344820,728,4,24,83,
34230,116,0,97,0, 34490,116,0,97,0,
3424116,0,101,0,109, 3450116,0,101,0,109,
34250,101,0,110,0, 34510,101,0,110,0,
3426116,0,95,0,49, 3452116,0,95,0,49,
34270,51,0,1,178, 34530,50,0,1,178,
34281,3,1,2,1, 34541,3,1,2,1,
34291,721,22,1,39, 34551,729,22,1,38,
34301,2030,722,17,723, 34561,2031,730,17,731,
343115,718,1,-1,1, 345715,721,1,-1,1,
34325,724,20,725,4, 34585,732,20,733,4,
343324,83,0,116,0, 345924,83,0,116,0,
343497,0,116,0,101, 346097,0,116,0,101,
34350,109,0,101,0, 34610,109,0,101,0,
3436110,0,116,0,95, 3462110,0,116,0,95,
34370,49,0,50,0, 34630,49,0,49,0,
34381,177,1,3,1, 34641,177,1,3,1,
34392,1,1,726,22, 34652,1,1,734,22,
34401,38,1,2031,727, 34661,37,1,2032,735,
344117,728,15,718,1, 346717,736,15,721,1,
3442-1,1,5,729,20, 3468-1,1,5,737,20,
3443730,4,24,83,0, 3469738,4,24,83,0,
3444116,0,97,0,116, 3470116,0,97,0,116,
34450,101,0,109,0, 34710,101,0,109,0,
3446101,0,110,0,116, 3472101,0,110,0,116,
34470,95,0,49,0, 34730,95,0,49,0,
344849,0,1,176,1, 347448,0,1,176,1,
34493,1,2,1,1, 34753,1,2,1,1,
3450731,22,1,37,1, 3476739,22,1,36,1,
34512032,732,17,733,15, 34772033,740,17,741,15,
3452718,1,-1,1,5, 3478721,1,-1,1,5,
3453734,20,735,4,24, 3479742,20,743,4,22,
345483,0,116,0,97, 348083,0,116,0,97,
34550,116,0,101,0, 34810,116,0,101,0,
3456109,0,101,0,110, 3482109,0,101,0,110,
34570,116,0,95,0, 34830,116,0,95,0,
345849,0,48,0,1, 348457,0,1,175,1,
3459175,1,3,1,2, 34853,1,2,1,1,
34601,1,736,22,1, 3486744,22,1,35,1,
346136,1,2033,737,17, 3487277,745,16,0,618,
3462738,15,718,1,-1, 34881,2035,746,17,747,
34631,5,739,20,740, 348915,721,1,-1,1,
34905,748,20,749,4,
349122,83,0,116,0,
349297,0,116,0,101,
34930,109,0,101,0,
3494110,0,116,0,95,
34950,56,0,1,174,
34961,3,1,3,1,
34972,750,22,1,34,
34981,2037,751,17,752,
349915,721,1,-1,1,
35005,753,20,754,4,
350122,83,0,116,0,
350297,0,116,0,101,
35030,109,0,101,0,
3504110,0,116,0,95,
35050,55,0,1,173,
35061,3,1,3,1,
35072,755,22,1,33,
35081,2039,756,17,757,
350915,721,1,-1,1,
35105,758,20,759,4,
351122,83,0,116,0,
351297,0,116,0,101,
35130,109,0,101,0,
3514110,0,116,0,95,
35150,54,0,1,172,
35161,3,1,3,1,
35172,760,22,1,32,
35181,32,761,16,0,
3519618,1,2041,762,17,
3520763,15,721,1,-1,
35211,5,764,20,765,
34644,22,83,0,116, 35224,22,83,0,116,
34650,97,0,116,0, 35230,97,0,116,0,
3466101,0,109,0,101, 3524101,0,109,0,101,
34670,110,0,116,0, 35250,110,0,116,0,
346895,0,57,0,1, 352695,0,53,0,1,
3469174,1,3,1,2, 3527171,1,3,1,3,
34701,1,741,22,1, 35281,2,766,22,1,
347135,1,277,742,16, 352931,1,2043,767,17,
34720,616,1,2035,743, 3530768,15,721,1,-1,
347317,744,15,718,1, 35311,5,769,20,770,
3474-1,1,5,745,20, 35324,22,83,0,116,
3475746,4,22,83,0, 35330,97,0,116,0,
3476116,0,97,0,116, 3534101,0,109,0,101,
34770,101,0,109,0, 35350,110,0,116,0,
3478101,0,110,0,116, 353695,0,51,0,1,
34790,95,0,56,0, 3537169,1,3,1,3,
34801,173,1,3,1, 35381,2,771,22,1,
34813,1,2,747,22, 353929,1,2045,772,17,
34821,34,1,2037,748, 3540773,15,721,1,-1,
348317,749,15,718,1, 35411,5,774,20,775,
3484-1,1,5,750,20, 35424,22,83,0,116,
3485751,4,22,83,0, 35430,97,0,116,0,
3486116,0,97,0,116, 3544101,0,109,0,101,
34870,101,0,109,0, 35450,110,0,116,0,
3488101,0,110,0,116, 354695,0,49,0,1,
34890,95,0,55,0, 3547167,1,3,1,3,
34901,172,1,3,1, 35481,2,776,22,1,
34913,1,2,752,22, 354927,1,41,777,16,
34921,33,1,2039,753, 35500,618,1,1297,778,
349317,754,15,718,1, 355116,0,618,1,43,
3494-1,1,5,755,20, 3552779,16,0,618,1,
3495756,4,22,83,0, 35531802,780,17,781,15,
3496116,0,97,0,116, 3554782,4,16,37,0,
34970,101,0,109,0,
3498101,0,110,0,116,
34990,95,0,54,0,
35001,171,1,3,1,
35013,1,2,757,22,
35021,32,1,32,758,
350316,0,616,1,2041,
3504759,17,760,15,718,
35051,-1,1,5,761,
350620,762,4,22,83,
35070,116,0,97,0,
3508116,0,101,0,109,
35090,101,0,110,0,
3510116,0,95,0,53,
35110,1,170,1,3,
35121,3,1,2,763,
351322,1,31,1,2043,
3514764,17,765,15,718,
35151,-1,1,5,766,
351620,767,4,22,83,
35170,116,0,97,0,
3518116,0,101,0,109,
35190,101,0,110,0,
3520116,0,95,0,51,
35210,1,168,1,3,
35221,3,1,2,768,
352322,1,29,1,2045,
3524769,17,770,15,718,
35251,-1,1,5,771,
352620,772,4,22,83,
35270,116,0,97,0,
3528116,0,101,0,109,
35290,101,0,110,0,
3530116,0,95,0,49,
35310,1,166,1,3,
35321,3,1,2,773,
353322,1,27,1,41,
3534774,16,0,616,1,
35351297,775,16,0,616,
35361,43,776,16,0,
3537616,1,1802,777,17,
3538778,15,779,4,16,
353937,0,70,0,111,
35400,114,0,76,0,
3541111,0,111,0,112,
35420,1,-1,1,5,
3543780,20,781,4,18,
354470,0,111,0,114, 355570,0,111,0,114,
35450,76,0,111,0, 35560,76,0,111,0,
3546111,0,112,0,95, 3557111,0,112,0,1,
35470,49,0,1,191, 3558-1,1,5,783,20,
35481,3,1,10,1, 3559784,4,18,70,0,
35499,782,22,1,52, 3560111,0,114,0,76,
35501,1804,783,16,0, 35610,111,0,111,0,
3551616,1,299,784,16, 3562112,0,95,0,49,
35520,616,1,2310,785, 35630,1,192,1,3,
355316,0,616,1,52, 35641,10,1,9,785,
3554786,16,0,616,1, 356522,1,52,1,1804,
3555525,787,16,0,616, 3566786,16,0,618,1,
35561,62,788,16,0, 3567299,787,16,0,618,
3557616,1,2075,789,16, 35681,2310,788,16,0,
35580,616,1,1574,790, 3569618,1,52,789,16,
355917,791,15,718,1, 35700,618,1,525,790,
3560-1,1,5,792,20, 357116,0,618,1,62,
3561793,4,22,83,0, 3572791,16,0,618,1,
3562116,0,97,0,116, 35732075,792,16,0,618,
35630,101,0,109,0, 35741,1574,793,17,794,
3564101,0,110,0,116, 357515,721,1,-1,1,
35650,95,0,52,0, 35765,795,20,796,4,
35661,169,1,3,1, 357722,83,0,116,0,
35673,1,2,794,22, 357897,0,116,0,101,
35681,30,1,71,795, 35790,109,0,101,0,
356916,0,616,1,76, 3580110,0,116,0,95,
3570796,16,0,616,1, 35810,52,0,1,170,
35711834,797,16,0,616, 35821,3,1,3,1,
35721,79,798,16,0, 35832,797,22,1,30,
3573616,1,1335,799,16, 35841,71,798,16,0,
35740,616,1,322,800, 3585618,1,76,799,16,
357516,0,616,1,85, 35860,618,1,1834,800,
3576801,16,0,616,1, 358716,0,618,1,79,
357789,802,16,0,616, 3588801,16,0,618,1,
35781,346,803,16,0, 35891335,802,16,0,618,
3579616,1,2355,804,17, 35901,322,803,16,0,
3580805,15,806,4,28, 3591618,1,85,804,16,
358137,0,83,0,116, 35920,618,1,89,805,
359316,0,618,1,346,
3594806,16,0,618,1,
35952355,807,17,808,15,
3596809,4,28,37,0,
359783,0,116,0,97,
35980,116,0,101,0,
3599109,0,101,0,110,
36000,116,0,76,0,
3601105,0,115,0,116,
36020,1,-1,1,5,
3603810,20,811,4,30,
360483,0,116,0,97,
36050,116,0,101,0,
3606109,0,101,0,110,
36070,116,0,76,0,
3608105,0,115,0,116,
36090,95,0,50,0,
36101,165,1,3,1,
36113,1,2,812,22,
36121,25,1,2105,813,
361317,814,15,714,1,
3614-1,1,5,815,20,
3615816,4,26,73,0,
3616102,0,83,0,116,
35820,97,0,116,0, 36170,97,0,116,0,
3583101,0,109,0,101, 3618101,0,109,0,101,
35840,110,0,116,0, 36190,110,0,116,0,
358576,0,105,0,115, 362095,0,51,0,1,
35860,116,0,1,-1, 3621186,1,3,1,6,
35871,5,807,20,808, 36221,5,817,22,1,
35884,30,83,0,116, 362346,1,2106,818,16,
36240,618,1,2359,819,
362517,820,15,809,1,
3626-1,1,5,821,20,
3627822,4,30,83,0,
3628116,0,97,0,116,
36290,101,0,109,0,
3630101,0,110,0,116,
36310,76,0,105,0,
3632115,0,116,0,95,
36330,49,0,1,164,
36341,3,1,2,1,
36351,823,22,1,24,
36361,2361,824,17,825,
363715,826,4,36,37,
36380,67,0,111,0,
3639109,0,112,0,111,
36400,117,0,110,0,
3641100,0,83,0,116,
35890,97,0,116,0, 36420,97,0,116,0,
3590101,0,109,0,101, 3643101,0,109,0,101,
35910,110,0,116,0, 36440,110,0,116,0,
359276,0,105,0,115, 36451,-1,1,5,827,
364620,828,4,38,67,
36470,111,0,109,0,
3648112,0,111,0,117,
36490,110,0,100,0,
365083,0,116,0,97,
36510,116,0,101,0,
3652109,0,101,0,110,
35930,116,0,95,0, 36530,116,0,95,0,
359450,0,1,164,1, 365449,0,1,162,1,
35953,1,3,1,2, 36553,1,3,1,2,
3596809,22,1,25,1, 3656829,22,1,22,1,
35972105,810,17,811,15, 36571860,830,17,831,15,
3598711,1,-1,1,5, 3658832,4,34,37,0,
3599812,20,813,4,26, 365968,0,111,0,87,
360073,0,102,0,83, 36600,104,0,105,0,
3661108,0,101,0,83,
36010,116,0,97,0, 36620,116,0,97,0,
3602116,0,101,0,109, 3663116,0,101,0,109,
36030,101,0,110,0, 36640,101,0,110,0,
3604116,0,95,0,51, 3665116,0,1,-1,1,
36050,1,185,1,3, 36665,833,20,834,4,
36061,6,1,5,814, 366736,68,0,111,0,
360722,1,46,1,2106, 366887,0,104,0,105,
3608815,16,0,616,1, 36690,108,0,101,0,
36092359,816,17,817,15,
3610806,1,-1,1,5,
3611818,20,819,4,30,
361283,0,116,0,97, 367083,0,116,0,97,
36130,116,0,101,0, 36710,116,0,101,0,
3614109,0,101,0,110, 3672109,0,101,0,110,
36150,116,0,76,0, 36730,116,0,95,0,
3616105,0,115,0,116, 367449,0,1,190,1,
36170,95,0,49,0, 36753,1,8,1,7,
36181,163,1,3,1, 3676835,22,1,50,1,
36192,1,1,820,22, 367797,836,16,0,618,
36201,24,1,2361,821, 36781,112,837,16,0,
362117,822,15,823,4, 3679618,1,1117,838,16,
362236,37,0,67,0, 36800,618,1,1873,839,
3623111,0,109,0,112, 368117,840,15,832,1,
36240,111,0,117,0, 3682-1,1,5,841,20,
3625110,0,100,0,83, 3683842,4,36,68,0,
36260,116,0,97,0, 3684111,0,87,0,104,
3627116,0,101,0,109, 36850,105,0,108,0,
36280,101,0,110,0, 3686101,0,83,0,116,
3629116,0,1,-1,1, 36870,97,0,116,0,
36305,824,20,825,4, 3688101,0,109,0,101,
36890,110,0,116,0,
369095,0,50,0,1,
3691191,1,3,1,8,
36921,7,843,22,1,
369351,1,102,844,16,
36940,618,1,1876,845,
369516,0,618,1,124,
3696846,16,0,618,1,
36972555,847,16,0,618,
36981,2136,848,17,849,
369915,714,1,-1,1,
37005,850,20,851,4,
370126,73,0,102,0,
370283,0,116,0,97,
37030,116,0,101,0,
3704109,0,101,0,110,
37050,116,0,95,0,
370652,0,1,187,1,
37073,1,8,1,7,
3708852,22,1,47,1,
3709381,853,16,0,618,
37101,137,854,16,0,
3711618,1,1901,855,16,
37120,618,1,1153,856,
371316,0,618,1,151,
3714857,16,0,618,1,
37151407,858,16,0,618,
37161,1659,859,16,0,
3717618,1,406,860,16,
37180,618,1,1371,861,
371916,0,618,1,166,
3720862,16,0,618,1,
37211622,863,16,0,618,
37221,2356,864,17,865,
372315,826,1,-1,1,
37245,866,20,867,4,
363138,67,0,111,0, 372538,67,0,111,0,
3632109,0,112,0,111, 3726109,0,112,0,111,
36330,117,0,110,0, 37270,117,0,110,0,
@@ -3635,696 +3729,600 @@ public yyLSLSyntax
36350,97,0,116,0, 37290,97,0,116,0,
3636101,0,109,0,101, 3730101,0,109,0,101,
36370,110,0,116,0, 37310,110,0,116,0,
363895,0,49,0,1, 373295,0,50,0,1,
3639161,1,3,1,3, 3733163,1,3,1,4,
36401,2,826,22,1, 37341,3,868,22,1,
364122,1,1860,827,17, 373523,1,1931,869,17,
3642828,15,829,4,34, 3736870,15,871,4,30,
364337,0,68,0,111, 373737,0,87,0,104,
36440,87,0,104,0,
3645105,0,108,0,101,
36460,83,0,116,0,
364797,0,116,0,101,
36480,109,0,101,0,
3649110,0,116,0,1,
3650-1,1,5,830,20,
3651831,4,36,68,0,
3652111,0,87,0,104,
36530,105,0,108,0, 37380,105,0,108,0,
3654101,0,83,0,116, 3739101,0,83,0,116,
36550,97,0,116,0, 37400,97,0,116,0,
3656101,0,109,0,101, 3741101,0,109,0,101,
36570,110,0,116,0, 37420,110,0,116,0,
365895,0,49,0,1, 37431,-1,1,5,872,
3659189,1,3,1,8, 374420,873,4,32,87,
36601,7,832,22,1,
366150,1,97,833,16,
36620,616,1,112,834,
366316,0,616,1,1117,
3664835,16,0,616,1,
36651873,836,17,837,15,
3666829,1,-1,1,5,
3667838,20,839,4,36,
366868,0,111,0,87,
36690,104,0,105,0,
3670108,0,101,0,83,
36710,116,0,97,0,
3672116,0,101,0,109,
36730,101,0,110,0,
3674116,0,95,0,50,
36750,1,190,1,3,
36761,8,1,7,840,
367722,1,51,1,102,
3678841,16,0,616,1,
36791876,842,16,0,616,
36801,2551,843,16,0,
3681616,1,124,844,16,
36820,616,1,2136,845,
368317,846,15,711,1,
3684-1,1,5,847,20,
3685848,4,26,73,0,
3686102,0,83,0,116,
36870,97,0,116,0,
3688101,0,109,0,101,
36890,110,0,116,0,
369095,0,52,0,1,
3691186,1,3,1,8,
36921,7,849,22,1,
369347,1,381,850,16,
36940,616,1,137,851,
369516,0,616,1,1901,
3696852,16,0,616,1,
36971153,853,16,0,616,
36981,151,854,16,0,
3699616,1,1407,855,16,
37000,616,1,1659,856,
370116,0,616,1,406,
3702857,16,0,616,1,
37031371,858,16,0,616,
37041,166,859,16,0,
3705616,1,1622,860,16,
37060,616,1,2356,861,
370717,862,15,823,1,
3708-1,1,5,863,20,
3709864,4,38,67,0,
3710111,0,109,0,112,
37110,111,0,117,0,
3712110,0,100,0,83,
37130,116,0,97,0,
3714116,0,101,0,109,
37150,101,0,110,0,
3716116,0,95,0,50,
37170,1,162,1,3,
37181,4,1,3,865,
371922,1,23,1,1931,
3720866,17,867,15,868,
37214,30,37,0,87,
37220,104,0,105,0, 37450,104,0,105,0,
3723108,0,101,0,83, 3746108,0,101,0,83,
37240,116,0,97,0, 37470,116,0,97,0,
3725116,0,101,0,109, 3748116,0,101,0,109,
37260,101,0,110,0, 37490,101,0,110,0,
3727116,0,1,-1,1, 3750116,0,95,0,49,
37285,869,20,870,4, 37510,1,188,1,3,
372932,87,0,104,0, 37521,6,1,5,874,
3730105,0,108,0,101, 375322,1,48,1,1933,
37310,83,0,116,0, 3754875,16,0,618,1,
373297,0,116,0,101, 3755431,876,16,0,618,
37330,109,0,101,0, 37561,1585,877,16,0,
3734110,0,116,0,95, 3757618,1,182,878,16,
37350,49,0,1,187, 37580,618,1,1189,879,
37361,3,1,6,1, 375916,0,618,1,1443,
37375,871,22,1,48, 3760880,16,0,618,1,
37381,1933,872,16,0, 37611695,881,16,0,618,
3739616,1,431,873,16, 37621,2198,882,16,0,
37400,616,1,1585,874, 3763618,1,447,883,16,
374116,0,616,1,182, 37640,618,1,199,884,
3742875,16,0,616,1, 376516,0,618,1,1958,
37431189,876,16,0,616, 3766885,16,0,618,1,
37441,1443,877,16,0, 37671657,886,17,887,15,
3745616,1,1695,878,16, 3768721,1,-1,1,5,
37460,616,1,2198,879, 3769888,20,889,4,22,
374716,0,616,1,447, 377083,0,116,0,97,
3748880,16,0,616,1, 37710,116,0,101,0,
3749199,881,16,0,616, 3772109,0,101,0,110,
37501,1958,882,16,0, 37730,116,0,95,0,
3751616,1,1657,883,17, 377450,0,1,168,1,
3752884,15,718,1,-1, 37753,1,3,1,2,
37531,5,885,20,886, 3776890,22,1,28,1,
37544,22,83,0,116, 3777459,891,16,0,618,
37550,97,0,116,0, 37781,462,892,16,0,
3756101,0,109,0,101, 3779618,1,217,893,16,
37570,110,0,116,0, 37800,618,1,2227,894,
375895,0,50,0,1, 378117,895,15,871,1,
3759167,1,3,1,3, 3782-1,1,5,896,20,
37601,2,887,22,1, 3783897,4,32,87,0,
376128,1,459,888,16, 3784104,0,105,0,108,
37620,616,1,462,889, 37850,101,0,83,0,
376316,0,616,1,217, 3786116,0,97,0,116,
3764890,16,0,616,1, 37870,101,0,109,0,
37652227,891,17,892,15, 3788101,0,110,0,116,
3766868,1,-1,1,5, 37890,95,0,50,0,
3767893,20,894,4,32, 37901,189,1,3,1,
376887,0,104,0,105, 37916,1,5,898,22,
37690,108,0,101,0, 37921,49,1,1225,899,
379316,0,618,1,1479,
3794900,16,0,618,1,
37951731,901,16,0,618,
37961,1989,902,17,903,
379715,714,1,-1,1,
37985,904,20,905,4,
379926,73,0,102,0,
377083,0,116,0,97, 380083,0,116,0,97,
37710,116,0,101,0, 38010,116,0,101,0,
3772109,0,101,0,110, 3802109,0,101,0,110,
37730,116,0,95,0, 38030,116,0,95,0,
377450,0,1,188,1, 380449,0,1,184,1,
37753,1,6,1,5, 38053,1,6,1,5,
3776895,22,1,49,1, 3806906,22,1,44,1,
37771225,896,16,0,616, 38071990,907,16,0,618,
37781,1479,897,16,0, 38081,236,908,16,0,
3779616,1,1731,898,16, 3809618,1,1756,909,16,
37800,616,1,1989,899, 38100,618,1,4,910,
378117,900,15,711,1, 381119,184,1,4,911,
3782-1,1,5,901,20, 38125,96,1,256,912,
3783902,4,26,73,0, 381316,0,536,1,1261,
3784102,0,83,0,116, 3814913,16,0,536,1,
37850,97,0,116,0, 3815509,914,16,0,536,
3786101,0,109,0,101, 38161,1515,915,16,0,
37870,110,0,116,0, 3817536,1,2021,712,1,
378895,0,49,0,1, 38181775,916,16,0,536,
3789183,1,3,1,6, 38191,2029,719,1,2030,
37901,5,903,22,1, 3820725,1,2031,730,1,
379144,1,1990,904,16, 38212032,735,1,2033,740,
37920,616,1,236,905, 38221,277,917,16,0,
379316,0,616,1,1756, 3823536,1,2035,746,1,
3794906,16,0,616,1, 38242037,751,1,2039,756,
37954,907,19,184,1, 38251,32,918,16,0,
37964,908,5,96,1, 3826536,1,2041,762,1,
3797256,909,16,0,536, 38272043,767,1,2045,772,
37981,1261,910,16,0, 38281,40,919,16,0,
3799536,1,509,911,16, 3829186,1,41,920,16,
38000,536,1,1515,912, 38300,536,1,1297,921,
380116,0,536,1,2021, 383116,0,536,1,43,
3802709,1,1775,913,16, 3832922,16,0,536,1,
38030,536,1,2029,716, 383344,923,16,0,186,
38041,2030,722,1,2031, 38341,1802,780,1,1804,
3805727,1,2032,732,1,
38062033,737,1,277,914,
380716,0,536,1,2035,
3808743,1,2037,748,1,
38092039,753,1,32,915,
381016,0,536,1,2041,
3811759,1,2043,764,1,
38122045,769,1,40,916,
381316,0,186,1,2551,
3814917,16,0,536,1,
38151297,918,16,0,536,
38161,43,919,16,0,
3817536,1,41,920,16,
38180,536,1,1802,777,
38191,1804,921,16,0,
3820536,1,299,922,16,
38210,536,1,44,923,
382216,0,186,1,2310,
3823924,16,0,536,1, 3835924,16,0,536,1,
382452,925,16,0,536, 3836299,925,16,0,536,
38251,47,926,16,0, 38371,47,926,16,0,
3826182,1,525,927,16, 3838182,1,2310,927,16,
38270,536,1,63,928, 38390,536,1,52,928,
382816,0,201,1,66, 384016,0,536,1,525,
3829929,16,0,199,1, 3841929,16,0,536,1,
38302075,930,16,0,536, 384263,930,16,0,201,
38311,1574,790,1,71, 38431,66,931,16,0,
3832931,16,0,536,1, 3844199,1,2075,932,16,
383376,932,16,0,536, 38450,536,1,1574,793,
38341,1834,933,16,0, 38461,71,933,16,0,
3835536,1,79,934,16, 3847536,1,76,934,16,
38360,536,1,1335,935, 38480,536,1,1834,935,
383716,0,536,1,322, 384916,0,536,1,79,
3838936,16,0,536,1, 3850936,16,0,536,1,
383985,937,16,0,536, 38511335,937,16,0,536,
38401,89,938,16,0, 38521,322,938,16,0,
3841536,1,346,939,16, 3853536,1,85,939,16,
38420,536,1,2355,804, 38540,536,1,89,940,
38431,2105,810,1,2106, 385516,0,536,1,346,
3844940,16,0,536,1,
38452359,816,1,2361,821,
38461,1860,827,1,97,
3847941,16,0,536,1, 3856941,16,0,536,1,
38481114,942,16,0,182, 38572355,807,1,2105,813,
38491,112,943,16,0, 38581,2106,942,16,0,
3850536,1,1117,944,16, 3859536,1,2359,819,1,
38510,536,1,1873,836, 38602361,824,1,1860,830,
38521,102,945,16,0, 38611,97,943,16,0,
3853536,1,1876,946,16, 3862536,1,1114,944,16,
38540,536,1,124,947, 38630,182,1,112,945,
385516,0,536,1,2136, 386416,0,536,1,1117,
3856845,1,381,948,16, 3865946,16,0,536,1,
38570,536,1,137,949, 38661873,839,1,102,947,
385816,0,536,1,1901, 386716,0,536,1,1876,
3859950,16,0,536,1, 3868948,16,0,536,1,
38601153,951,16,0,536, 3869124,949,16,0,536,
38611,151,952,16,0, 38701,2555,950,16,0,
3862536,1,1407,953,16, 3871536,1,2136,848,1,
38630,536,1,1659,954, 3872381,951,16,0,536,
386416,0,536,1,406, 38731,137,952,16,0,
3874536,1,1901,953,16,
38750,536,1,1153,954,
387616,0,536,1,151,
3865955,16,0,536,1, 3877955,16,0,536,1,
38661371,956,16,0,536, 38781407,956,16,0,536,
38671,166,957,16,0, 38791,1659,957,16,0,
3868536,1,1622,958,16, 3880536,1,406,958,16,
38690,536,1,2356,861, 38810,536,1,1371,959,
38701,1931,866,1,1933, 388216,0,536,1,166,
3871959,16,0,536,1, 3883960,16,0,536,1,
3872431,960,16,0,536, 38841622,961,16,0,536,
38731,1585,961,16,0, 38851,2356,864,1,1931,
3874536,1,182,962,16, 3886869,1,1933,962,16,
38750,536,1,1189,963, 38870,536,1,431,963,
387616,0,536,1,1443, 388816,0,536,1,1585,
3877964,16,0,536,1, 3889964,16,0,536,1,
38781695,965,16,0,536, 3890182,965,16,0,536,
38791,2198,966,16,0, 38911,1189,966,16,0,
3880536,1,447,967,16, 3892536,1,1443,967,16,
38810,536,1,199,968, 38930,536,1,1695,968,
388216,0,536,1,1958, 389416,0,536,1,2198,
3883969,16,0,536,1, 3895969,16,0,536,1,
38841657,883,1,459,970, 3896447,970,16,0,536,
388516,0,536,1,462, 38971,199,971,16,0,
3886971,16,0,536,1, 3898536,1,1958,972,16,
3887217,972,16,0,536, 38990,536,1,1657,886,
38881,2227,891,1,1225, 39001,459,973,16,0,
3889973,16,0,536,1, 3901536,1,462,974,16,
38901479,974,16,0,536, 39020,536,1,217,975,
38911,1731,975,16,0, 390316,0,536,1,2227,
3892536,1,1989,899,1, 3904894,1,1225,976,16,
38931990,976,16,0,536, 39050,536,1,1479,977,
38941,236,977,16,0, 390616,0,536,1,1731,
3895536,1,1756,978,16, 3907978,16,0,536,1,
38960,536,1,5,979, 39081989,902,1,1990,979,
389719,181,1,5,980, 390916,0,536,1,236,
38985,96,1,256,981, 3910980,16,0,536,1,
389916,0,532,1,1261, 39111756,981,16,0,536,
3900982,16,0,532,1, 39121,5,982,19,181,
3901509,983,16,0,532, 39131,5,983,5,96,
39021,1515,984,16,0, 39141,256,984,16,0,
3903532,1,2021,709,1, 3915532,1,1261,985,16,
39041775,985,16,0,532, 39160,532,1,509,986,
39051,2029,716,1,2030, 391716,0,532,1,1515,
3906722,1,2031,727,1, 3918987,16,0,532,1,
39072032,732,1,2033,737, 39192021,712,1,1775,988,
39081,277,986,16,0, 392016,0,532,1,2029,
3909532,1,2035,743,1, 3921719,1,2030,725,1,
39102037,748,1,2039,753, 39222031,730,1,2032,735,
39111,32,987,16,0, 39231,2033,740,1,277,
3912532,1,2041,759,1, 3924989,16,0,532,1,
39132043,764,1,2045,769, 39252035,746,1,2037,751,
39141,40,988,16,0, 39261,2039,756,1,32,
3915185,1,2551,989,16, 3927990,16,0,532,1,
39160,532,1,1297,990, 39282041,762,1,2043,767,
391716,0,532,1,43, 39291,2045,772,1,40,
3918991,16,0,532,1, 3930991,16,0,185,1,
391941,992,16,0,532, 393141,992,16,0,532,
39201,1802,777,1,1804, 39321,1297,993,16,0,
3921993,16,0,532,1, 3933532,1,43,994,16,
3922299,994,16,0,532, 39340,532,1,44,995,
39231,44,995,16,0, 393516,0,185,1,1802,
3924185,1,2310,996,16, 3936780,1,1804,996,16,
39250,532,1,52,997, 39370,532,1,299,997,
392616,0,532,1,47, 393816,0,532,1,47,
3927998,16,0,179,1, 3939998,16,0,179,1,
3928525,999,16,0,532, 39402310,999,16,0,532,
39291,63,1000,16,0, 39411,52,1000,16,0,
3930200,1,66,1001,16, 3942532,1,525,1001,16,
39310,198,1,2075,1002, 39430,532,1,63,1002,
393216,0,532,1,1574, 394416,0,200,1,66,
3933790,1,71,1003,16, 39451003,16,0,198,1,
39340,532,1,76,1004, 39462075,1004,16,0,532,
393516,0,532,1,1834, 39471,1574,793,1,71,
39361005,16,0,532,1, 39481005,16,0,532,1,
393779,1006,16,0,532, 394976,1006,16,0,532,
39381,1335,1007,16,0, 39501,1834,1007,16,0,
3939532,1,322,1008,16, 3951532,1,79,1008,16,
39400,532,1,85,1009, 39520,532,1,1335,1009,
394116,0,532,1,89, 395316,0,532,1,322,
39421010,16,0,532,1, 39541010,16,0,532,1,
3943346,1011,16,0,532, 395585,1011,16,0,532,
39441,2355,804,1,2105, 39561,89,1012,16,0,
3945810,1,2106,1012,16, 3957532,1,346,1013,16,
39460,532,1,2359,816, 39580,532,1,2355,807,
39471,2361,821,1,1860, 39591,2105,813,1,2106,
3948827,1,97,1013,16, 39601014,16,0,532,1,
39490,532,1,1114,1014, 39612359,819,1,2361,824,
395016,0,179,1,112, 39621,1860,830,1,97,
39511015,16,0,532,1, 39631015,16,0,532,1,
39521117,1016,16,0,532, 39641114,1016,16,0,179,
39531,1873,836,1,102, 39651,112,1017,16,0,
39541017,16,0,532,1, 3966532,1,1117,1018,16,
39551876,1018,16,0,532, 39670,532,1,1873,839,
39561,124,1019,16,0, 39681,102,1019,16,0,
3957532,1,2136,845,1, 3969532,1,1876,1020,16,
3958381,1020,16,0,532, 39700,532,1,124,1021,
39591,137,1021,16,0, 397116,0,532,1,2555,
3960532,1,1901,1022,16, 39721022,16,0,532,1,
39610,532,1,1153,1023, 39732136,848,1,381,1023,
396216,0,532,1,151, 397416,0,532,1,137,
39631024,16,0,532,1, 39751024,16,0,532,1,
39641407,1025,16,0,532, 39761901,1025,16,0,532,
39651,1659,1026,16,0, 39771,1153,1026,16,0,
3966532,1,406,1027,16, 3978532,1,151,1027,16,
39670,532,1,1371,1028, 39790,532,1,1407,1028,
396816,0,532,1,166, 398016,0,532,1,1659,
39691029,16,0,532,1, 39811029,16,0,532,1,
39701622,1030,16,0,532, 3982406,1030,16,0,532,
39711,2356,861,1,1931, 39831,1371,1031,16,0,
3972866,1,1933,1031,16, 3984532,1,166,1032,16,
39730,532,1,431,1032, 39850,532,1,1622,1033,
397416,0,532,1,1585, 398616,0,532,1,2356,
39751033,16,0,532,1, 3987864,1,1931,869,1,
3976182,1034,16,0,532, 39881933,1034,16,0,532,
39771,1189,1035,16,0, 39891,431,1035,16,0,
3978532,1,1443,1036,16, 3990532,1,1585,1036,16,
39790,532,1,1695,1037, 39910,532,1,182,1037,
398016,0,532,1,2198, 399216,0,532,1,1189,
39811038,16,0,532,1, 39931038,16,0,532,1,
3982447,1039,16,0,532, 39941443,1039,16,0,532,
39831,199,1040,16,0, 39951,1695,1040,16,0,
3984532,1,1958,1041,16, 3996532,1,2198,1041,16,
39850,532,1,1657,883, 39970,532,1,447,1042,
39861,459,1042,16,0, 399816,0,532,1,199,
3987532,1,462,1043,16, 39991043,16,0,532,1,
39880,532,1,217,1044, 40001958,1044,16,0,532,
398916,0,532,1,2227, 40011,1657,886,1,459,
3990891,1,1225,1045,16, 40021045,16,0,532,1,
39910,532,1,1479,1046, 4003462,1046,16,0,532,
399216,0,532,1,1731, 40041,217,1047,16,0,
39931047,16,0,532,1, 4005532,1,2227,894,1,
39941989,899,1,1990,1048, 40061225,1048,16,0,532,
399516,0,532,1,236, 40071,1479,1049,16,0,
39961049,16,0,532,1, 4008532,1,1731,1050,16,
39971756,1050,16,0,532, 40090,532,1,1989,902,
39981,6,1051,19,284, 40101,1990,1051,16,0,
39991,6,1052,5,2, 4011532,1,236,1052,16,
40001,1114,1053,16,0, 40120,532,1,1756,1053,
4001282,1,40,1054,16, 401316,0,532,1,6,
40020,521,1,7,1055, 40141054,19,285,1,6,
400319,238,1,7,1056, 40151055,5,2,1,1114,
40045,2,1,1114,1057, 40161056,16,0,283,1,
400516,0,236,1,40, 401740,1057,16,0,521,
40061058,16,0,481,1, 40181,7,1058,19,238,
40078,1059,19,207,1, 40191,7,1059,5,2,
40088,1060,5,2,1, 40201,1114,1060,16,0,
40091114,1061,16,0,205, 4021236,1,40,1061,16,
40101,40,1062,16,0, 40220,482,1,8,1062,
4011451,1,9,1063,19, 402319,207,1,8,1063,
4012213,1,9,1064,5, 40245,2,1,1114,1064,
40132,1,1114,1065,16, 402516,0,205,1,40,
40140,211,1,40,1066, 40261065,16,0,454,1,
401516,0,432,1,10, 40279,1066,19,213,1,
40161067,19,164,1,10, 40289,1067,5,2,1,
40171068,5,2,1,1114, 40291114,1068,16,0,211,
40181069,16,0,162,1, 40301,40,1069,16,0,
401940,1070,16,0,384, 4031437,1,10,1070,19,
40201,11,1071,19,192, 4032164,1,10,1071,5,
40211,11,1072,5,142, 40332,1,1114,1072,16,
40221,1260,1073,17,1074, 40340,162,1,40,1073,
402315,1075,4,34,37, 403516,0,391,1,11,
40240,83,0,105,0, 40361074,19,192,1,11,
40371075,5,142,1,1260,
40381076,17,1077,15,1078,
40394,34,37,0,83,
40400,105,0,109,0,
4041112,0,108,0,101,
40420,65,0,115,0,
4043115,0,105,0,103,
40440,110,0,109,0,
4045101,0,110,0,116,
40460,1,-1,1,5,
40471079,20,1080,4,38,
404883,0,105,0,109,
40490,112,0,108,0,
4050101,0,65,0,115,
40510,115,0,105,0,
4052103,0,110,0,109,
40530,101,0,110,0,
4054116,0,95,0,50,
40550,49,0,1,219,
40561,3,1,6,1,
40575,1081,22,1,79,
40581,1011,1082,17,1083,
405915,1084,4,44,37,
40600,80,0,97,0,
4061114,0,101,0,110,
40620,116,0,104,0,
4063101,0,115,0,105,
40640,115,0,69,0,
4065120,0,112,0,114,
40660,101,0,115,0,
4067115,0,105,0,111,
40680,110,0,1,-1,
40691,5,1085,20,1086,
40704,46,80,0,97,
40710,114,0,101,0,
4072110,0,116,0,104,
40730,101,0,115,0,
4074105,0,115,0,69,
40750,120,0,112,0,
4076114,0,101,0,115,
40770,115,0,105,0,
4078111,0,110,0,95,
40790,50,0,1,266,
40801,3,1,4,1,
40813,1087,22,1,126,
40821,1514,1088,17,1089,
408315,1078,1,-1,1,
40845,1090,20,1091,4,
408538,83,0,105,0,
4025109,0,112,0,108, 4086109,0,112,0,108,
40260,101,0,65,0, 40870,101,0,65,0,
4027115,0,115,0,105, 4088115,0,115,0,105,
40280,103,0,110,0, 40890,103,0,110,0,
4029109,0,101,0,110, 4090109,0,101,0,110,
40300,116,0,1,-1, 40910,116,0,95,0,
40311,5,1076,20,1077, 409249,0,52,0,1,
40324,38,83,0,105, 4093212,1,3,1,4,
40941,3,1092,22,1,
409572,1,9,1093,17,
40961094,15,1095,4,24,
409737,0,68,0,101,
40980,99,0,108,0,
409997,0,114,0,97,
41000,116,0,105,0,
4101111,0,110,0,1,
4102-1,1,5,1096,20,
41031097,4,26,68,0,
4104101,0,99,0,108,
41050,97,0,114,0,
410697,0,116,0,105,
41070,111,0,110,0,
410895,0,49,0,1,
4109161,1,3,1,3,
41101,2,1098,22,1,
411121,1,262,1099,17,
41121100,15,1101,4,34,
411337,0,66,0,105,
41140,110,0,97,0,
4115114,0,121,0,69,
41160,120,0,112,0,
4117114,0,101,0,115,
41180,115,0,105,0,
4119111,0,110,0,1,
4120-1,1,5,1102,20,
41211103,4,36,66,0,
4122105,0,110,0,97,
41230,114,0,121,0,
412469,0,120,0,112,
41250,114,0,101,0,
4126115,0,115,0,105,
41270,111,0,110,0,
412895,0,53,0,1,
4129248,1,3,1,4,
41301,3,1104,22,1,
4131108,1,1267,1105,17,
41321106,15,1078,1,-1,
41331,5,1107,20,1108,
41344,36,83,0,105,
40330,109,0,112,0, 41350,109,0,112,0,
4034108,0,101,0,65, 4136108,0,101,0,65,
40350,115,0,115,0, 41370,115,0,115,0,
4036105,0,103,0,110, 4138105,0,103,0,110,
40370,109,0,101,0, 41390,109,0,101,0,
4038110,0,116,0,95, 4140110,0,116,0,95,
40390,50,0,49,0, 41410,56,0,1,206,
40401,218,1,3,1, 41421,3,1,6,1,
40416,1,5,1078,22, 41435,1109,22,1,66,
40421,79,1,1011,1079, 41441,2021,712,1,1521,
404317,1080,15,1081,4, 41451110,17,1111,15,1078,
404444,37,0,80,0, 41461,-1,1,5,1112,
404597,0,114,0,101, 414720,1113,4,36,83,
40460,110,0,116,0,
4047104,0,101,0,115,
40480,105,0,115,0,
404969,0,120,0,112,
40500,114,0,101,0,
4051115,0,115,0,105,
40520,111,0,110,0,
40531,-1,1,5,1082,
405420,1083,4,46,80,
40550,97,0,114,0,
4056101,0,110,0,116,
40570,104,0,101,0,
4058115,0,105,0,115,
40590,69,0,120,0,
4060112,0,114,0,101,
40610,115,0,115,0,
4062105,0,111,0,110,
40630,95,0,50,0,
40641,265,1,3,1,
40654,1,3,1084,22,
40661,126,1,1514,1085,
406717,1086,15,1075,1,
4068-1,1,5,1087,20,
40691088,4,38,83,0,
4070105,0,109,0,112,
40710,108,0,101,0,
407265,0,115,0,115,
40730,105,0,103,0,
4074110,0,109,0,101,
40750,110,0,116,0,
407695,0,49,0,52,
40770,1,211,1,3,
40781,4,1,3,1089,
407922,1,72,1,9,
40801090,17,1091,15,1092,
40814,24,37,0,68,
40820,101,0,99,0,
4083108,0,97,0,114,
40840,97,0,116,0,
4085105,0,111,0,110,
40860,1,-1,1,5,
40871093,20,1094,4,26,
408868,0,101,0,99,
40890,108,0,97,0,
4090114,0,97,0,116,
40910,105,0,111,0,
4092110,0,95,0,49,
40930,1,160,1,3,
40941,3,1,2,1095,
409522,1,21,1,262,
40961096,17,1097,15,1098,
40974,34,37,0,66,
40980,105,0,110,0,
409997,0,114,0,121,
41000,69,0,120,0,
4101112,0,114,0,101,
41020,115,0,115,0,
4103105,0,111,0,110,
41040,1,-1,1,5,
41051099,20,1100,4,36,
410666,0,105,0,110,
41070,97,0,114,0,
4108121,0,69,0,120,
41090,112,0,114,0,
4110101,0,115,0,115,
41110,105,0,111,0,
4112110,0,95,0,53,
41130,1,247,1,3,
41141,4,1,3,1101,
411522,1,108,1,1267,
41161102,17,1103,15,1075,
41171,-1,1,5,1104,
411820,1105,4,36,83,
41190,105,0,109,0, 41480,105,0,109,0,
4120112,0,108,0,101, 4149112,0,108,0,101,
41210,65,0,115,0, 41500,65,0,115,0,
4122115,0,105,0,103, 4151115,0,105,0,103,
41230,110,0,109,0, 41520,110,0,109,0,
4124101,0,110,0,116, 4153101,0,110,0,116,
41250,95,0,56,0, 41540,95,0,49,0,
41261,205,1,3,1, 41551,199,1,3,1,
41276,1,5,1106,22, 41564,1,3,1114,22,
41281,66,1,2021,709, 41571,59,1,2024,1115,
41291,1521,1107,17,1108, 415817,1116,15,1117,4,
413015,1075,1,-1,1, 415924,37,0,83,0,
41315,1109,20,1110,4, 4160116,0,97,0,116,
413236,83,0,105,0, 41610,101,0,67,0,
4133109,0,112,0,108, 4162104,0,97,0,110,
41340,101,0,65,0, 41630,103,0,101,0,
4135115,0,115,0,105, 41641,-1,1,5,1118,
41360,103,0,110,0, 416520,1119,4,26,83,
4137109,0,101,0,110, 41660,116,0,97,0,
41380,116,0,95,0, 4167116,0,101,0,67,
413949,0,1,198,1, 41680,104,0,97,0,
41403,1,4,1,3, 4169110,0,103,0,101,
41411111,22,1,59,1, 41700,95,0,49,0,
41422024,1112,17,1113,15, 41711,182,1,3,1,
41431114,4,24,37,0, 41723,1,2,1120,22,
414483,0,116,0,97, 41731,42,1,1775,1121,
41450,116,0,101,0, 417417,1122,15,1123,4,
414667,0,104,0,97, 417530,37,0,69,0,
41470,110,0,103,0, 4176109,0,112,0,116,
4148101,0,1,-1,1, 41770,121,0,83,0,
41495,1115,20,1116,4, 4178116,0,97,0,116,
415026,83,0,116,0, 41790,101,0,109,0,
415197,0,116,0,101, 4180101,0,110,0,116,
41520,67,0,104,0, 41810,1,-1,1,5,
415397,0,110,0,103, 41821124,20,1125,4,32,
41540,101,0,95,0,
415549,0,1,181,1,
41563,1,3,1,2,
41571117,22,1,42,1,
41581775,1118,17,1119,15,
41591120,4,30,37,0,
416069,0,109,0,112, 418369,0,109,0,112,
41610,116,0,121,0, 41840,116,0,121,0,
416283,0,116,0,97, 418583,0,116,0,97,
41630,116,0,101,0, 41860,116,0,101,0,
4164109,0,101,0,110, 4187109,0,101,0,110,
41650,116,0,1,-1, 41880,116,0,95,0,
41661,5,1121,20,1122, 418949,0,1,166,1,
41674,32,69,0,109, 41903,1,1,1,0,
41680,112,0,116,0, 41911126,22,1,26,1,
4169121,0,83,0,116, 419219,1127,17,1094,1,
41700,97,0,116,0, 41932,1098,1,2028,1128,
4171101,0,109,0,101, 419417,1129,15,1130,4,
41720,110,0,116,0, 419520,37,0,74,0,
417395,0,49,0,1, 4196117,0,109,0,112,
4174165,1,3,1,1, 41970,76,0,97,0,
41751,0,1123,22,1, 419898,0,101,0,108,
417626,1,19,1124,17, 41990,1,-1,1,5,
41771091,1,2,1095,1, 42001131,20,1132,4,22,
41782028,1125,17,1126,15,
41791127,4,20,37,0,
418074,0,117,0,109, 420174,0,117,0,109,
41810,112,0,76,0, 42020,112,0,76,0,
418297,0,98,0,101, 420397,0,98,0,101,
41830,108,0,1,-1, 42040,108,0,95,0,
41841,5,1128,20,1129, 420549,0,1,180,1,
41854,22,74,0,117, 42063,1,3,1,2,
41860,109,0,112,0, 42071133,22,1,40,1,
418776,0,97,0,98, 42082029,719,1,2281,1134,
41880,101,0,108,0, 420917,1135,15,1136,4,
418995,0,49,0,1, 421034,37,0,70,0,
4190179,1,3,1,3, 4211111,0,114,0,76,
41911,2,1130,22,1, 42120,111,0,111,0,
419240,1,2029,716,1, 4213112,0,83,0,116,
41932281,1131,17,1132,15, 42140,97,0,116,0,
41941133,4,34,37,0, 4215101,0,109,0,101,
419570,0,111,0,114,
41960,76,0,111,0,
4197111,0,112,0,83,
41980,116,0,97,0,
4199116,0,101,0,109,
42000,101,0,110,0,
4201116,0,1,-1,1,
42025,1134,20,1135,4,
420336,70,0,111,0,
4204114,0,76,0,111,
42050,111,0,112,0,
420683,0,116,0,97,
42070,116,0,101,0,
4208109,0,101,0,110,
42090,116,0,95,0,
421050,0,1,193,1,
42113,1,2,1,1,
42121136,22,1,54,1,
42132031,727,1,2032,732,
42141,2033,737,1,2034,
42151137,16,0,570,1,
42162035,743,1,2036,1138,
421716,0,522,1,2037,
4218748,1,2038,1139,16,
42190,526,1,2039,753,
42201,32,1140,17,1119,
42211,0,1123,1,2041,
4222759,1,2042,1141,16,
42230,640,1,2043,764,
42241,2044,1142,16,0,
4225582,1,2045,769,1,
422640,1143,17,1144,15,
42271145,4,32,37,0,
422873,0,100,0,101,
42290,110,0,116,0, 42160,110,0,116,0,
423069,0,120,0,112, 42171,-1,1,5,1137,
42310,114,0,101,0, 421820,1138,4,36,70,
4232115,0,115,0,105, 42190,111,0,114,0,
42330,111,0,110,0, 422076,0,111,0,111,
42341,-1,1,5,1146, 42210,112,0,83,0,
423520,1147,4,34,73, 4222116,0,97,0,116,
42360,100,0,101,0, 42230,101,0,109,0,
4237110,0,116,0,69, 4224101,0,110,0,116,
42380,120,0,112,0, 42250,95,0,50,0,
4239114,0,101,0,115, 42261,194,1,3,1,
42400,115,0,105,0, 42272,1,1,1139,22,
4241111,0,110,0,95, 42281,54,1,2031,730,
42420,49,0,1,232, 42291,2032,735,1,2033,
42431,3,1,2,1, 4230740,1,2034,1140,16,
42441,1148,22,1,93, 42310,570,1,2035,746,
42451,1296,1149,17,1150, 42321,2036,1141,16,0,
424615,1075,1,-1,1, 4233522,1,2037,751,1,
42475,1151,20,1152,4, 42342038,1142,16,0,526,
424838,83,0,105,0, 42351,2039,756,1,32,
4249109,0,112,0,108, 42361143,17,1122,1,0,
42500,101,0,65,0, 42371126,1,2041,762,1,
4251115,0,115,0,105, 42382042,1144,16,0,640,
42520,103,0,110,0, 42391,2043,767,1,2044,
4253109,0,101,0,110, 42401145,16,0,582,1,
42540,116,0,95,0, 42412045,772,1,40,1146,
425550,0,48,0,1, 424217,1147,15,1148,4,
4256217,1,3,1,6, 424332,37,0,73,0,
42571,5,1153,22,1, 4244100,0,101,0,110,
425878,1,283,1154,17,
42591155,15,1098,1,-1,
42601,5,1156,20,1157,
42614,36,66,0,105,
42620,110,0,97,0,
4263114,0,121,0,69,
42640,120,0,112,0,
4265114,0,101,0,115,
42660,115,0,105,0,
4267111,0,110,0,95,
42680,52,0,1,246,
42691,3,1,4,1,
42703,1158,22,1,107,
42711,44,1159,17,1144,
42721,1,1148,1,1802,
4273777,1,47,1160,17,
42741161,15,1162,4,38,
427537,0,73,0,100,
42760,101,0,110,0,
4277116,0,68,0,111,
42780,116,0,69,0, 42450,116,0,69,0,
4279120,0,112,0,114, 4246120,0,112,0,114,
42800,101,0,115,0, 42470,101,0,115,0,
4281115,0,105,0,111, 4248115,0,105,0,111,
42820,110,0,1,-1, 42490,110,0,1,-1,
42831,5,1163,20,1164, 42501,5,1149,20,1150,
42844,40,73,0,100, 42514,34,73,0,100,
42850,101,0,110,0, 42520,101,0,110,0,
4286116,0,68,0,111, 4253116,0,69,0,120,
42870,116,0,69,0, 42540,112,0,114,0,
4288120,0,112,0,114, 4255101,0,115,0,115,
42890,101,0,115,0, 42560,105,0,111,0,
4290115,0,105,0,111, 4257110,0,95,0,49,
42910,110,0,95,0, 42580,1,233,1,3,
429249,0,1,233,1, 42591,2,1,1,1151,
42933,1,4,1,3, 426022,1,93,1,1296,
42941165,22,1,94,1, 42611152,17,1153,15,1078,
429548,1166,17,1167,15, 42621,-1,1,5,1154,
42961168,4,58,37,0, 426320,1155,4,38,83,
429773,0,110,0,99, 42640,105,0,109,0,
42980,114,0,101,0, 4265112,0,108,0,101,
4299109,0,101,0,110, 42660,65,0,115,0,
43000,116,0,68,0, 4267115,0,105,0,103,
4301101,0,99,0,114, 42680,110,0,109,0,
43020,101,0,109,0,
4303101,0,110,0,116, 4269101,0,110,0,116,
42700,95,0,50,0,
427148,0,1,218,1,
42723,1,6,1,5,
42731156,22,1,78,1,
4274283,1157,17,1158,15,
42751101,1,-1,1,5,
42761159,20,1160,4,36,
427766,0,105,0,110,
42780,97,0,114,0,
4279121,0,69,0,120,
42800,112,0,114,0,
4281101,0,115,0,115,
42820,105,0,111,0,
4283110,0,95,0,52,
42840,1,247,1,3,
42851,4,1,3,1161,
428622,1,107,1,44,
42871162,17,1147,1,1,
42881151,1,1802,780,1,
428947,1163,17,1164,15,
42901165,4,38,37,0,
429173,0,100,0,101,
42920,110,0,116,0,
429368,0,111,0,116,
43040,69,0,120,0, 42940,69,0,120,0,
4305112,0,114,0,101, 4295112,0,114,0,101,
43060,115,0,115,0, 42960,115,0,115,0,
4307105,0,111,0,110, 4297105,0,111,0,110,
43080,1,-1,1,5, 42980,1,-1,1,5,
43091169,20,1170,4,60, 42991166,20,1167,4,40,
431073,0,110,0,99, 430073,0,100,0,101,
43110,114,0,101,0, 43010,110,0,116,0,
4312109,0,101,0,110, 430268,0,111,0,116,
43130,116,0,68,0,
4314101,0,99,0,114,
43150,101,0,109,0,
4316101,0,110,0,116,
43170,69,0,120,0, 43030,69,0,120,0,
4318112,0,114,0,101, 4304112,0,114,0,101,
43190,115,0,115,0, 43050,115,0,115,0,
4320105,0,111,0,110, 4306105,0,111,0,110,
43210,95,0,52,0, 43070,95,0,49,0,
43221,237,1,3,1, 43081,234,1,3,1,
43235,1,4,1171,22, 43094,1,3,1168,22,
43241,98,1,49,1172, 43101,94,1,48,1169,
432517,1173,15,1168,1, 431117,1170,15,1171,4,
4326-1,1,5,1174,20, 431258,37,0,73,0,
43271175,4,60,73,0, 4313110,0,99,0,114,
43140,101,0,109,0,
4315101,0,110,0,116,
43160,68,0,101,0,
431799,0,114,0,101,
43180,109,0,101,0,
4319110,0,116,0,69,
43200,120,0,112,0,
4321114,0,101,0,115,
43220,115,0,105,0,
4323111,0,110,0,1,
4324-1,1,5,1172,20,
43251173,4,60,73,0,
4328110,0,99,0,114, 4326110,0,99,0,114,
43290,101,0,109,0, 43270,101,0,109,0,
4330101,0,110,0,116, 4328101,0,110,0,116,
@@ -4336,12 +4334,12 @@ public yyLSLSyntax
4336114,0,101,0,115, 4334114,0,101,0,115,
43370,115,0,105,0, 43350,115,0,105,0,
4338111,0,110,0,95, 4336111,0,110,0,95,
43390,51,0,1,236, 43370,52,0,1,238,
43401,3,1,5,1, 43381,3,1,5,1,
43414,1176,22,1,97, 43394,1174,22,1,98,
43421,50,1177,17,1178, 43401,49,1175,17,1176,
434315,1168,1,-1,1, 434115,1171,1,-1,1,
43445,1179,20,1180,4, 43425,1177,20,1178,4,
434560,73,0,110,0, 434360,73,0,110,0,
434699,0,114,0,101, 434499,0,114,0,101,
43470,109,0,101,0, 43450,109,0,101,0,
@@ -4353,13 +4351,13 @@ public yyLSLSyntax
43530,112,0,114,0, 43510,112,0,114,0,
4354101,0,115,0,115, 4352101,0,115,0,115,
43550,105,0,111,0, 43530,105,0,111,0,
4356110,0,95,0,50, 4354110,0,95,0,51,
43570,1,235,1,3, 43550,1,237,1,3,
43581,3,1,2,1181, 43561,5,1,4,1179,
435922,1,96,1,51, 435722,1,97,1,50,
43601182,17,1183,15,1168, 43581180,17,1181,15,1171,
43611,-1,1,5,1184, 43591,-1,1,5,1182,
436220,1185,4,60,73, 436020,1183,4,60,73,
43630,110,0,99,0, 43610,110,0,99,0,
4364114,0,101,0,109, 4362114,0,101,0,109,
43650,101,0,110,0, 43630,101,0,110,0,
@@ -4371,67 +4369,62 @@ public yyLSLSyntax
43710,114,0,101,0, 43690,114,0,101,0,
4372115,0,115,0,105, 4370115,0,115,0,105,
43730,111,0,110,0, 43710,111,0,110,0,
437495,0,49,0,1, 437295,0,50,0,1,
4375234,1,3,1,3, 4373236,1,3,1,3,
43761,2,1186,22,1, 43741,2,1184,22,1,
437795,1,305,1187,17, 437596,1,51,1185,17,
43781188,15,1098,1,-1, 43761186,15,1171,1,-1,
43791,5,1189,20,1190, 43771,5,1187,20,1188,
43804,36,66,0,105, 43784,60,73,0,110,
43810,110,0,97,0, 43790,99,0,114,0,
4382114,0,121,0,69, 4380101,0,109,0,101,
43830,120,0,112,0, 43810,110,0,116,0,
4384114,0,101,0,115, 438268,0,101,0,99,
43850,115,0,105,0, 43830,114,0,101,0,
4386111,0,110,0,95, 4384109,0,101,0,110,
43870,51,0,1,245, 43850,116,0,69,0,
43881,3,1,4,1, 4386120,0,112,0,114,
43893,1191,22,1,106, 43870,101,0,115,0,
43901,525,1192,17,1193, 4388115,0,105,0,111,
439115,1194,4,34,37, 43890,110,0,95,0,
43920,82,0,111,0, 439049,0,1,235,1,
4393116,0,97,0,116, 43913,1,3,1,2,
43940,105,0,111,0, 43921189,22,1,95,1,
4395110,0,67,0,111, 4393305,1190,17,1191,15,
43960,110,0,115,0, 43941101,1,-1,1,5,
4397116,0,97,0,110, 43951192,20,1193,4,36,
43980,116,0,1,-1, 439666,0,105,0,110,
43991,5,1195,20,1196, 43970,97,0,114,0,
44004,36,82,0,111, 4398121,0,69,0,120,
44010,116,0,97,0,
4402116,0,105,0,111,
44030,110,0,67,0,
4404111,0,110,0,115,
44050,116,0,97,0,
4406110,0,116,0,95,
44070,49,0,1,230,
44081,3,1,10,1,
44099,1197,22,1,91,
44101,63,1198,17,1199,
441115,1200,4,38,37,
44120,84,0,121,0,
4413112,0,101,0,99,
44140,97,0,115,0,
4415116,0,69,0,120,
44160,112,0,114,0,
4417101,0,115,0,115,
44180,105,0,111,0,
4419110,0,1,-1,1,
44205,1201,20,1202,4,
442140,84,0,121,0,
4422112,0,101,0,99,
44230,97,0,115,0,
4424116,0,69,0,120,
44250,112,0,114,0, 43990,112,0,114,0,
4426101,0,115,0,115, 4400101,0,115,0,115,
44270,105,0,111,0, 44010,105,0,111,0,
4428110,0,95,0,50, 4402110,0,95,0,51,
44290,1,267,1,3, 44030,1,246,1,3,
44301,5,1,4,1203, 44041,4,1,3,1194,
443122,1,128,1,66, 440522,1,106,1,525,
44321204,17,1205,15,1200, 44061195,17,1196,15,1197,
44331,-1,1,5,1206, 44074,34,37,0,82,
443420,1207,4,40,84, 44080,111,0,116,0,
440997,0,116,0,105,
44100,111,0,110,0,
441167,0,111,0,110,
44120,115,0,116,0,
441397,0,110,0,116,
44140,1,-1,1,5,
44151198,20,1199,4,36,
441682,0,111,0,116,
44170,97,0,116,0,
4418105,0,111,0,110,
44190,67,0,111,0,
4420110,0,115,0,116,
44210,97,0,110,0,
4422116,0,95,0,49,
44230,1,231,1,3,
44241,10,1,9,1200,
442522,1,91,1,63,
44261201,17,1202,15,1203,
44274,38,37,0,84,
44350,121,0,112,0, 44280,121,0,112,0,
4436101,0,99,0,97, 4429101,0,99,0,97,
44370,115,0,116,0, 44300,115,0,116,0,
@@ -4439,12 +4432,21 @@ public yyLSLSyntax
44390,114,0,101,0, 44320,114,0,101,0,
4440115,0,115,0,105, 4433115,0,115,0,105,
44410,111,0,110,0, 44340,111,0,110,0,
444295,0,51,0,1, 44351,-1,1,5,1204,
4443268,1,3,1,7, 443620,1205,4,40,84,
44441,6,1208,22,1, 44370,121,0,112,0,
4445129,1,67,1209,17, 4438101,0,99,0,97,
44461210,15,1200,1,-1, 44390,115,0,116,0,
44471,5,1211,20,1212, 444069,0,120,0,112,
44410,114,0,101,0,
4442115,0,115,0,105,
44430,111,0,110,0,
444495,0,50,0,1,
4445268,1,3,1,5,
44461,4,1206,22,1,
4447128,1,66,1207,17,
44481208,15,1203,1,-1,
44491,5,1209,20,1210,
44484,40,84,0,121, 44504,40,84,0,121,
44490,112,0,101,0, 44510,112,0,101,0,
445099,0,97,0,115, 445299,0,97,0,115,
@@ -4453,12 +4455,12 @@ public yyLSLSyntax
44530,101,0,115,0, 44550,101,0,115,0,
4454115,0,105,0,111, 4456115,0,105,0,111,
44550,110,0,95,0, 44570,110,0,95,0,
445655,0,1,272,1, 445851,0,1,269,1,
44573,1,8,1,7, 44593,1,7,1,6,
44581213,22,1,133,1, 44601211,22,1,129,1,
445968,1214,17,1215,15, 446167,1212,17,1213,15,
44601200,1,-1,1,5, 44621203,1,-1,1,5,
44611216,20,1217,4,40, 44631214,20,1215,4,40,
446284,0,121,0,112, 446484,0,121,0,112,
44630,101,0,99,0, 44650,101,0,99,0,
446497,0,115,0,116, 446697,0,115,0,116,
@@ -4466,13 +4468,13 @@ public yyLSLSyntax
4466112,0,114,0,101, 4468112,0,114,0,101,
44670,115,0,115,0, 44690,115,0,115,0,
4468105,0,111,0,110, 4470105,0,111,0,110,
44690,95,0,53,0, 44710,95,0,55,0,
44701,270,1,3,1, 44721,273,1,3,1,
44718,1,7,1218,22, 44738,1,7,1216,22,
44721,131,1,69,1219, 44741,133,1,68,1217,
447317,1220,15,1200,1, 447517,1218,15,1203,1,
4474-1,1,5,1221,20, 4476-1,1,5,1219,20,
44751222,4,40,84,0, 44771220,4,40,84,0,
4476121,0,112,0,101, 4478121,0,112,0,101,
44770,99,0,97,0, 44790,99,0,97,0,
4478115,0,116,0,69, 4480115,0,116,0,69,
@@ -4480,12 +4482,12 @@ public yyLSLSyntax
4480114,0,101,0,115, 4482114,0,101,0,115,
44810,115,0,105,0, 44830,115,0,105,0,
4482111,0,110,0,95, 4484111,0,110,0,95,
44830,54,0,1,271, 44850,53,0,1,271,
44841,3,1,6,1, 44861,3,1,8,1,
44855,1223,22,1,132, 44877,1221,22,1,131,
44861,70,1224,17,1225, 44881,69,1222,17,1223,
448715,1200,1,-1,1, 448915,1203,1,-1,1,
44885,1226,20,1227,4, 44905,1224,20,1225,4,
448940,84,0,121,0, 449140,84,0,121,0,
4490112,0,101,0,99, 4492112,0,101,0,99,
44910,97,0,115,0, 44930,97,0,115,0,
@@ -4493,13 +4495,13 @@ public yyLSLSyntax
44930,112,0,114,0, 44950,112,0,114,0,
4494101,0,115,0,115, 4496101,0,115,0,115,
44950,105,0,111,0, 44970,105,0,111,0,
4496110,0,95,0,52, 4498110,0,95,0,54,
44970,1,269,1,3, 44990,1,272,1,3,
44981,6,1,5,1228, 45001,6,1,5,1226,
449922,1,130,1,74, 450122,1,132,1,70,
45001229,17,1230,15,1200, 45021227,17,1228,15,1203,
45011,-1,1,5,1231, 45031,-1,1,5,1229,
450220,1232,4,40,84, 450420,1230,4,40,84,
45030,121,0,112,0, 45050,121,0,112,0,
4504101,0,99,0,97, 4506101,0,99,0,97,
45050,115,0,116,0, 45070,115,0,116,0,
@@ -4507,265 +4509,215 @@ public yyLSLSyntax
45070,114,0,101,0, 45090,114,0,101,0,
4508115,0,115,0,105, 4510115,0,115,0,105,
45090,111,0,110,0, 45110,111,0,110,0,
451095,0,57,0,1, 451295,0,52,0,1,
4511274,1,3,1,7, 4513270,1,3,1,6,
45121,6,1233,22,1, 45141,5,1231,22,1,
4513135,1,1013,1234,17, 4515130,1,74,1232,17,
45141235,15,1081,1,-1, 45161233,15,1203,1,-1,
45151,5,1236,20,1237, 45171,5,1234,20,1235,
45164,46,80,0,97, 45184,40,84,0,121,
45170,114,0,101,0, 45190,112,0,101,0,
4518110,0,116,0,104, 452099,0,97,0,115,
45210,116,0,69,0,
4522120,0,112,0,114,
45190,101,0,115,0, 45230,101,0,115,0,
4520105,0,115,0,69, 4524115,0,105,0,111,
45210,120,0,112,0, 45250,110,0,95,0,
4522114,0,101,0,115, 452657,0,1,275,1,
45273,1,7,1,6,
45281236,22,1,135,1,
45291013,1237,17,1238,15,
45301084,1,-1,1,5,
45311239,20,1240,4,46,
453280,0,97,0,114,
45330,101,0,110,0,
4534116,0,104,0,101,
45230,115,0,105,0, 45350,115,0,105,0,
4524111,0,110,0,95, 4536115,0,69,0,120,
45250,49,0,1,264, 45370,112,0,114,0,
4538101,0,115,0,115,
45390,105,0,111,0,
4540110,0,95,0,49,
45410,1,265,1,3,
45421,4,1,3,1241,
454322,1,125,1,1332,
45441242,17,1243,15,1078,
45451,-1,1,5,1244,
454620,1245,4,38,83,
45470,105,0,109,0,
4548112,0,108,0,101,
45490,65,0,115,0,
4550115,0,105,0,103,
45510,110,0,109,0,
4552101,0,110,0,116,
45530,95,0,49,0,
455457,0,1,217,1,
45553,1,6,1,5,
45561246,22,1,77,1,
45571048,1247,17,1248,15,
45581101,1,-1,1,5,
45591249,20,1250,4,38,
456066,0,105,0,110,
45610,97,0,114,0,
4562121,0,69,0,120,
45630,112,0,114,0,
4564101,0,115,0,115,
45650,105,0,111,0,
4566110,0,95,0,49,
45670,56,0,1,261,
45261,3,1,4,1, 45681,3,1,4,1,
45273,1238,22,1,125, 45693,1251,22,1,121,
45281,1332,1239,17,1240, 45701,1585,1252,17,1253,
452915,1075,1,-1,1, 457115,1254,4,32,37,
45305,1241,20,1242,4, 45720,82,0,101,0,
453138,83,0,105,0, 4573116,0,117,0,114,
4532109,0,112,0,108, 45740,110,0,83,0,
45330,101,0,65,0, 4575116,0,97,0,116,
4534115,0,115,0,105, 45760,101,0,109,0,
45350,103,0,110,0, 4577101,0,110,0,116,
4536109,0,101,0,110, 45780,1,-1,1,5,
45370,116,0,95,0, 45791255,20,1256,4,34,
453849,0,57,0,1, 458082,0,101,0,116,
4539216,1,3,1,6, 45810,117,0,114,0,
45401,5,1243,22,1, 4582110,0,83,0,116,
454177,1,1048,1244,17, 45830,97,0,116,0,
45421245,15,1098,1,-1, 4584101,0,109,0,101,
45431,5,1246,20,1247, 45850,110,0,116,0,
45444,38,66,0,105, 458695,0,50,0,1,
4587224,1,3,1,2,
45881,1,1257,22,1,
458984,1,2023,1258,17,
45901259,15,1117,1,-1,
45911,5,1260,20,1261,
45924,26,83,0,116,
45930,97,0,116,0,
4594101,0,67,0,104,
45950,97,0,110,0,
4596103,0,101,0,95,
45970,50,0,1,183,
45981,3,1,3,1,
45992,1262,22,1,43,
46001,2136,848,1,82,
46011263,17,1264,15,1265,
46024,32,37,0,85,
45450,110,0,97,0, 46030,110,0,97,0,
4546114,0,121,0,69, 4604114,0,121,0,69,
45470,120,0,112,0, 46050,120,0,112,0,
4548114,0,101,0,115, 4606114,0,101,0,115,
45490,115,0,105,0, 46070,115,0,105,0,
4550111,0,110,0,95, 4608111,0,110,0,1,
45510,49,0,56,0, 4609-1,1,5,1266,20,
45521,260,1,3,1, 46101267,4,34,85,0,
45534,1,3,1248,22, 4611110,0,97,0,114,
45541,121,1,1585,1249, 46120,121,0,69,0,
455517,1250,15,1251,4, 4613120,0,112,0,114,
455632,37,0,82,0, 46140,101,0,115,0,
4615115,0,105,0,111,
46160,110,0,95,0,
461751,0,1,264,1,
46183,1,3,1,2,
46191268,22,1,124,1,
46202026,1269,17,1270,15,
46211271,4,28,37,0,
462274,0,117,0,109,
46230,112,0,83,0,
4624116,0,97,0,116,
46250,101,0,109,0,
4626101,0,110,0,116,
46270,1,-1,1,5,
46281272,20,1273,4,30,
462974,0,117,0,109,
46300,112,0,83,0,
4631116,0,97,0,116,
46320,101,0,109,0,
4633101,0,110,0,116,
46340,95,0,49,0,
46351,181,1,3,1,
46363,1,2,1274,22,
46371,41,1,1591,1275,
463817,1276,15,1254,1,
4639-1,1,5,1277,20,
46401278,4,34,82,0,
4557101,0,116,0,117, 4641101,0,116,0,117,
45580,114,0,110,0, 46420,114,0,110,0,
455983,0,116,0,97, 464383,0,116,0,97,
45600,116,0,101,0, 46440,116,0,101,0,
4561109,0,101,0,110, 4645109,0,101,0,110,
45620,116,0,1,-1, 46460,116,0,95,0,
45631,5,1252,20,1253, 464749,0,1,223,1,
45644,34,82,0,101, 46483,1,3,1,2,
45650,116,0,117,0, 46491279,22,1,83,1,
4566114,0,110,0,83, 46501341,1280,17,1281,15,
45670,116,0,97,0, 46511078,1,-1,1,5,
4568116,0,101,0,109, 46521282,20,1283,4,36,
465383,0,105,0,109,
46540,112,0,108,0,
4655101,0,65,0,115,
46560,115,0,105,0,
4657103,0,110,0,109,
45690,101,0,110,0, 46580,101,0,110,0,
4570116,0,95,0,50, 4659116,0,95,0,54,
45710,1,223,1,3, 46600,1,204,1,3,
45721,2,1,1,1254, 46611,4,1,3,1284,
457322,1,84,1,2023, 466222,1,64,1,2030,
45741255,17,1256,15,1114, 4663725,1,328,1285,17,
45751,-1,1,5,1257, 46641286,15,1101,1,-1,
457620,1258,4,26,83, 46651,5,1287,20,1288,
45770,116,0,97,0, 46664,36,66,0,105,
4578116,0,101,0,67, 46670,110,0,97,0,
45790,104,0,97,0, 4668114,0,121,0,69,
4580110,0,103,0,101, 46690,120,0,112,0,
45810,95,0,50,0, 4670114,0,101,0,115,
45821,182,1,3,1, 46710,115,0,105,0,
45833,1,2,1259,22, 4672111,0,110,0,95,
45841,43,1,2136,845, 46730,50,0,1,245,
45851,82,1260,17,1261, 46741,3,1,4,1,
458615,1262,4,32,37, 46753,1289,22,1,105,
45870,85,0,110,0, 46761,1303,1290,17,1291,
458897,0,114,0,121, 467715,1078,1,-1,1,
45890,69,0,120,0, 46785,1292,20,1293,4,
4590112,0,114,0,101, 467936,83,0,105,0,
45910,115,0,115,0, 4680109,0,112,0,108,
4592105,0,111,0,110, 46810,101,0,65,0,
45930,1,-1,1,5,
45941263,20,1264,4,34,
459585,0,110,0,97,
45960,114,0,121,0,
459769,0,120,0,112,
45980,114,0,101,0,
4599115,0,115,0,105, 4682115,0,115,0,105,
46000,111,0,110,0, 46830,103,0,110,0,
460195,0,51,0,1,
4602263,1,3,1,3,
46031,2,1265,22,1,
4604124,1,2026,1266,17,
46051267,15,1268,4,28,
460637,0,74,0,117,
46070,109,0,112,0,
460883,0,116,0,97,
46090,116,0,101,0,
4610109,0,101,0,110,
46110,116,0,1,-1,
46121,5,1269,20,1270,
46134,30,74,0,117,
46140,109,0,112,0,
461583,0,116,0,97,
46160,116,0,101,0,
4617109,0,101,0,110, 4684109,0,101,0,110,
46180,116,0,95,0, 46850,116,0,95,0,
461949,0,1,180,1, 468655,0,1,205,1,
46203,1,3,1,2, 46873,1,6,1,5,
46211271,22,1,41,1, 46881294,22,1,65,1,
46221591,1272,17,1273,15, 46891096,1295,17,1296,15,
46231251,1,-1,1,5, 46901297,4,26,37,0,
46241274,20,1275,4,34,
462582,0,101,0,116,
46260,117,0,114,0,
4627110,0,83,0,116,
46280,97,0,116,0,
4629101,0,109,0,101,
46300,110,0,116,0,
463195,0,49,0,1,
4632222,1,3,1,3,
46331,2,1276,22,1,
463483,1,1341,1277,17,
46351278,15,1075,1,-1,
46361,5,1279,20,1280,
46374,36,83,0,105,
46380,109,0,112,0,
4639108,0,101,0,65,
46400,115,0,115,0,
4641105,0,103,0,110,
46420,109,0,101,0,
4643110,0,116,0,95,
46440,54,0,1,203,
46451,3,1,4,1,
46463,1281,22,1,64,
46471,2030,722,1,328,
46481282,17,1283,15,1098,
46491,-1,1,5,1284,
465020,1285,4,36,66,
46510,105,0,110,0,
465297,0,114,0,121,
46530,69,0,120,0,
4654112,0,114,0,101,
46550,115,0,115,0,
4656105,0,111,0,110,
46570,95,0,50,0,
46581,244,1,3,1,
46594,1,3,1286,22,
46601,105,1,1303,1287,
466117,1288,15,1075,1,
4662-1,1,5,1289,20,
46631290,4,36,83,0,
4664105,0,109,0,112,
46650,108,0,101,0,
466665,0,115,0,115,
46670,105,0,103,0,
4668110,0,109,0,101,
46690,110,0,116,0,
467095,0,55,0,1,
4671204,1,3,1,6,
46721,5,1291,22,1,
467365,1,1096,1292,17,
46741293,15,1294,4,26,
467537,0,70,0,117,
46760,110,0,99,0,
4677116,0,105,0,111,
46780,110,0,67,0,
467997,0,108,0,108,
46800,1,-1,1,5,
46811295,20,1296,4,28,
468270,0,117,0,110, 469170,0,117,0,110,
46830,99,0,116,0, 46920,99,0,116,0,
4684105,0,111,0,110, 4693105,0,111,0,110,
46850,67,0,97,0, 46940,67,0,97,0,
4686108,0,108,0,95, 4695108,0,108,0,1,
46870,49,0,1,275, 4696-1,1,5,1298,20,
46881,3,1,5,1, 46971299,4,28,70,0,
46894,1297,22,1,136, 4698117,0,110,0,99,
46901,93,1298,17,1299, 46990,116,0,105,0,
469115,1262,1,-1,1, 4700111,0,110,0,67,
46925,1300,20,1301,4, 47010,97,0,108,0,
469334,85,0,110,0, 4702108,0,95,0,49,
469497,0,114,0,121, 47030,1,276,1,3,
46950,69,0,120,0, 47041,5,1,4,1300,
4696112,0,114,0,101, 470522,1,136,1,93,
46970,115,0,115,0, 47061301,17,1302,15,1265,
4698105,0,111,0,110, 47071,-1,1,5,1303,
46990,95,0,50,0, 470820,1304,4,34,85,
47001,262,1,3,1,
47013,1,2,1302,22,
47021,123,1,1550,1303,
470317,1304,15,1075,1,
4704-1,1,5,1305,20,
47051306,4,38,83,0,
4706105,0,109,0,112,
47070,108,0,101,0,
470865,0,115,0,115,
47090,105,0,103,0,
4710110,0,109,0,101,
47110,110,0,116,0,
471295,0,49,0,51,
47130,1,210,1,3,
47141,4,1,3,1307,
471522,1,71,1,2355,
4716804,1,2356,861,1,
47172106,1308,17,1119,1,
47180,1123,1,1555,1309,
471916,0,600,1,2359,
4720816,1,352,1310,17,
47211311,15,1098,1,-1,
47221,5,1312,20,1313,
47234,36,66,0,105,
47240,110,0,97,0, 47090,110,0,97,0,
4725114,0,121,0,69, 4710114,0,121,0,69,
47260,120,0,112,0, 47110,120,0,112,0,
4727114,0,101,0,115, 4712114,0,101,0,115,
47280,115,0,105,0, 47130,115,0,105,0,
4729111,0,110,0,95, 4714111,0,110,0,95,
47300,49,0,1,243, 47150,50,0,1,263,
47311,3,1,4,1, 47161,3,1,3,1,
47323,1314,22,1,104, 47172,1305,22,1,123,
47331,1859,1315,16,0, 47181,1550,1306,17,1307,
4734357,1,1860,827,1, 471915,1078,1,-1,1,
47351804,1316,17,1119,1, 47205,1308,20,1309,4,
47360,1123,1,107,1317,
473717,1318,15,1262,1,
4738-1,1,5,1319,20,
47391320,4,34,85,0,
4740110,0,97,0,114,
47410,121,0,69,0,
4742120,0,112,0,114,
47430,101,0,115,0,
4744115,0,105,0,111,
47450,110,0,95,0,
474649,0,1,261,1,
47473,1,3,1,2,
47481321,22,1,122,1,
47491114,1322,17,1161,1,
47503,1165,1,2105,810,
47511,1872,1323,16,0,
4752367,1,1873,836,1,
4753118,1324,17,1325,15,
47541098,1,-1,1,5,
47551326,20,1327,4,38,
475666,0,105,0,110,
47570,97,0,114,0,
4758121,0,69,0,120,
47590,112,0,114,0,
4760101,0,115,0,115,
47610,105,0,111,0,
4762110,0,95,0,49,
47630,52,0,1,256,
47641,3,1,4,1,
47653,1328,22,1,117,
47661,1123,1329,17,1330,
476715,1075,1,-1,1,
47685,1331,20,1332,4,
476938,83,0,105,0, 472138,83,0,105,0,
4770109,0,112,0,108, 4722109,0,112,0,108,
47710,101,0,65,0, 47230,101,0,65,0,
@@ -4773,22 +4725,75 @@ public yyLSLSyntax
47730,103,0,110,0, 47250,103,0,110,0,
4774109,0,101,0,110, 4726109,0,101,0,110,
47750,116,0,95,0, 47270,116,0,95,0,
477649,0,50,0,1, 472849,0,51,0,1,
4777209,1,3,1,6, 4729211,1,3,1,4,
47781,5,1333,22,1, 47301,3,1310,22,1,
477970,1,371,1334,17, 473171,1,2355,807,1,
47801335,15,1336,4,46, 47322356,864,1,2106,1311,
478137,0,70,0,117, 473317,1122,1,0,1126,
47820,110,0,99,0, 47341,1555,1312,16,0,
4783116,0,105,0,111, 4735598,1,2359,819,1,
47840,110,0,67,0, 4736352,1313,17,1314,15,
478597,0,108,0,108, 47371101,1,-1,1,5,
47381315,20,1316,4,36,
473966,0,105,0,110,
47400,97,0,114,0,
4741121,0,69,0,120,
47420,112,0,114,0,
4743101,0,115,0,115,
47440,105,0,111,0,
4745110,0,95,0,49,
47460,1,244,1,3,
47471,4,1,3,1317,
474822,1,104,1,1859,
47491318,16,0,361,1,
47501860,830,1,1804,1319,
475117,1122,1,0,1126,
47521,107,1320,17,1321,
475315,1265,1,-1,1,
47545,1322,20,1323,4,
475534,85,0,110,0,
475697,0,114,0,121,
47860,69,0,120,0, 47570,69,0,120,0,
4787112,0,114,0,101, 4758112,0,114,0,101,
47880,115,0,115,0, 47590,115,0,115,0,
4789105,0,111,0,110, 4760105,0,111,0,110,
47900,1,-1,1,5, 47610,95,0,49,0,
47911337,20,1338,4,48, 47621,262,1,3,1,
47633,1,2,1324,22,
47641,122,1,1114,1325,
476517,1164,1,3,1168,
47661,2105,813,1,1872,
47671326,16,0,374,1,
47681873,839,1,118,1327,
476917,1328,15,1101,1,
4770-1,1,5,1329,20,
47711330,4,38,66,0,
4772105,0,110,0,97,
47730,114,0,121,0,
477469,0,120,0,112,
47750,114,0,101,0,
4776115,0,115,0,105,
47770,111,0,110,0,
477895,0,49,0,52,
47790,1,257,1,3,
47801,4,1,3,1331,
478122,1,117,1,1123,
47821332,17,1333,15,1078,
47831,-1,1,5,1334,
478420,1335,4,38,83,
47850,105,0,109,0,
4786112,0,108,0,101,
47870,65,0,115,0,
4788115,0,105,0,103,
47890,110,0,109,0,
4790101,0,110,0,116,
47910,95,0,49,0,
479250,0,1,210,1,
47933,1,6,1,5,
47941336,22,1,70,1,
4795371,1337,17,1338,15,
47961339,4,46,37,0,
479270,0,117,0,110, 479770,0,117,0,110,
47930,99,0,116,0, 47980,99,0,116,0,
4794105,0,111,0,110, 4799105,0,111,0,110,
@@ -4797,129 +4802,138 @@ public yyLSLSyntax
47970,120,0,112,0, 48020,120,0,112,0,
4798114,0,101,0,115, 4803114,0,101,0,115,
47990,115,0,105,0, 48040,115,0,105,0,
4800111,0,110,0,95, 4805111,0,110,0,1,
48010,49,0,1,242, 4806-1,1,5,1340,20,
48021,3,1,2,1, 48071341,4,48,70,0,
48031,1339,22,1,103, 4808117,0,110,0,99,
48041,2550,1340,16,0, 48090,116,0,105,0,
4805651,1,1377,1341,17, 4810111,0,110,0,67,
48061342,15,1075,1,-1, 48110,97,0,108,0,
48071,5,1343,20,1344, 4812108,0,69,0,120,
48084,36,83,0,105, 48130,112,0,114,0,
48090,109,0,112,0, 4814101,0,115,0,115,
4810108,0,101,0,65, 48150,105,0,111,0,
48110,115,0,115,0, 4816110,0,95,0,49,
4812105,0,103,0,110, 48170,1,243,1,3,
48130,109,0,101,0, 48181,2,1,1,1342,
4814110,0,116,0,95, 481922,1,103,1,1377,
48150,53,0,1,202, 48201343,17,1344,15,1078,
48161,3,1,4,1, 48211,-1,1,5,1345,
48173,1345,22,1,63, 482220,1346,4,36,83,
48181,375,1346,17,1347, 48230,105,0,109,0,
481915,1168,1,-1,1, 4824112,0,108,0,101,
48205,1348,20,1349,4, 48250,65,0,115,0,
482160,73,0,110,0, 4826115,0,105,0,103,
48270,110,0,109,0,
4828101,0,110,0,116,
48290,95,0,53,0,
48301,203,1,3,1,
48314,1,3,1347,22,
48321,63,1,375,1348,
483317,1349,15,1171,1,
4834-1,1,5,1350,20,
48351351,4,60,73,0,
4836110,0,99,0,114,
48370,101,0,109,0,
4838101,0,110,0,116,
48390,68,0,101,0,
482299,0,114,0,101, 484099,0,114,0,101,
48230,109,0,101,0, 48410,109,0,101,0,
4824110,0,116,0,68, 4842110,0,116,0,69,
48250,101,0,99,0, 48430,120,0,112,0,
4844114,0,101,0,115,
48450,115,0,105,0,
4846111,0,110,0,95,
48470,56,0,1,242,
48481,3,1,5,1,
48494,1352,22,1,102,
48501,2310,1353,17,1122,
48511,0,1126,1,377,
48521354,17,1355,15,1171,
48531,-1,1,5,1356,
485420,1357,4,60,73,
48550,110,0,99,0,
4826114,0,101,0,109, 4856114,0,101,0,109,
48270,101,0,110,0, 48570,101,0,110,0,
4828116,0,69,0,120, 4858116,0,68,0,101,
48290,112,0,114,0,
4830101,0,115,0,115,
48310,105,0,111,0,
4832110,0,95,0,56,
48330,1,241,1,3,
48341,5,1,4,1350,
483522,1,102,1,2310,
48361351,17,1119,1,0,
48371123,1,377,1352,17,
48381353,15,1168,1,-1,
48391,5,1354,20,1355,
48404,60,73,0,110,
48410,99,0,114,0, 48590,99,0,114,0,
4842101,0,109,0,101, 4860101,0,109,0,101,
48430,110,0,116,0, 48610,110,0,116,0,
484468,0,101,0,99, 486269,0,120,0,112,
48450,114,0,101,0, 48630,114,0,101,0,
4846109,0,101,0,110, 4864115,0,115,0,105,
48470,116,0,69,0, 48650,111,0,110,0,
486695,0,53,0,1,
4867239,1,3,1,3,
48681,2,1358,22,1,
486999,1,827,1359,17,
48701360,15,1101,1,-1,
48711,5,1361,20,1362,
48724,38,66,0,105,
48730,110,0,97,0,
4874114,0,121,0,69,
48750,120,0,112,0,
4876114,0,101,0,115,
48770,115,0,105,0,
4878111,0,110,0,95,
48790,49,0,53,0,
48801,258,1,3,1,
48814,1,3,1363,22,
48821,118,1,380,1364,
488317,1365,15,1366,4,
488438,37,0,67,0,
4885111,0,110,0,115,
48860,116,0,97,0,
4887110,0,116,0,69,
48880,120,0,112,0,
4889114,0,101,0,115,
48900,115,0,105,0,
4891111,0,110,0,1,
4892-1,1,5,1367,20,
48931368,4,40,67,0,
4894111,0,110,0,115,
48950,116,0,97,0,
4896110,0,116,0,69,
48970,120,0,112,0,
4898114,0,101,0,115,
48990,115,0,105,0,
4900111,0,110,0,95,
49010,49,0,1,232,
49021,3,1,2,1,
49031,1369,22,1,92,
49041,883,1370,17,1371,
490515,1101,1,-1,1,
49065,1372,20,1373,4,
490738,66,0,105,0,
4908110,0,97,0,114,
49090,121,0,69,0,
4848120,0,112,0,114, 4910120,0,112,0,114,
48490,101,0,115,0, 49110,101,0,115,0,
4850115,0,105,0,111, 4912115,0,105,0,111,
48510,110,0,95,0, 49130,110,0,95,0,
485253,0,1,238,1, 491449,0,54,0,1,
48533,1,3,1,2, 4915259,1,3,1,4,
48541356,22,1,99,1, 49161,3,1374,22,1,
4855827,1357,17,1358,15, 4917119,1,1628,1375,17,
48561098,1,-1,1,5, 49181376,15,1377,4,22,
48571359,20,1360,4,38, 491937,0,65,0,115,
485866,0,105,0,110, 49200,115,0,105,0,
48590,97,0,114,0, 4921103,0,110,0,109,
4860121,0,69,0,120, 49220,101,0,110,0,
48610,112,0,114,0, 4923116,0,1,-1,1,
4862101,0,115,0,115, 49245,1378,20,1379,4,
48630,105,0,111,0, 492524,65,0,115,0,
4864110,0,95,0,49, 4926115,0,105,0,103,
48650,53,0,1,257, 49270,110,0,109,0,
48661,3,1,4,1, 4928101,0,110,0,116,
48673,1361,22,1,118,
48681,380,1362,17,1363,
486915,1364,4,38,37,
48700,67,0,111,0,
4871110,0,115,0,116,
48720,97,0,110,0,
4873116,0,69,0,120,
48740,112,0,114,0,
4875101,0,115,0,115,
48760,105,0,111,0,
4877110,0,1,-1,1,
48785,1365,20,1366,4,
487940,67,0,111,0,
4880110,0,115,0,116,
48810,97,0,110,0,
4882116,0,69,0,120,
48830,112,0,114,0,
4884101,0,115,0,115,
48850,105,0,111,0,
4886110,0,95,0,49,
48870,1,231,1,3,
48881,2,1,1,1367,
488922,1,92,1,883,
48901368,17,1369,15,1098,
48911,-1,1,5,1370,
489220,1371,4,38,66,
48930,105,0,110,0,
489497,0,114,0,121,
48950,69,0,120,0,
4896112,0,114,0,101,
48970,115,0,115,0,
4898105,0,111,0,110,
48990,95,0,49,0, 49290,95,0,49,0,
490054,0,1,258,1, 49301,197,1,3,1,
49013,1,4,1,3, 49314,1,3,1380,22,
49021372,22,1,119,1, 49321,57,1,2561,1381,
49031628,1373,17,1374,15, 493316,0,648,1,373,
49041375,4,22,37,0, 49341382,17,1383,15,1171,
490565,0,115,0,115, 49351,-1,1,5,1384,
49060,105,0,103,0, 493620,1385,4,60,73,
4907110,0,109,0,101,
49080,110,0,116,0,
49091,-1,1,5,1376,
491020,1377,4,24,65,
49110,115,0,115,0,
4912105,0,103,0,110,
49130,109,0,101,0,
4914110,0,116,0,95,
49150,49,0,1,196,
49161,3,1,4,1,
49173,1378,22,1,57,
49181,2075,1379,17,1119,
49191,0,1123,1,373,
49201380,17,1381,15,1168,
49211,-1,1,5,1382,
492220,1383,4,60,73,
49230,110,0,99,0, 49370,110,0,99,0,
4924114,0,101,0,109, 4938114,0,101,0,109,
49250,101,0,110,0, 49390,101,0,110,0,
@@ -4932,11 +4946,11 @@ public yyLSLSyntax
4932115,0,115,0,105, 4946115,0,115,0,105,
49330,111,0,110,0, 49470,111,0,110,0,
493495,0,54,0,1, 494895,0,54,0,1,
4935239,1,3,1,3, 4949240,1,3,1,3,
49361,2,1384,22,1, 49501,2,1386,22,1,
4937100,1,130,1385,17, 4951100,1,130,1387,17,
49381386,15,1098,1,-1, 49521388,15,1101,1,-1,
49391,5,1387,20,1388, 49531,5,1389,20,1390,
49404,38,66,0,105, 49544,38,66,0,105,
49410,110,0,97,0, 49550,110,0,97,0,
4942114,0,121,0,69, 4956114,0,121,0,69,
@@ -4945,12 +4959,12 @@ public yyLSLSyntax
49450,115,0,105,0, 49590,115,0,105,0,
4946111,0,110,0,95, 4960111,0,110,0,95,
49470,49,0,51,0, 49610,49,0,51,0,
49481,255,1,3,1, 49621,256,1,3,1,
49494,1,3,1389,22, 49634,1,3,1391,22,
49501,116,1,379,1390, 49641,116,1,379,1392,
495117,1391,15,1168,1, 496517,1393,15,1171,1,
4952-1,1,5,1392,20, 4966-1,1,5,1394,20,
49531393,4,60,73,0, 49671395,4,60,73,0,
4954110,0,99,0,114, 4968110,0,99,0,114,
49550,101,0,109,0, 49690,101,0,109,0,
4956101,0,110,0,116, 4970101,0,110,0,116,
@@ -4962,12 +4976,12 @@ public yyLSLSyntax
4962114,0,101,0,115, 4976114,0,101,0,115,
49630,115,0,105,0, 49770,115,0,105,0,
4964111,0,110,0,95, 4978111,0,110,0,95,
49650,55,0,1,240, 49790,55,0,1,241,
49661,3,1,5,1, 49801,3,1,5,1,
49674,1394,22,1,101, 49814,1396,22,1,101,
49681,143,1395,17,1396, 49821,143,1397,17,1398,
496915,1098,1,-1,1, 498315,1101,1,-1,1,
49705,1397,20,1398,4, 49845,1399,20,1400,4,
497138,66,0,105,0, 498538,66,0,105,0,
4972110,0,97,0,114, 4986110,0,97,0,114,
49730,121,0,69,0, 49870,121,0,69,0,
@@ -4976,13 +4990,13 @@ public yyLSLSyntax
4976115,0,105,0,111, 4990115,0,105,0,111,
49770,110,0,95,0, 49910,110,0,95,0,
497849,0,50,0,1, 499249,0,50,0,1,
4979254,1,3,1,4, 4993255,1,3,1,4,
49801,3,1399,22,1, 49941,3,1401,22,1,
4981115,1,1901,1400,17, 4995115,1,1901,1402,17,
49821119,1,0,1123,1, 49961122,1,0,1126,1,
49831152,1401,17,1402,15, 49971152,1403,17,1404,15,
49841075,1,-1,1,5, 49981078,1,-1,1,5,
49851403,20,1404,4,38, 49991405,20,1406,4,38,
498683,0,105,0,109, 500083,0,105,0,109,
49870,112,0,108,0, 50010,112,0,108,0,
4988101,0,65,0,115, 5002101,0,65,0,115,
@@ -4990,12 +5004,12 @@ public yyLSLSyntax
4990103,0,110,0,109, 5004103,0,110,0,109,
49910,101,0,110,0, 50050,101,0,110,0,
4992116,0,95,0,50, 5006116,0,95,0,50,
49930,52,0,1,221, 50070,52,0,1,222,
49941,3,1,6,1, 50081,3,1,6,1,
49955,1405,22,1,82, 50095,1407,22,1,82,
49961,1406,1406,17,1407, 50101,1406,1408,17,1409,
499715,1075,1,-1,1, 501115,1078,1,-1,1,
49985,1408,20,1409,4, 50125,1410,20,1411,4,
499938,83,0,105,0, 501338,83,0,105,0,
5000109,0,112,0,108, 5014109,0,112,0,108,
50010,101,0,65,0, 50150,101,0,65,0,
@@ -5004,11 +5018,11 @@ public yyLSLSyntax
5004109,0,101,0,110, 5018109,0,101,0,110,
50050,116,0,95,0, 50190,116,0,95,0,
500649,0,55,0,1, 502049,0,55,0,1,
5007214,1,3,1,4, 5021215,1,3,1,4,
50081,3,1410,22,1, 50221,3,1412,22,1,
500975,1,1159,1411,17, 502375,1,1159,1413,17,
50101412,15,1075,1,-1, 50241414,15,1078,1,-1,
50111,5,1413,20,1414, 50251,5,1415,20,1416,
50124,38,83,0,105, 50264,38,83,0,105,
50130,109,0,112,0, 50270,109,0,112,0,
5014108,0,101,0,65, 5028108,0,101,0,65,
@@ -5017,12 +5031,12 @@ public yyLSLSyntax
50170,109,0,101,0, 50310,109,0,101,0,
5018110,0,116,0,95, 5032110,0,116,0,95,
50190,49,0,49,0, 50330,49,0,49,0,
50201,208,1,3,1, 50341,209,1,3,1,
50216,1,5,1415,22, 50356,1,5,1417,22,
50221,69,1,157,1416, 50361,69,1,157,1418,
502317,1417,15,1098,1, 503717,1419,15,1101,1,
5024-1,1,5,1418,20, 5038-1,1,5,1420,20,
50251419,4,38,66,0, 50391421,4,38,66,0,
5026105,0,110,0,97, 5040105,0,110,0,97,
50270,114,0,121,0, 50410,114,0,121,0,
502869,0,120,0,112, 504269,0,120,0,112,
@@ -5030,12 +5044,12 @@ public yyLSLSyntax
5030115,0,115,0,105, 5044115,0,115,0,105,
50310,111,0,110,0, 50450,111,0,110,0,
503295,0,49,0,49, 504695,0,49,0,49,
50330,1,253,1,3, 50470,1,254,1,3,
50341,4,1,3,1420, 50481,4,1,3,1422,
503522,1,114,1,1413, 504922,1,114,1,1413,
50361421,17,1422,15,1075, 50501423,17,1424,15,1078,
50371,-1,1,5,1423, 50511,-1,1,5,1425,
503820,1424,4,36,83, 505220,1426,4,36,83,
50390,105,0,109,0, 50530,105,0,109,0,
5040112,0,108,0,101, 5054112,0,108,0,101,
50410,65,0,115,0, 50550,65,0,115,0,
@@ -5043,12 +5057,12 @@ public yyLSLSyntax
50430,110,0,109,0, 50570,110,0,109,0,
5044101,0,110,0,116, 5058101,0,110,0,116,
50450,95,0,52,0, 50590,95,0,52,0,
50461,201,1,3,1, 50601,202,1,3,1,
50474,1,3,1425,22, 50614,1,3,1427,22,
50481,62,1,1370,1426, 50621,62,1,1370,1428,
504917,1427,15,1075,1, 506317,1429,15,1078,1,
5050-1,1,5,1428,20, 5064-1,1,5,1430,20,
50511429,4,38,83,0, 50651431,4,38,83,0,
5052105,0,109,0,112, 5066105,0,109,0,112,
50530,108,0,101,0, 50670,108,0,101,0,
505465,0,115,0,115, 506865,0,115,0,115,
@@ -5056,13 +5070,13 @@ public yyLSLSyntax
5056110,0,109,0,101, 5070110,0,109,0,101,
50570,110,0,116,0, 50710,110,0,116,0,
505895,0,49,0,56, 507295,0,49,0,56,
50590,1,215,1,3, 50730,1,216,1,3,
50601,4,1,3,1430, 50741,4,1,3,1432,
506122,1,76,1,2040, 507522,1,76,1,2040,
50621431,16,0,530,1, 50761433,16,0,530,1,
50631478,1432,17,1433,15, 50771478,1434,17,1435,15,
50641075,1,-1,1,5, 50781078,1,-1,1,5,
50651434,20,1435,4,38, 50791436,20,1437,4,38,
506683,0,105,0,109, 508083,0,105,0,109,
50670,112,0,108,0, 50810,112,0,108,0,
5068101,0,65,0,115, 5082101,0,65,0,115,
@@ -5070,24 +5084,24 @@ public yyLSLSyntax
5070103,0,110,0,109, 5084103,0,110,0,109,
50710,101,0,110,0, 50850,101,0,110,0,
5072116,0,95,0,49, 5086116,0,95,0,49,
50730,53,0,1,212, 50870,53,0,1,213,
50741,3,1,4,1, 50881,3,1,4,1,
50753,1436,22,1,73, 50893,1438,22,1,73,
50761,1620,1437,17,1438, 50901,1620,1439,17,1440,
507715,1375,1,-1,1, 509115,1377,1,-1,1,
50785,1439,20,1440,4, 50925,1441,20,1442,4,
507924,65,0,115,0, 509324,65,0,115,0,
5080115,0,105,0,103, 5094115,0,105,0,103,
50810,110,0,109,0, 50950,110,0,109,0,
5082101,0,110,0,116, 5096101,0,110,0,116,
50830,95,0,50,0, 50970,95,0,50,0,
50841,197,1,3,1, 50981,198,1,3,1,
50852,1,1,1441,22, 50992,1,1,1443,22,
50861,58,1,1621,1442, 51001,58,1,1621,1444,
508716,0,658,1,1574, 510116,0,661,1,1574,
5088790,1,172,1443,17, 5102793,1,172,1445,17,
50891444,15,1098,1,-1, 51031446,15,1101,1,-1,
50901,5,1445,20,1446, 51041,5,1447,20,1448,
50914,38,66,0,105, 51054,38,66,0,105,
50920,110,0,97,0, 51060,110,0,97,0,
5093114,0,121,0,69, 5107114,0,121,0,69,
@@ -5096,13 +5110,13 @@ public yyLSLSyntax
50960,115,0,105,0, 51100,115,0,105,0,
5097111,0,110,0,95, 5111111,0,110,0,95,
50980,49,0,48,0, 51120,49,0,48,0,
50991,252,1,3,1, 51131,253,1,3,1,
51004,1,3,1447,22, 51144,1,3,1449,22,
51011,113,1,1931,866, 51151,113,1,1931,869,
51021,2361,821,1,1188, 51161,2361,824,1,1188,
51031448,17,1449,15,1075, 51171450,17,1451,15,1078,
51041,-1,1,5,1450, 51181,-1,1,5,1452,
510520,1451,4,38,83, 511920,1453,4,38,83,
51060,105,0,109,0, 51200,105,0,109,0,
5107112,0,108,0,101, 5121112,0,108,0,101,
51080,65,0,115,0, 51220,65,0,115,0,
@@ -5110,12 +5124,12 @@ public yyLSLSyntax
51100,110,0,109,0, 51240,110,0,109,0,
5111101,0,110,0,116, 5125101,0,110,0,116,
51120,95,0,50,0, 51260,95,0,50,0,
511351,0,1,220,1, 512751,0,1,221,1,
51143,1,6,1,5, 51283,1,6,1,5,
51151452,22,1,81,1, 51291454,22,1,81,1,
51161442,1453,17,1454,15, 51301442,1455,17,1456,15,
51171075,1,-1,1,5, 51311078,1,-1,1,5,
51181455,20,1456,4,38, 51321457,20,1458,4,38,
511983,0,105,0,109, 513383,0,105,0,109,
51200,112,0,108,0, 51340,112,0,108,0,
5121101,0,65,0,115, 5135101,0,65,0,115,
@@ -5123,13 +5137,13 @@ public yyLSLSyntax
5123103,0,110,0,109, 5137103,0,110,0,109,
51240,101,0,110,0, 51380,101,0,110,0,
5125116,0,95,0,49, 5139116,0,95,0,49,
51260,54,0,1,213, 51400,54,0,1,214,
51271,3,1,4,1, 51411,3,1,4,1,
51283,1457,22,1,74, 51423,1459,22,1,74,
51291,1694,1458,16,0, 51431,1694,1460,16,0,
5130190,1,942,1459,17, 5144190,1,942,1461,17,
51311460,15,1098,1,-1, 51451462,15,1101,1,-1,
51321,5,1461,20,1462, 51461,5,1463,20,1464,
51334,38,66,0,105, 51474,38,66,0,105,
51340,110,0,97,0, 51480,110,0,97,0,
5135114,0,121,0,69, 5149114,0,121,0,69,
@@ -5138,13 +5152,13 @@ public yyLSLSyntax
51380,115,0,105,0, 51520,115,0,105,0,
5139111,0,110,0,95, 5153111,0,110,0,95,
51400,49,0,55,0, 51540,49,0,55,0,
51411,259,1,3,1, 51551,260,1,3,1,
51424,1,3,1463,22, 51564,1,3,1465,22,
51431,120,1,2198,1464, 51571,120,1,2198,1466,
514417,1119,1,0,1123, 515817,1122,1,0,1126,
51451,1195,1465,17,1466, 51591,1195,1467,17,1468,
514615,1075,1,-1,1, 516015,1078,1,-1,1,
51475,1467,20,1468,4, 51615,1469,20,1470,4,
514838,83,0,105,0, 516238,83,0,105,0,
5149109,0,112,0,108, 5163109,0,112,0,108,
51500,101,0,65,0, 51640,101,0,65,0,
@@ -5153,11 +5167,11 @@ public yyLSLSyntax
5153109,0,101,0,110, 5167109,0,101,0,110,
51540,116,0,95,0, 51680,116,0,95,0,
515549,0,48,0,1, 516949,0,48,0,1,
5156207,1,3,1,6, 5170208,1,3,1,6,
51571,5,1469,22,1, 51711,5,1471,22,1,
515868,1,1449,1470,17, 517268,1,1449,1472,17,
51591471,15,1075,1,-1, 51731473,15,1078,1,-1,
51601,5,1472,20,1473, 51741,5,1474,20,1475,
51614,36,83,0,105, 51754,36,83,0,105,
51620,109,0,112,0, 51760,109,0,112,0,
5163108,0,101,0,65, 5177108,0,101,0,65,
@@ -5165,12 +5179,12 @@ public yyLSLSyntax
5165105,0,103,0,110, 5179105,0,103,0,110,
51660,109,0,101,0, 51800,109,0,101,0,
5167110,0,116,0,95, 5181110,0,116,0,95,
51680,51,0,1,200, 51820,51,0,1,201,
51691,3,1,4,1, 51831,3,1,4,1,
51703,1474,22,1,61, 51843,1476,22,1,61,
51711,1701,1475,17,1476, 51851,1701,1477,17,1478,
517215,1133,1,-1,1, 518615,1136,1,-1,1,
51735,1477,20,1478,4, 51875,1479,20,1480,4,
517436,70,0,111,0, 518836,70,0,111,0,
5175114,0,76,0,111, 5189114,0,76,0,111,
51760,111,0,112,0, 51900,111,0,112,0,
@@ -5178,18 +5192,18 @@ public yyLSLSyntax
51780,116,0,101,0, 51920,116,0,101,0,
5179109,0,101,0,110, 5193109,0,101,0,110,
51800,116,0,95,0, 51940,116,0,95,0,
518151,0,1,194,1, 519551,0,1,195,1,
51823,1,4,1,3, 51963,1,4,1,3,
51831479,22,1,55,1, 51971481,22,1,55,1,
5184447,1480,17,1481,15, 5198447,1482,17,1483,15,
51851482,4,30,37,0, 51991484,4,30,37,0,
518686,0,101,0,99, 520086,0,101,0,99,
51870,116,0,111,0, 52010,116,0,111,0,
5188114,0,67,0,111, 5202114,0,67,0,111,
51890,110,0,115,0, 52030,110,0,115,0,
5190116,0,97,0,110, 5204116,0,97,0,110,
51910,116,0,1,-1, 52050,116,0,1,-1,
51921,5,1483,20,1484, 52061,5,1485,20,1486,
51934,32,86,0,101, 52074,32,86,0,101,
51940,99,0,116,0, 52080,99,0,116,0,
5195111,0,114,0,67, 5209111,0,114,0,67,
@@ -5197,40 +5211,81 @@ public yyLSLSyntax
5197115,0,116,0,97, 5211115,0,116,0,97,
51980,110,0,116,0, 52120,110,0,116,0,
519995,0,49,0,1, 521395,0,49,0,1,
5200229,1,3,1,8, 5214230,1,3,1,8,
52011,7,1485,22,1, 52151,7,1487,22,1,
520290,1,1958,1486,17, 521690,1,2075,1488,17,
52031119,1,0,1123,1, 52171122,1,0,1126,1,
5204188,1487,17,1488,15, 52181958,1489,17,1122,1,
52051098,1,-1,1,5, 52190,1126,1,188,1490,
52061489,20,1490,4,36, 522017,1491,15,1101,1,
5221-1,1,5,1492,20,
52221493,4,36,66,0,
5223105,0,110,0,97,
52240,114,0,121,0,
522569,0,120,0,112,
52260,114,0,101,0,
5227115,0,115,0,105,
52280,111,0,110,0,
522995,0,57,0,1,
5230252,1,3,1,4,
52311,3,1494,22,1,
5232112,1,1657,886,1,
5233205,1495,17,1496,15,
52341101,1,-1,1,5,
52351497,20,1498,4,36,
520766,0,105,0,110, 523666,0,105,0,110,
52080,97,0,114,0, 52370,97,0,114,0,
5209121,0,69,0,120, 5238121,0,69,0,120,
52100,112,0,114,0, 52390,112,0,114,0,
5211101,0,115,0,115, 5240101,0,115,0,115,
52120,105,0,111,0, 52410,105,0,111,0,
5213110,0,95,0,57, 5242110,0,95,0,56,
52140,1,251,1,3, 52430,1,251,1,3,
52151,4,1,3,1491, 52441,4,1,3,1499,
521622,1,112,1,1657, 524522,1,111,1,2554,
5217883,1,205,1492,17, 52461500,16,0,260,1,
52181493,15,1098,1,-1, 52471665,1501,17,1502,15,
52191,5,1494,20,1495, 52481136,1,-1,1,5,
52204,36,66,0,105, 52491503,20,1504,4,36,
52210,110,0,97,0, 525070,0,111,0,114,
5222114,0,121,0,69, 52510,76,0,111,0,
52230,120,0,112,0, 5252111,0,112,0,83,
5224114,0,101,0,115, 52530,116,0,97,0,
52250,115,0,105,0, 5254116,0,101,0,109,
5226111,0,110,0,95, 52550,101,0,110,0,
52270,56,0,1,250, 5256116,0,95,0,49,
52281,3,1,4,1, 52570,1,193,1,3,
52293,1496,22,1,111, 52581,2,1,1,1505,
52301,2557,1497,16,0, 525922,1,53,1,2227,
5231489,1,1665,1498,17, 5260894,1,1224,1506,17,
52321499,15,1133,1,-1, 52611507,15,1078,1,-1,
52331,5,1500,20,1501, 52621,5,1508,20,1509,
52634,38,83,0,105,
52640,109,0,112,0,
5265108,0,101,0,65,
52660,115,0,115,0,
5267105,0,103,0,110,
52680,109,0,101,0,
5269110,0,116,0,95,
52700,50,0,50,0,
52711,220,1,3,1,
52726,1,5,1510,22,
52731,80,1,223,1511,
527417,1512,15,1101,1,
5275-1,1,5,1513,20,
52761514,4,36,66,0,
5277105,0,110,0,97,
52780,114,0,121,0,
527969,0,120,0,112,
52800,114,0,101,0,
5281115,0,115,0,105,
52820,111,0,110,0,
528395,0,55,0,1,
5284250,1,3,1,4,
52851,3,1515,22,1,
5286110,1,1730,1516,17,
52871517,15,1136,1,-1,
52881,5,1518,20,1519,
52344,36,70,0,111, 52894,36,70,0,111,
52350,114,0,76,0, 52900,114,0,76,0,
5236111,0,111,0,112, 5291111,0,111,0,112,
@@ -5238,166 +5293,113 @@ public yyLSLSyntax
523897,0,116,0,101, 529397,0,116,0,101,
52390,109,0,101,0, 52940,109,0,101,0,
5240110,0,116,0,95, 5295110,0,116,0,95,
52410,49,0,1,192, 52960,52,0,1,196,
52421,3,1,2,1, 52971,3,1,4,1,
52431,1502,22,1,53, 52983,1520,22,1,56,
52441,2227,891,1,1224, 52991,476,1521,17,1522,
52451503,17,1504,15,1075, 530015,1523,4,18,37,
52461,-1,1,5,1505, 53010,67,0,111,0,
524720,1506,4,38,83, 5302110,0,115,0,116,
52480,105,0,109,0, 53030,97,0,110,0,
5249112,0,108,0,101, 5304116,0,1,-1,1,
52500,65,0,115,0, 53055,1524,20,1525,4,
5251115,0,105,0,103,
52520,110,0,109,0,
5253101,0,110,0,116,
52540,95,0,50,0,
525550,0,1,219,1,
52563,1,6,1,5,
52571507,22,1,80,1,
5258223,1508,17,1509,15,
52591098,1,-1,1,5,
52601510,20,1511,4,36,
526166,0,105,0,110,
52620,97,0,114,0,
5263121,0,69,0,120,
52640,112,0,114,0,
5265101,0,115,0,115,
52660,105,0,111,0,
5267110,0,95,0,55,
52680,1,249,1,3,
52691,4,1,3,1512,
527022,1,110,1,1730,
52711513,17,1514,15,1133,
52721,-1,1,5,1515,
527320,1516,4,36,70,
52740,111,0,114,0,
527576,0,111,0,111,
52760,112,0,83,0,
5277116,0,97,0,116,
52780,101,0,109,0,
5279101,0,110,0,116,
52800,95,0,52,0,
52811,195,1,3,1,
52824,1,3,1517,22,
52831,56,1,476,1518,
528417,1519,15,1520,4,
528518,37,0,67,0,
5286111,0,110,0,115,
52870,116,0,97,0,
5288110,0,116,0,1,
5289-1,1,5,1521,20,
52901522,4,20,67,0,
5291111,0,110,0,115,
52920,116,0,97,0,
5293110,0,116,0,95,
52940,52,0,1,227,
52951,3,1,2,1,
52961,1523,22,1,88,
52971,477,1524,17,1525,
529815,1520,1,-1,1,
52995,1526,20,1527,4,
530020,67,0,111,0, 530620,67,0,111,0,
5301110,0,115,0,116, 5307110,0,115,0,116,
53020,97,0,110,0, 53080,97,0,110,0,
5303116,0,95,0,51, 5309116,0,95,0,52,
53040,1,226,1,3, 53100,1,228,1,3,
53051,2,1,1,1528, 53111,2,1,1,1526,
530622,1,87,1,1231, 531222,1,88,1,477,
53071529,17,1530,15,1075, 53131527,17,1528,15,1523,
53081,-1,1,5,1531, 53141,-1,1,5,1529,
530920,1532,4,36,83, 531520,1530,4,20,67,
53100,105,0,109,0,
5311112,0,108,0,101,
53120,65,0,115,0,
5313115,0,105,0,103,
53140,110,0,109,0,
5315101,0,110,0,116,
53160,95,0,57,0,
53171,206,1,3,1,
53186,1,5,1533,22,
53191,67,1,479,1534,
532017,1535,15,1520,1,
5321-1,1,5,1536,20,
53221537,4,20,67,0,
5323111,0,110,0,115,
53240,116,0,97,0,
5325110,0,116,0,95,
53260,49,0,1,224,
53271,3,1,2,1,
53281,1538,22,1,85,
53291,480,1539,17,1540,
533015,1541,4,26,37,
53310,76,0,105,0,
5332115,0,116,0,67,
53330,111,0,110,0, 53160,111,0,110,0,
5334115,0,116,0,97, 5317115,0,116,0,97,
53350,110,0,116,0, 53180,110,0,116,0,
53361,-1,1,5,1542, 531995,0,51,0,1,
533720,1543,4,28,76, 5320227,1,3,1,2,
53211,1,1531,22,1,
532287,1,1231,1532,17,
53231533,15,1078,1,-1,
53241,5,1534,20,1535,
53254,36,83,0,105,
53260,109,0,112,0,
5327108,0,101,0,65,
53280,115,0,115,0,
5329105,0,103,0,110,
53300,109,0,101,0,
5331110,0,116,0,95,
53320,57,0,1,207,
53331,3,1,6,1,
53345,1536,22,1,67,
53351,479,1537,17,1538,
533615,1523,1,-1,1,
53375,1539,20,1540,4,
533820,67,0,111,0,
5339110,0,115,0,116,
53400,97,0,110,0,
5341116,0,95,0,49,
53420,1,225,1,3,
53431,2,1,1,1541,
534422,1,85,1,480,
53451542,17,1543,15,1544,
53464,26,37,0,76,
53380,105,0,115,0, 53470,105,0,115,0,
5339116,0,67,0,111, 5348116,0,67,0,111,
53400,110,0,115,0, 53490,110,0,115,0,
5341116,0,97,0,110, 5350116,0,97,0,110,
53420,116,0,95,0, 53510,116,0,1,-1,
534349,0,1,228,1, 53521,5,1545,20,1546,
53443,1,4,1,3, 53534,28,76,0,105,
53451544,22,1,89,1, 53540,115,0,116,0,
53461485,1545,17,1546,15,
53471075,1,-1,1,5,
53481547,20,1548,4,36,
534983,0,105,0,109,
53500,112,0,108,0,
5351101,0,65,0,115,
53520,115,0,105,0,
5353103,0,110,0,109,
53540,101,0,110,0,
5355116,0,95,0,50,
53560,1,199,1,3,
53571,4,1,3,1549,
535822,1,60,1,1737,
53591550,16,0,270,1,
53601989,899,1,1990,1551,
536117,1119,1,0,1123,
53621,242,1552,17,1553,
536315,1098,1,-1,1,
53645,1554,20,1555,4,
536536,66,0,105,0,
5366110,0,97,0,114,
53670,121,0,69,0,
5368120,0,112,0,114,
53690,101,0,115,0,
5370115,0,105,0,111,
53710,110,0,95,0,
537254,0,1,248,1,
53733,1,4,1,3,
53741556,22,1,109,1,
5375478,1557,17,1558,15,
53761520,1,-1,1,5,
53771559,20,1560,4,20,
537867,0,111,0,110, 535567,0,111,0,110,
53790,115,0,116,0, 53560,115,0,116,0,
538097,0,110,0,116, 535797,0,110,0,116,
53810,95,0,50,0, 53580,95,0,49,0,
53821,225,1,3,1, 53591,229,1,3,1,
53832,1,1,1561,22, 53604,1,3,1547,22,
53841,86,1,1001,1562, 53611,89,1,1485,1548,
538517,1563,15,1200,1, 536217,1549,15,1078,1,
5386-1,1,5,1564,20, 5363-1,1,5,1550,20,
53871565,4,40,84,0, 53641551,4,36,83,0,
5388121,0,112,0,101, 5365105,0,109,0,112,
53890,99,0,97,0, 53660,108,0,101,0,
5390115,0,116,0,69, 536765,0,115,0,115,
53910,120,0,112,0, 53680,105,0,103,0,
5392114,0,101,0,115, 5369110,0,109,0,101,
53930,115,0,105,0, 53700,110,0,116,0,
5394111,0,110,0,95, 537195,0,50,0,1,
53950,56,0,1,273, 5372200,1,3,1,4,
53961,3,1,5,1, 53731,3,1552,22,1,
53974,1566,22,1,134, 537460,1,1737,1553,16,
53981,1002,1567,17,1568, 53750,271,1,1989,902,
539915,1200,1,-1,1, 53761,1990,1554,17,1122,
54005,1569,20,1570,4, 53771,0,1126,1,242,
53781555,17,1556,15,1101,
53791,-1,1,5,1557,
538020,1558,4,36,66,
53810,105,0,110,0,
538297,0,114,0,121,
53830,69,0,120,0,
5384112,0,114,0,101,
53850,115,0,115,0,
5386105,0,111,0,110,
53870,95,0,54,0,
53881,249,1,3,1,
53894,1,3,1559,22,
53901,109,1,478,1560,
539117,1561,15,1523,1,
5392-1,1,5,1562,20,
53931563,4,20,67,0,
5394111,0,110,0,115,
53950,116,0,97,0,
5396110,0,116,0,95,
53970,50,0,1,226,
53981,3,1,2,1,
53991,1564,22,1,86,
54001,1001,1565,17,1566,
540115,1203,1,-1,1,
54025,1567,20,1568,4,
540140,84,0,121,0, 540340,84,0,121,0,
5402112,0,101,0,99, 5404112,0,101,0,99,
54030,97,0,115,0, 54050,97,0,115,0,
@@ -5405,114 +5407,152 @@ public yyLSLSyntax
54050,112,0,114,0, 54070,112,0,114,0,
5406101,0,115,0,115, 5408101,0,115,0,115,
54070,105,0,111,0, 54090,105,0,111,0,
5408110,0,95,0,49, 5410110,0,95,0,56,
54090,1,266,1,3, 54110,1,274,1,3,
54101,5,1,4,1571, 54121,5,1,4,1569,
541122,1,127,1,12, 541322,1,134,1,1002,
54121572,19,157,1,12, 54141570,17,1571,15,1203,
54131573,5,41,1,2075, 54151,-1,1,5,1572,
54141574,16,0,155,1, 541620,1573,4,40,84,
54151860,827,1,2413,1575, 54170,121,0,112,0,
541616,0,155,1,2198, 5418101,0,99,0,97,
54171576,16,0,155,1, 54190,115,0,116,0,
54181873,836,1,2310,1577, 542069,0,120,0,112,
541916,0,155,1,1657, 54210,114,0,101,0,
5420883,1,1989,899,1, 5422115,0,115,0,105,
54211990,1578,16,0,155, 54230,111,0,110,0,
54221,31,1579,16,0, 542495,0,49,0,1,
5423155,1,32,1580,16, 5425267,1,3,1,5,
54240,155,1,2356,861, 54261,4,1574,22,1,
54251,2105,810,1,2106, 5427127,1,12,1575,19,
54261581,16,0,155,1, 5428157,1,12,1576,5,
54272359,816,1,2546,1582, 542941,1,2075,1577,16,
542816,0,155,1,2227, 54300,155,1,1860,830,
5429891,1,1901,1583,16, 54311,2021,712,1,2414,
54300,155,1,2455,1584, 54321578,16,0,155,1,
543116,0,395,1,1802, 54332198,1579,16,0,155,
5432777,1,2021,709,1, 54341,1873,839,1,2310,
54331804,1585,16,0,155, 54351580,16,0,155,1,
54341,2136,845,1,2355, 54361657,886,1,1989,902,
5435804,1,2029,716,1, 54371,1990,1581,16,0,
54362030,722,1,2031,727, 5438155,1,31,1582,16,
54371,2032,732,1,2033, 54390,155,1,32,1583,
5438737,1,2361,821,1, 544016,0,155,1,2356,
54392035,743,1,2037,748, 5441864,1,2105,813,1,
54401,2366,1586,16,0, 54422106,1584,16,0,155,
5441268,1,1931,866,1, 54431,2359,819,1,2550,
54422041,759,1,2043,764, 54441585,16,0,155,1,
54431,2045,769,1,1775, 54452227,894,1,1901,1586,
54441587,16,0,155,1, 544616,0,155,1,1802,
54452039,753,1,1574,790, 5447780,1,2457,1587,16,
54461,1958,1588,16,0, 54480,466,1,1804,1588,
5447155,1,13,1589,19, 544916,0,155,1,2136,
5448254,1,13,1590,5, 5450848,1,2355,807,1,
544933,1,1860,827,1, 54512029,719,1,2030,725,
54502415,1591,17,1592,15, 54521,2031,730,1,2032,
54511593,4,22,37,0, 5453735,1,2033,740,1,
545283,0,116,0,97, 54542361,824,1,2035,746,
54530,116,0,101,0, 54551,2037,751,1,2366,
545469,0,118,0,101, 54561589,16,0,269,1,
54550,110,0,116,0, 54571931,869,1,2041,762,
54561,-1,1,5,1594, 54581,2043,767,1,2045,
545720,1595,4,24,83, 5459772,1,1775,1590,16,
54580,116,0,97,0, 54600,155,1,2039,756,
5459116,0,101,0,69, 54611,1574,793,1,1958,
54600,118,0,101,0, 54621591,16,0,155,1,
5461110,0,116,0,95, 546313,1592,19,254,1,
54620,49,0,1,157, 546413,1593,5,33,1,
54631,3,1,6,1, 54651860,830,1,2416,1594,
54645,1596,22,1,17, 546617,1595,15,1596,4,
54651,2417,1597,16,0, 546722,37,0,83,0,
5466392,1,1873,836,1, 5468116,0,97,0,116,
54672310,1598,16,0,252, 54690,101,0,69,0,
54681,1657,883,1,2029, 5470118,0,101,0,110,
5469716,1,1989,899,1, 54710,116,0,1,-1,
547032,1599,16,0,371, 54721,5,1597,20,1598,
54711,2105,810,1,2359, 54734,24,83,0,116,
5472816,1,2227,891,1, 54740,97,0,116,0,
54731574,790,1,2452,1600, 5475101,0,69,0,118,
547417,1601,15,1602,4, 54760,101,0,110,0,
547520,37,0,83,0, 5477116,0,95,0,49,
54780,1,158,1,3,
54791,6,1,5,1599,
548022,1,17,1,2418,
54811600,16,0,547,1,
54822310,1601,16,0,252,
54831,1657,886,1,2029,
5484719,1,2136,848,1,
54852032,735,1,1989,902,
54861,32,1602,16,0,
5487378,1,2105,813,1,
54882227,894,1,1574,793,
54891,2454,1603,17,1604,
549015,1605,4,20,37,
54910,83,0,116,0,
549297,0,116,0,101,
54930,66,0,111,0,
5494100,0,121,0,1,
5495-1,1,5,1606,20,
54961607,4,22,83,0,
5476116,0,97,0,116, 5497116,0,97,0,116,
54770,101,0,66,0, 54980,101,0,66,0,
5478111,0,100,0,121, 5499111,0,100,0,121,
54790,1,-1,1,5, 55000,95,0,50,0,
54801603,20,1604,4,22, 55011,157,1,3,1,
548183,0,116,0,97, 55023,1,2,1608,22,
54820,116,0,101,0, 55031,16,1,2456,1609,
548366,0,111,0,100, 550417,1610,15,1605,1,
54840,121,0,95,0, 5505-1,1,5,1611,20,
548550,0,1,156,1, 55061612,4,22,83,0,
54863,1,3,1,2, 5507116,0,97,0,116,
54871605,22,1,16,1, 55080,101,0,66,0,
54882454,1606,17,1607,15, 5509111,0,100,0,121,
54891602,1,-1,1,5, 55100,95,0,49,0,
54901608,20,1609,4,22, 55111,156,1,3,1,
549183,0,116,0,97, 55122,1,1,1613,22,
54920,116,0,101,0, 55131,15,1,2021,712,
549366,0,111,0,100, 55141,1802,780,1,2355,
54940,121,0,95,0, 5515807,1,2356,864,1,
549549,0,1,155,1, 55162030,725,1,2031,730,
54963,1,2,1,1, 55171,2359,819,1,2033,
54971610,22,1,15,1, 5518740,1,2361,824,1,
54981802,777,1,2021,709, 55192035,746,1,2037,751,
54991,2136,845,1,2355, 55201,2039,756,1,1931,
5500804,1,2356,861,1, 5521869,1,2041,762,1,
55012030,722,1,2031,727, 55221873,839,1,2043,767,
55021,2032,732,1,2033, 55231,2045,772,1,2494,
5503737,1,2361,821,1, 55241614,16,0,666,1,
55042035,743,1,2037,748, 552514,1615,19,144,1,
55051,2039,753,1,1931, 552614,1616,5,104,1,
5506866,1,2041,759,1, 55271260,1076,1,1011,1082,
55072043,764,1,2045,769, 55281,1514,1088,1,9,
55081,2491,1611,16,0, 55291093,1,10,1617,17,
5509459,1,14,1612,19, 55301618,15,1619,4,48,
5510144,1,14,1613,5, 553137,0,65,0,114,
5511104,1,1260,1073,1, 55320,103,0,117,0,
55121011,1079,1,1514,1085, 5533109,0,101,0,110,
55131,9,1090,1,10, 55340,116,0,68,0,
55141614,17,1615,15,1616, 5535101,0,99,0,108,
55154,48,37,0,65, 55360,97,0,114,0,
553797,0,116,0,105,
55380,111,0,110,0,
553976,0,105,0,115,
55400,116,0,1,-1,
55411,5,140,1,0,
55421,0,1620,22,1,
554318,1,262,1099,1,
55441267,1105,1,1521,1110,
55451,1773,1621,16,0,
5546148,1,19,1127,1,
554720,1622,16,0,142,
55481,2281,1134,1,525,
55491195,1,2539,1623,17,
55501624,15,1619,1,-1,
55511,5,140,1,0,
55521,0,1620,1,30,
55531625,17,1626,15,1619,
55541,-1,1,5,1627,
555520,1628,4,50,65,
55160,114,0,103,0, 55560,114,0,103,0,
5517117,0,109,0,101, 5557117,0,109,0,101,
55180,110,0,116,0, 55580,110,0,116,0,
@@ -5522,21 +5562,62 @@ public yyLSLSyntax
55220,105,0,111,0, 55620,105,0,111,0,
5523110,0,76,0,105, 5563110,0,76,0,105,
55240,115,0,116,0, 55640,115,0,116,0,
55251,-1,1,5,140, 556595,0,50,0,1,
55261,0,1,0,1617, 5566160,1,3,1,4,
552722,1,18,1,262, 55671,3,1629,22,1,
55281096,1,1267,1102,1, 556820,1,283,1157,1,
55291521,1107,1,1773,1618, 55692548,1630,16,0,142,
553016,0,148,1,19, 55701,40,1146,1,41,
55311124,1,20,1619,16, 55711631,17,1632,15,1633,
55320,142,1,2281,1131, 55724,26,37,0,65,
55331,525,1192,1,2535, 55730,114,0,103,0,
55341620,17,1621,15,1616, 5574117,0,109,0,101,
55351,-1,1,5,140, 55750,110,0,116,0,
55361,0,1,0,1617, 557676,0,105,0,115,
55371,30,1622,17,1623, 55770,116,0,1,-1,
553815,1616,1,-1,1, 55781,5,600,1,0,
55395,1624,20,1625,4, 55791,0,1634,22,1,
5580137,1,42,1635,17,
55811636,15,1637,4,38,
558237,0,69,0,120,
55830,112,0,114,0,
5584101,0,115,0,115,
55850,105,0,111,0,
5586110,0,65,0,114,
55870,103,0,117,0,
5588109,0,101,0,110,
55890,116,0,1,-1,
55901,5,1638,20,1639,
55914,40,69,0,120,
55920,112,0,114,0,
5593101,0,115,0,115,
55940,105,0,111,0,
5595110,0,65,0,114,
55960,103,0,117,0,
5597109,0,101,0,110,
55980,116,0,95,0,
559949,0,1,279,1,
56003,1,2,1,1,
56011640,22,1,140,1,
560244,1162,1,47,1163,
56031,48,1169,1,49,
56041175,1,50,1180,1,
560551,1185,1,305,1190,
56061,63,1201,1,66,
56071207,1,67,1212,1,
56081478,1434,1,69,1222,
56091,70,1227,1,68,
56101217,1,827,1359,1,
56111013,1237,1,1332,1242,
56121,74,1232,1,82,
56131263,1,1296,1152,1,
56141341,1280,1,328,1285,
56151,1303,1290,1,1096,
56161295,1,93,1301,1,
56171550,1306,1,352,1313,
56181,2364,1641,17,1642,
561915,1619,1,-1,1,
56205,1643,20,1644,4,
554050,65,0,114,0, 562150,65,0,114,0,
5541103,0,117,0,109, 5622103,0,117,0,109,
55420,101,0,110,0, 56230,101,0,110,0,
@@ -5546,2807 +5627,2674 @@ public yyLSLSyntax
55460,116,0,105,0, 56270,116,0,105,0,
5547111,0,110,0,76, 5628111,0,110,0,76,
55480,105,0,115,0, 56290,105,0,115,0,
5549116,0,95,0,50, 5630116,0,95,0,49,
55500,1,159,1,3, 56310,1,159,1,3,
55511,4,1,3,1626, 56321,2,1,1,1645,
555222,1,20,1,283, 563322,1,19,1,107,
55531154,1,2544,1627,16, 56341320,1,1114,1325,1,
55540,142,1,40,1143, 56351048,1247,1,1370,1428,
55551,41,1628,17,1629, 56361,118,1327,1,1123,
555615,1630,4,26,37, 56371332,1,371,1337,1,
55570,65,0,114,0, 56381377,1343,1,375,1348,
56391,377,1354,1,379,
56401392,1,380,1364,1,
5641883,1370,1,373,1382,
56421,130,1387,1,143,
56431397,1,2403,1646,17,
56441647,15,1619,1,-1,
56451,5,140,1,0,
56461,0,1620,1,1152,
56471403,1,387,1648,16,
56480,565,1,1406,1408,
56491,2412,1649,16,0,
5650142,1,1159,1413,1,
5651157,1418,1,1413,1423,
56521,1665,1501,1,412,
56531650,16,0,574,1,
56541094,1651,16,0,602,
56551,172,1445,1,1188,
56561450,1,437,1652,16,
56570,644,1,1442,1455,
56581,1694,1653,16,0,
5659148,1,942,1461,1,
56601195,1467,1,1449,1472,
56611,1701,1477,1,447,
56621482,1,188,1490,1,
5663205,1495,1,459,1654,
566417,1655,15,1633,1,
5665-1,1,5,600,1,
56660,1,0,1634,1,
5667461,1656,16,0,602,
56681,464,1657,17,1658,
566915,1633,1,-1,1,
56705,1659,20,1660,4,
567128,65,0,114,0,
5558103,0,117,0,109, 5672103,0,117,0,109,
55590,101,0,110,0, 56730,101,0,110,0,
5560116,0,76,0,105, 5674116,0,76,0,105,
55610,115,0,116,0, 56750,115,0,116,0,
55621,-1,1,5,602, 567695,0,50,0,1,
55631,0,1,0,1631, 5677278,1,3,1,4,
556422,1,137,1,42, 56781,3,1661,22,1,
55651632,17,1633,15,1634, 5679139,1,1224,1506,1,
55664,38,37,0,69, 5680223,1511,1,1730,1516,
55670,120,0,112,0, 56811,476,1521,1,477,
5568114,0,101,0,115, 56821527,1,1231,1532,1,
55690,115,0,105,0, 5683479,1537,1,480,1542,
5570111,0,110,0,65, 56841,1485,1548,1,242,
55710,114,0,103,0, 56851555,1,478,1560,1,
5572117,0,109,0,101, 5686481,1662,17,1663,15,
55730,110,0,116,0, 56871633,1,-1,1,5,
55741,-1,1,5,1635, 56881664,20,1665,4,28,
557520,1636,4,40,69, 568965,0,114,0,103,
55760,120,0,112,0, 56900,117,0,109,0,
5577114,0,101,0,115, 5691101,0,110,0,116,
55780,115,0,105,0,
5579111,0,110,0,65,
55800,114,0,103,0,
5581117,0,109,0,101,
55820,110,0,116,0,
558395,0,49,0,1,
5584278,1,3,1,2,
55851,1,1637,22,1,
5586140,1,44,1159,1,
558747,1160,1,48,1166,
55881,49,1172,1,50,
55891177,1,51,1182,1,
5590305,1187,1,63,1198,
55911,66,1204,1,67,
55921209,1,1478,1432,1,
559369,1219,1,70,1224,
55941,68,1214,1,74,
55951229,1,1013,1234,1,
55961332,1239,1,1048,1244,
55971,82,1260,1,1296,
55981149,1,1341,1277,1,
5599328,1282,1,1303,1287,
56001,1096,1292,1,93,
56011298,1,1550,1303,1,
5602352,1310,1,2364,1638,
560317,1639,15,1616,1,
5604-1,1,5,1640,20,
56051641,4,50,65,0,
5606114,0,103,0,117,
56070,109,0,101,0,
5608110,0,116,0,68,
56090,101,0,99,0,
5610108,0,97,0,114,
56110,97,0,116,0,
5612105,0,111,0,110,
56130,76,0,105,0, 56920,76,0,105,0,
5614115,0,116,0,95, 5693115,0,116,0,95,
56150,49,0,1,158, 56940,49,0,1,277,
56161,3,1,2,1, 56951,3,1,2,1,
56171,1642,22,1,19, 56961,1666,22,1,138,
56181,107,1317,1,1114, 56971,1001,1565,1,1002,
56191322,1,1370,1426,1, 56981570,1,15,1667,19,
5620118,1324,1,1123,1329, 5699357,1,15,1668,5,
56211,371,1334,1,1377, 57006,1,2554,1669,16,
56221341,1,375,1346,1, 57010,480,1,1114,1670,
5623377,1352,1,379,1390, 570216,0,355,1,1621,
56241,380,1362,1,883, 57031671,16,0,643,1,
56251368,1,373,1380,1, 570440,1672,16,0,561,
5626130,1385,1,2402,1643, 57051,19,1127,1,9,
562717,1644,15,1616,1, 57061093,1,16,1673,19,
5628-1,1,5,140,1, 5707136,1,16,1674,5,
56290,1,0,1617,1, 5708135,1,256,1675,16,
56301152,1401,1,143,1395, 57090,187,1,1261,1676,
56311,387,1645,16,0, 571016,0,187,1,509,
5632564,1,1406,1406,1, 57111677,16,0,187,1,
56332411,1646,16,0,142, 57129,1678,16,0,134,
56341,1159,1411,1,157, 57131,2021,712,1,2372,
56351416,1,1413,1421,1, 57141679,17,1680,15,1681,
56361665,1498,1,412,1647, 57154,12,37,0,69,
563716,0,574,1,1094, 57160,118,0,101,0,
56381648,16,0,604,1, 5717110,0,116,0,1,
5639172,1443,1,827,1357, 5718-1,1,5,1682,20,
56401,1188,1448,1,437, 57191683,4,16,69,0,
56411649,16,0,644,1, 5720118,0,101,0,110,
56421442,1453,1,1694,1650, 57210,116,0,95,0,
564316,0,148,1,942, 572251,0,48,0,1,
56441459,1,1195,1465,1, 5723316,1,3,1,2,
56451449,1470,1,1701,1475, 57241,1,1684,22,1,
56461,447,1480,1,188, 5725177,1,1775,1685,16,
56471487,1,205,1492,1, 57260,187,1,2029,719,
5648459,1651,17,1652,15, 57271,2030,725,1,2031,
56491630,1,-1,1,5, 5728730,1,2032,735,1,
5650602,1,0,1,0, 57292033,740,1,277,1686,
56511631,1,461,1653,16,
56520,604,1,464,1654,
565317,1655,15,1630,1,
5654-1,1,5,1656,20,
56551657,4,28,65,0,
5656114,0,103,0,117,
56570,109,0,101,0,
5658110,0,116,0,76,
56590,105,0,115,0,
5660116,0,95,0,50,
56610,1,277,1,3,
56621,4,1,3,1658,
566322,1,139,1,1224,
56641503,1,223,1508,1,
56651730,1513,1,476,1518,
56661,477,1524,1,1231,
56671529,1,479,1534,1,
5668480,1539,1,1485,1545,
56691,242,1552,1,478,
56701557,1,481,1659,17,
56711660,15,1630,1,-1,
56721,5,1661,20,1662,
56734,28,65,0,114,
56740,103,0,117,0,
5675109,0,101,0,110,
56760,116,0,76,0,
5677105,0,115,0,116,
56780,95,0,49,0,
56791,276,1,3,1,
56802,1,1,1663,22,
56811,138,1,1001,1562,
56821,1002,1567,1,15,
56831664,19,353,1,15,
56841665,5,6,1,1114,
56851666,16,0,351,1,
56861621,1667,16,0,643,
56871,40,1668,16,0,
5688558,1,19,1124,1,
56899,1090,1,2550,1669,
569016,0,477,1,16,
56911670,19,136,1,16,
56921671,5,134,1,256,
56931672,16,0,187,1,
56941261,1673,16,0,187,
56951,509,1674,16,0,
5696187,1,9,1675,16,
56970,134,1,2021,709,
56981,2372,1676,17,1677,
569915,1678,4,12,37,
57000,69,0,118,0,
5701101,0,110,0,116,
57020,1,-1,1,5,
57031679,20,1680,4,16,
570469,0,118,0,101,
57050,110,0,116,0,
570695,0,50,0,57,
57070,1,314,1,3,
57081,2,1,1,1681,
570922,1,176,1,1775,
57101682,16,0,187,1,
57112029,716,1,2030,722,
57121,2031,727,1,2534,
57131683,16,0,468,1,
57142033,737,1,277,1684,
571516,0,187,1,2035, 573016,0,187,1,2035,
5716743,1,2037,748,1, 5731746,1,2538,1687,16,
57172039,753,1,32,1685, 57320,471,1,2037,751,
571816,0,187,1,2041, 57331,2039,756,1,32,
5719759,1,2043,764,1, 57341688,16,0,187,1,
57202045,769,1,40,1686, 57352041,762,1,2043,767,
572116,0,166,1,41, 57361,2045,772,1,40,
57221687,16,0,187,1, 57371689,16,0,166,1,
57231297,1688,16,0,187, 573841,1690,16,0,187,
57241,43,1689,16,0, 57391,1297,1691,16,0,
5725187,1,44,1690,16, 5740187,1,43,1692,16,
57260,166,1,1802,777, 57410,187,1,44,1693,
57271,1804,1691,16,0, 574216,0,166,1,1802,
5728187,1,299,1692,16, 5743780,1,1804,1694,16,
57290,187,1,2310,1693, 57440,187,1,299,1695,
573016,0,187,1,52, 574516,0,187,1,2310,
57311694,16,0,187,1, 57461696,16,0,187,1,
57321515,1695,16,0,187, 574752,1697,16,0,187,
57331,525,1696,16,0, 57481,1515,1698,16,0,
5734187,1,62,1697,16, 5749187,1,525,1699,16,
57350,202,1,63,1698, 57500,187,1,62,1700,
573616,0,166,1,2075, 575116,0,202,1,63,
57371699,16,0,187,1, 57521701,16,0,166,1,
57381574,790,1,71,1700, 57532075,1702,16,0,187,
573916,0,187,1,1833, 57541,1574,793,1,71,
57401701,16,0,322,1, 57551703,16,0,187,1,
57411834,1702,16,0,187, 57561833,1704,16,0,323,
57421,79,1703,16,0, 57571,1834,1705,16,0,
5743187,1,1335,1704,16, 5758187,1,79,1706,16,
57440,187,1,2136,845, 57590,187,1,1335,1707,
57451,322,1705,16,0, 576016,0,187,1,2136,
5746187,1,76,1706,16, 5761848,1,322,1708,16,
57470,187,1,85,1707, 57620,187,1,76,1709,
574816,0,187,1,89, 576316,0,187,1,85,
57491708,16,0,187,1, 57641710,16,0,187,1,
5750346,1709,16,0,187, 576589,1711,16,0,187,
57511,2355,804,1,2356, 57661,346,1712,16,0,
5752861,1,2106,1710,16, 5767187,1,2355,807,1,
57530,187,1,2359,816, 57682356,864,1,2106,1713,
57541,2361,821,1,1860, 576916,0,187,1,2359,
5755827,1,97,1711,16, 5770819,1,2361,824,1,
57560,187,1,2368,1712, 57711860,830,1,97,1714,
575717,1713,15,1678,1, 577216,0,187,1,2368,
5758-1,1,5,1714,20, 57731715,17,1716,15,1681,
57591715,4,16,69,0, 57741,-1,1,5,1717,
577520,1718,4,16,69,
57760,118,0,101,0,
5777110,0,116,0,95,
57780,51,0,52,0,
57791,320,1,3,1,
57802,1,1,1719,22,
57811,181,1,2369,1720,
578217,1721,15,1681,1,
5783-1,1,5,1722,20,
57841723,4,16,69,0,
5760118,0,101,0,110, 5785118,0,101,0,110,
57610,116,0,95,0, 57860,116,0,95,0,
576251,0,51,0,1, 578751,0,51,0,1,
5763318,1,3,1,2, 5788319,1,3,1,2,
57641,1,1716,22,1, 57891,1,1724,22,1,
5765180,1,2369,1717,17, 5790180,1,2370,1725,17,
57661718,15,1678,1,-1, 57911726,15,1681,1,-1,
57671,5,1719,20,1720, 57921,5,1727,20,1728,
57684,16,69,0,118, 57934,16,69,0,118,
57690,101,0,110,0, 57940,101,0,110,0,
5770116,0,95,0,51, 5795116,0,95,0,51,
57710,50,0,1,317, 57960,50,0,1,318,
57721,3,1,2,1, 57971,3,1,2,1,
57731,1721,22,1,179, 57981,1729,22,1,179,
57741,2370,1722,17,1723, 57991,112,1730,16,0,
577515,1678,1,-1,1, 5800187,1,1117,1731,16,
57765,1724,20,1725,4, 58010,187,1,2373,1732,
577716,69,0,118,0, 580217,1733,15,1681,1,
5778101,0,110,0,116, 5803-1,1,5,1734,20,
57790,95,0,51,0, 58041735,4,16,69,0,
578049,0,1,316,1, 5805118,0,101,0,110,
57813,1,2,1,1, 58060,116,0,95,0,
57821726,22,1,178,1, 580750,0,57,0,1,
5783112,1727,16,0,187, 5808315,1,3,1,2,
57841,1117,1728,16,0, 58091,1,1736,22,1,
5785187,1,2373,1729,17, 5810176,1,2374,1737,17,
57861730,15,1678,1,-1, 58111738,15,1681,1,-1,
57871,5,1731,20,1732, 58121,5,1739,20,1740,
57884,16,69,0,118, 58134,16,69,0,118,
57890,101,0,110,0, 58140,101,0,110,0,
5790116,0,95,0,50, 5815116,0,95,0,50,
57910,56,0,1,313, 58160,56,0,1,314,
57921,3,1,2,1, 58171,3,1,2,1,
57931,1733,22,1,175, 58181,1741,22,1,175,
57941,2374,1734,17,1735, 58191,1873,839,1,2376,
579515,1678,1,-1,1, 58201742,17,1743,15,1681,
57965,1736,20,1737,4, 58211,-1,1,5,1744,
579716,69,0,118,0, 582220,1745,4,16,69,
5798101,0,110,0,116, 58230,118,0,101,0,
57990,95,0,50,0, 5824110,0,116,0,95,
580055,0,1,312,1, 58250,50,0,54,0,
58013,1,2,1,1, 58261,312,1,3,1,
58021738,22,1,174,1, 58272,1,1,1746,22,
58031873,836,1,2376,1739, 58281,173,1,1875,1747,
580417,1740,15,1678,1, 582916,0,444,1,2378,
5805-1,1,5,1741,20, 58301748,17,1749,15,1681,
58061742,4,16,69,0, 58311,-1,1,5,1750,
5807118,0,101,0,110, 583220,1751,4,16,69,
58080,116,0,95,0, 58330,118,0,101,0,
580950,0,53,0,1, 5834110,0,116,0,95,
5810310,1,3,1,2, 58350,50,0,52,0,
58111,1,1743,22,1, 58361,310,1,3,1,
5812172,1,1875,1744,16, 58372,1,1,1752,22,
58130,439,1,2378,1745, 58381,171,1,2379,1753,
581417,1746,15,1678,1, 583917,1754,15,1681,1,
5815-1,1,5,1747,20, 5840-1,1,5,1755,20,
58161748,4,16,69,0, 58411756,4,16,69,0,
5817118,0,101,0,110, 5842118,0,101,0,110,
58180,116,0,95,0, 58430,116,0,95,0,
581950,0,51,0,1, 584450,0,51,0,1,
5820308,1,3,1,2, 5845309,1,3,1,2,
58211,1,1749,22,1, 58461,1,1757,22,1,
5822170,1,2379,1750,17, 5847170,1,2380,1758,17,
58231751,15,1678,1,-1, 58481759,15,1681,1,-1,
58241,5,1752,20,1753, 58491,5,1760,20,1761,
58254,16,69,0,118, 58504,16,69,0,118,
58260,101,0,110,0, 58510,101,0,110,0,
5827116,0,95,0,50, 5852116,0,95,0,50,
58280,50,0,1,307, 58530,50,0,1,308,
58291,3,1,2,1, 58541,3,1,2,1,
58301,1754,22,1,169, 58551,1762,22,1,169,
58311,2380,1755,17,1756, 58561,2381,1763,17,1764,
583215,1678,1,-1,1, 585715,1681,1,-1,1,
58335,1757,20,1758,4, 58585,1765,20,1766,4,
583416,69,0,118,0, 585916,69,0,118,0,
5835101,0,110,0,116, 5860101,0,110,0,116,
58360,95,0,50,0, 58610,95,0,50,0,
583749,0,1,306,1, 586249,0,1,307,1,
58383,1,2,1,1, 58633,1,2,1,1,
58391759,22,1,168,1, 58641767,22,1,168,1,
58402381,1760,17,1761,15, 58652382,1768,17,1769,15,
58411678,1,-1,1,5, 58661681,1,-1,1,5,
58421762,20,1763,4,16, 58671770,20,1771,4,16,
584369,0,118,0,101, 586869,0,118,0,101,
58440,110,0,116,0, 58690,110,0,116,0,
584595,0,50,0,48, 587095,0,50,0,48,
58460,1,305,1,3, 58710,1,306,1,3,
58471,2,1,1,1764, 58721,2,1,1,1772,
584822,1,167,1,2382, 587322,1,167,1,124,
58491765,17,1766,15,1678, 58741773,16,0,187,1,
58501,-1,1,5,1767, 58752384,1774,17,1775,15,
585120,1768,4,16,69, 58761681,1,-1,1,5,
58520,118,0,101,0, 58771776,20,1777,4,16,
5853110,0,116,0,95, 587869,0,118,0,101,
58540,49,0,57,0, 58790,110,0,116,0,
58551,304,1,3,1, 588095,0,49,0,56,
58562,1,1,1769,22, 58810,1,304,1,3,
58571,166,1,124,1770, 58821,2,1,1,1778,
585816,0,187,1,2384, 588322,1,165,1,2385,
58591771,17,1772,15,1678, 58841779,17,1780,15,1681,
58601,-1,1,5,1773, 58851,-1,1,5,1781,
586120,1774,4,16,69, 588620,1782,4,16,69,
58620,118,0,101,0, 58870,118,0,101,0,
5863110,0,116,0,95, 5888110,0,116,0,95,
58640,49,0,55,0, 58890,49,0,55,0,
58651,302,1,3,1, 58901,303,1,3,1,
58662,1,1,1775,22, 58912,1,1,1783,22,
58671,164,1,2385,1776, 58921,164,1,2386,1784,
586817,1777,15,1678,1, 589317,1785,15,1681,1,
5869-1,1,5,1778,20, 5894-1,1,5,1786,20,
58701779,4,16,69,0, 58951787,4,16,69,0,
5871118,0,101,0,110, 5896118,0,101,0,110,
58720,116,0,95,0, 58970,116,0,95,0,
587349,0,54,0,1, 589849,0,54,0,1,
5874301,1,3,1,2, 5899302,1,3,1,2,
58751,1,1780,22,1, 59001,1,1788,22,1,
5876163,1,2386,1781,17, 5901163,1,2387,1789,17,
58771782,15,1678,1,-1, 59021790,15,1681,1,-1,
58781,5,1783,20,1784, 59031,5,1791,20,1792,
58794,16,69,0,118, 59044,16,69,0,118,
58800,101,0,110,0, 59050,101,0,110,0,
5881116,0,95,0,49, 5906116,0,95,0,49,
58820,53,0,1,300, 59070,53,0,1,301,
58831,3,1,2,1, 59081,3,1,2,1,
58841,1785,22,1,162, 59091,1793,22,1,162,
58851,2387,1786,17,1787, 59101,2388,1794,17,1795,
588615,1678,1,-1,1, 591115,1681,1,-1,1,
58875,1788,20,1789,4, 59125,1796,20,1797,4,
588816,69,0,118,0, 591316,69,0,118,0,
5889101,0,110,0,116, 5914101,0,110,0,116,
58900,95,0,49,0, 59150,95,0,49,0,
589152,0,1,299,1, 591652,0,1,300,1,
58923,1,2,1,1, 59173,1,2,1,1,
58931790,22,1,161,1, 59181798,22,1,161,1,
58942388,1791,17,1792,15, 59192389,1799,17,1800,15,
58951678,1,-1,1,5, 59201681,1,-1,1,5,
58961793,20,1794,4,16, 59211801,20,1802,4,16,
589769,0,118,0,101, 592269,0,118,0,101,
58980,110,0,116,0, 59230,110,0,116,0,
589995,0,49,0,51, 592495,0,49,0,51,
59000,1,298,1,3, 59250,1,299,1,3,
59011,2,1,1,1795, 59261,2,1,1,1803,
590222,1,160,1,2389, 592722,1,160,1,2390,
59031796,17,1797,15,1678, 59281804,17,1805,15,1681,
59041,-1,1,5,1798, 59291,-1,1,5,1806,
590520,1799,4,16,69, 593020,1807,4,16,69,
59060,118,0,101,0, 59310,118,0,101,0,
5907110,0,116,0,95, 5932110,0,116,0,95,
59080,49,0,50,0, 59330,49,0,50,0,
59091,297,1,3,1, 59341,298,1,3,1,
59102,1,1,1800,22, 59352,1,1,1808,22,
59111,159,1,2390,1801, 59361,159,1,2391,1809,
591217,1802,15,1678,1, 593717,1810,15,1681,1,
5913-1,1,5,1803,20, 5938-1,1,5,1811,20,
59141804,4,16,69,0, 59391812,4,16,69,0,
5915118,0,101,0,110, 5940118,0,101,0,110,
59160,116,0,95,0, 59410,116,0,95,0,
591749,0,49,0,1, 594249,0,49,0,1,
5918296,1,3,1,2, 5943297,1,3,1,2,
59191,1,1805,22,1, 59441,1,1813,22,1,
5920158,1,2391,1806,17, 5945158,1,2392,1814,17,
59211807,15,1678,1,-1, 59461815,15,1681,1,-1,
59221,5,1808,20,1809, 59471,5,1816,20,1817,
59234,16,69,0,118, 59484,16,69,0,118,
59240,101,0,110,0, 59490,101,0,110,0,
5925116,0,95,0,49, 5950116,0,95,0,49,
59260,48,0,1,295, 59510,48,0,1,296,
59271,3,1,2,1, 59521,3,1,2,1,
59281,1810,22,1,157, 59531,1818,22,1,157,
59291,2392,1811,17,1812, 59541,2393,1819,17,1820,
593015,1678,1,-1,1, 595515,1681,1,-1,1,
59315,1813,20,1814,4, 59565,1821,20,1822,4,
593214,69,0,118,0, 595714,69,0,118,0,
5933101,0,110,0,116, 5958101,0,110,0,116,
59340,95,0,57,0, 59590,95,0,57,0,
59351,294,1,3,1, 59601,295,1,3,1,
59362,1,1,1815,22, 59612,1,1,1823,22,
59371,156,1,2393,1816, 59621,156,1,2394,1824,
593817,1817,15,1678,1, 596317,1825,15,1681,1,
5939-1,1,5,1818,20, 5964-1,1,5,1826,20,
59401819,4,14,69,0, 59651827,4,14,69,0,
5941118,0,101,0,110, 5966118,0,101,0,110,
59420,116,0,95,0, 59670,116,0,95,0,
594356,0,1,293,1, 596856,0,1,294,1,
59443,1,2,1,1, 59693,1,2,1,1,
59451820,22,1,155,1, 59701828,22,1,155,1,
59462394,1821,17,1822,15, 59712395,1829,17,1830,15,
59471678,1,-1,1,5, 59721681,1,-1,1,5,
59481823,20,1824,4,14, 59731831,20,1832,4,14,
594969,0,118,0,101, 597469,0,118,0,101,
59500,110,0,116,0, 59750,110,0,116,0,
595195,0,55,0,1, 597695,0,55,0,1,
5952292,1,3,1,2, 5977293,1,3,1,2,
59531,1,1825,22,1, 59781,1,1833,22,1,
5954154,1,2395,1826,17, 5979154,1,137,1834,16,
59551827,15,1678,1,-1, 59800,187,1,2397,1835,
59561,5,1828,20,1829, 598117,1836,15,1681,1,
59574,14,69,0,118, 5982-1,1,5,1837,20,
59580,101,0,110,0, 59831838,4,14,69,0,
5959116,0,95,0,54, 5984118,0,101,0,110,
59600,1,291,1,3, 59850,116,0,95,0,
59611,2,1,1,1830, 598653,0,1,291,1,
596222,1,153,1,137, 59873,1,2,1,1,
59631831,16,0,187,1, 59881839,22,1,152,1,
59642397,1832,17,1833,15, 59892398,1840,17,1841,15,
59651678,1,-1,1,5, 59901681,1,-1,1,5,
59661834,20,1835,4,14, 59911842,20,1843,4,14,
596769,0,118,0,101, 599269,0,118,0,101,
59680,110,0,116,0, 59930,110,0,116,0,
596995,0,52,0,1, 599495,0,52,0,1,
5970289,1,3,1,2, 5995290,1,3,1,2,
59711,1,1836,22,1, 59961,1,1844,22,1,
5972151,1,2398,1837,17, 5997151,1,2399,1845,17,
59731838,15,1678,1,-1, 59981846,15,1681,1,-1,
59741,5,1839,20,1840, 59991,5,1847,20,1848,
59754,14,69,0,118, 60004,14,69,0,118,
59760,101,0,110,0, 60010,101,0,110,0,
5977116,0,95,0,51, 6002116,0,95,0,51,
59780,1,288,1,3, 60030,1,289,1,3,
59791,2,1,1,1841, 60041,2,1,1,1849,
598022,1,150,1,2399, 600522,1,150,1,2400,
59811842,17,1843,15,1678, 60061850,17,1851,15,1681,
59821,-1,1,5,1844, 60071,-1,1,5,1852,
598320,1845,4,14,69, 600820,1853,4,14,69,
59840,118,0,101,0, 60090,118,0,101,0,
5985110,0,116,0,95, 6010110,0,116,0,95,
59860,50,0,1,287, 60110,50,0,1,288,
59871,3,1,2,1, 60121,3,1,2,1,
59881,1846,22,1,149, 60131,1854,22,1,149,
59891,2400,1847,17,1848, 60141,2401,1855,17,1856,
599015,1678,1,-1,1, 601515,1681,1,-1,1,
59915,1849,20,1850,4, 60165,1857,20,1858,4,
599214,69,0,118,0, 601714,69,0,118,0,
5993101,0,110,0,116, 6018101,0,110,0,116,
59940,95,0,49,0, 60190,95,0,49,0,
59951,286,1,3,1, 60201,287,1,3,1,
59962,1,1,1851,22, 60212,1,1,1859,22,
59971,148,1,2401,1852, 60221,148,1,2402,1860,
599816,0,349,1,381, 602316,0,353,1,1901,
59991853,16,0,187,1, 60241861,16,0,187,1,
60001901,1854,16,0,187, 6025102,1862,16,0,187,
60011,102,1855,16,0, 60261,1153,1863,16,0,
6002187,1,1153,1856,16, 6027187,1,151,1864,16,
60030,187,1,151,1857, 60280,187,1,1407,1865,
600416,0,187,1,1407, 602916,0,187,1,1659,
60051858,16,0,187,1, 60301866,16,0,187,1,
60061659,1859,16,0,187, 6031406,1867,16,0,187,
60071,2032,732,1,406, 60321,381,1868,16,0,
60081860,16,0,187,1, 6033187,1,1371,1869,16,
60091371,1861,16,0,187, 60340,187,1,2105,813,
60101,2105,810,1,166, 60351,166,1870,16,0,
60111862,16,0,187,1, 6036187,1,1622,1871,16,
60121622,1863,16,0,187, 60370,187,1,1931,869,
60131,1931,866,1,1932, 60381,1932,1872,16,0,
60141864,16,0,478,1, 6039478,1,1933,1873,16,
60151933,1865,16,0,187, 60400,187,1,1876,1874,
60161,1876,1866,16,0, 604116,0,187,1,431,
6017187,1,431,1867,16, 60421875,16,0,187,1,
60180,187,1,1585,1868, 60431585,1876,16,0,187,
601916,0,187,1,182, 60441,182,1877,16,0,
60201869,16,0,187,1, 6045187,1,1189,1878,16,
60211189,1870,16,0,187, 60460,187,1,2371,1879,
60221,2371,1871,17,1872, 604717,1880,15,1681,1,
602315,1678,1,-1,1, 6048-1,1,5,1881,20,
60245,1873,20,1874,4, 60491882,4,16,69,0,
602516,69,0,118,0, 6050118,0,101,0,110,
6026101,0,110,0,116, 60510,116,0,95,0,
60270,95,0,51,0, 605251,0,49,0,1,
602848,0,1,315,1, 6053317,1,3,1,2,
60293,1,2,1,1, 60541,1,1883,22,1,
60301875,22,1,177,1, 6055178,1,1695,1884,16,
60311695,1876,16,0,187, 60560,187,1,2198,1885,
60321,2198,1877,16,0, 605716,0,187,1,2375,
6033187,1,2375,1878,17, 60581886,17,1887,15,1681,
60341879,15,1678,1,-1, 60591,-1,1,5,1888,
60351,5,1880,20,1881, 606020,1889,4,16,69,
60364,16,69,0,118,
60370,101,0,110,0,
6038116,0,95,0,50,
60390,54,0,1,311,
60401,3,1,2,1,
60411,1882,22,1,173,
60421,2377,1883,17,1884,
604315,1678,1,-1,1,
60445,1885,20,1886,4,
604516,69,0,118,0,
6046101,0,110,0,116,
60470,95,0,50,0,
604852,0,1,309,1,
60493,1,2,1,1,
60501887,22,1,171,1,
6051447,1888,16,0,187,
60521,199,1889,16,0,
6053187,1,2383,1890,17,
60541891,15,1678,1,-1,
60551,5,1892,20,1893,
60564,16,69,0,118,
60570,101,0,110,0,
6058116,0,95,0,49,
60590,56,0,1,303,
60601,3,1,2,1,
60611,1894,22,1,165,
60621,1958,1895,16,0,
6063187,1,2551,1896,16,
60640,187,1,1657,883,
60651,1658,1897,16,0,
6066662,1,459,1898,16,
60670,187,1,462,1899,
606816,0,187,1,2396,
60691900,17,1901,15,1678,
60701,-1,1,5,1902,
607120,1903,4,14,69,
60720,118,0,101,0, 60610,118,0,101,0,
6073110,0,116,0,95, 6062110,0,116,0,95,
60740,53,0,1,290, 60630,50,0,55,0,
60751,3,1,2,1, 60641,313,1,3,1,
60761,1904,22,1,152, 60652,1,1,1890,22,
60771,217,1905,16,0, 60661,174,1,2377,1891,
6078187,1,2227,891,1, 606717,1892,15,1681,1,
60791225,1906,16,0,187, 6068-1,1,5,1893,20,
60801,1479,1907,16,0, 60691894,4,16,69,0,
6081187,1,1731,1908,16, 6070118,0,101,0,110,
60820,187,1,1989,899, 60710,116,0,95,0,
60831,1990,1909,16,0, 607250,0,53,0,1,
6084187,1,1443,1910,16, 6073311,1,3,1,2,
60850,187,1,236,1911, 60741,1,1895,22,1,
608616,0,187,1,1756, 6075172,1,447,1896,16,
60871912,16,0,187,1, 60760,187,1,199,1897,
608817,1913,19,154,1, 607716,0,187,1,2383,
608917,1914,5,116,1, 60781898,17,1899,15,1681,
60901,1915,17,1916,15, 60791,-1,1,5,1900,
60911917,4,18,37,0, 608020,1901,4,16,69,
609284,0,121,0,112, 60810,118,0,101,0,
60930,101,0,110,0, 6082110,0,116,0,95,
609497,0,109,0,101, 60830,49,0,57,0,
60950,1,-1,1,5, 60841,305,1,3,1,
60961918,20,1919,4,20, 60852,1,1,1902,22,
60861,166,1,1958,1903,
608716,0,187,1,1657,
6088886,1,1658,1904,16,
60890,665,1,2555,1905,
609016,0,187,1,459,
60911906,16,0,187,1,
6092462,1907,16,0,187,
60931,2396,1908,17,1909,
609415,1681,1,-1,1,
60955,1910,20,1911,4,
609614,69,0,118,0,
6097101,0,110,0,116,
60980,95,0,54,0,
60991,292,1,3,1,
61002,1,1,1912,22,
61011,153,1,217,1913,
610216,0,187,1,2227,
6103894,1,1225,1914,16,
61040,187,1,1479,1915,
610516,0,187,1,1731,
61061916,16,0,187,1,
61071989,902,1,1990,1917,
610816,0,187,1,1443,
61091918,16,0,187,1,
6110236,1919,16,0,187,
61111,1756,1920,16,0,
6112187,1,17,1921,19,
6113154,1,17,1922,5,
6114116,1,1,1923,17,
61151924,15,1925,4,18,
611637,0,84,0,121,
61170,112,0,101,0,
6118110,0,97,0,109,
61190,101,0,1,-1,
61201,5,1926,20,1927,
61214,20,84,0,121,
61220,112,0,101,0,
6123110,0,97,0,109,
61240,101,0,95,0,
612555,0,1,286,1,
61263,1,2,1,1,
61271928,22,1,147,1,
61282,1929,17,1930,15,
61291925,1,-1,1,5,
61301931,20,1932,4,20,
609784,0,121,0,112, 613184,0,121,0,112,
60980,101,0,110,0, 61320,101,0,110,0,
609997,0,109,0,101, 613397,0,109,0,101,
61000,95,0,55,0, 61340,95,0,54,0,
61011,285,1,3,1, 61351,285,1,3,1,
61022,1,1,1920,22, 61362,1,1,1933,22,
61031,147,1,2,1921, 61371,146,1,3,1934,
610417,1922,15,1917,1, 613817,1935,15,1925,1,
6105-1,1,5,1923,20, 6139-1,1,5,1936,20,
61061924,4,20,84,0, 61401937,4,20,84,0,
6107121,0,112,0,101, 6141121,0,112,0,101,
61080,110,0,97,0, 61420,110,0,97,0,
6109109,0,101,0,95, 6143109,0,101,0,95,
61100,54,0,1,284, 61440,53,0,1,284,
61111,3,1,2,1, 61451,3,1,2,1,
61121,1925,22,1,146, 61461,1938,22,1,145,
61131,3,1926,17,1927, 61471,4,1939,17,1940,
611415,1917,1,-1,1, 614815,1925,1,-1,1,
61155,1928,20,1929,4, 61495,1941,20,1942,4,
611620,84,0,121,0, 615020,84,0,121,0,
6117112,0,101,0,110, 6151112,0,101,0,110,
61180,97,0,109,0, 61520,97,0,109,0,
6119101,0,95,0,53, 6153101,0,95,0,52,
61200,1,283,1,3, 61540,1,283,1,3,
61211,2,1,1,1930, 61551,2,1,1,1943,
612222,1,145,1,4, 615622,1,144,1,5,
61231931,17,1932,15,1917, 61571944,17,1945,15,1925,
61241,-1,1,5,1933, 61581,-1,1,5,1946,
612520,1934,4,20,84, 615920,1947,4,20,84,
61260,121,0,112,0, 61600,121,0,112,0,
6127101,0,110,0,97, 6161101,0,110,0,97,
61280,109,0,101,0, 61620,109,0,101,0,
612995,0,52,0,1, 616395,0,51,0,1,
6130282,1,3,1,2, 6164282,1,3,1,2,
61311,1,1935,22,1, 61651,1,1948,22,1,
6132144,1,5,1936,17, 6166143,1,6,1949,17,
61331937,15,1917,1,-1, 61671950,15,1925,1,-1,
61341,5,1938,20,1939, 61681,5,1951,20,1952,
61354,20,84,0,121, 61694,20,84,0,121,
61360,112,0,101,0, 61700,112,0,101,0,
6137110,0,97,0,109, 6171110,0,97,0,109,
61380,101,0,95,0, 61720,101,0,95,0,
613951,0,1,281,1, 617350,0,1,281,1,
61403,1,2,1,1, 61743,1,2,1,1,
61411940,22,1,143,1, 61751953,22,1,142,1,
61426,1941,17,1942,15, 61767,1954,17,1955,15,
61431917,1,-1,1,5, 61771925,1,-1,1,5,
61441943,20,1944,4,20, 61781956,20,1957,4,20,
614584,0,121,0,112, 617984,0,121,0,112,
61460,101,0,110,0, 61800,101,0,110,0,
614797,0,109,0,101, 618197,0,109,0,101,
61480,95,0,50,0, 61820,95,0,49,0,
61491,280,1,3,1, 61831,280,1,3,1,
61502,1,1,1945,22, 61842,1,1,1958,22,
61511,142,1,7,1946, 61851,141,1,1514,1088,
615217,1947,15,1917,1, 61861,9,1093,1,10,
6153-1,1,5,1948,20, 61871617,1,262,1099,1,
61541949,4,20,84,0, 61881267,1105,1,1521,1110,
6155121,0,112,0,101, 61891,1773,1959,16,0,
61560,110,0,97,0, 6190233,1,19,1127,1,
6157109,0,101,0,95, 619120,1960,16,0,152,
61580,49,0,1,279, 61921,2281,1134,1,525,
61591,3,1,2,1, 61931195,1,2539,1623,1,
61601,1950,22,1,141, 619430,1625,1,283,1157,
61611,1514,1085,1,9, 61951,2548,1961,16,0,
61621090,1,10,1614,1, 6196634,1,1010,1962,16,
6163262,1096,1,1267,1102, 61970,591,1,40,1146,
61641,1521,1107,1,1773, 61981,41,1631,1,42,
61651951,16,0,233,1, 61991635,1,44,1162,1,
616619,1124,1,20,1952, 62001260,1076,1,47,1163,
616716,0,152,1,2281, 62011,1303,1290,1,49,
61681131,1,525,1192,1, 62021175,1,50,1180,1,
61692535,1620,1,30,1622, 620348,1169,1,305,1190,
61701,283,1154,1,2544, 62041,51,1185,1,61,
61711953,16,0,556,1, 62051963,16,0,194,1,
61721010,1954,16,0,594, 620663,1201,1,66,1207,
61731,40,1143,1,41, 62071,67,1212,1,68,
61741628,1,42,1632,1, 62081217,1,69,1222,1,
617544,1159,1,2402,1643, 620970,1227,1,73,1964,
61761,47,1160,1,1303, 621016,0,204,1,827,
61771287,1,49,1172,1, 62111359,1,1013,1237,1,
617850,1177,1,48,1166, 6212328,1285,1,74,1232,
61791,305,1187,1,51, 62131,82,1263,1,1840,
61801182,1,61,1955,16, 62141965,16,0,360,1,
61810,194,1,63,1198, 62151341,1280,1,1094,1966,
61821,66,1204,1,67, 621616,0,660,1,1096,
61831209,1,68,1214,1, 62171295,1,93,1301,1,
618469,1219,1,70,1224, 62181550,1306,1,352,1313,
61851,73,1956,16,0, 62191,2364,1641,1,1011,
6186204,1,74,1229,1, 62201082,1,107,1320,1,
61871013,1234,1,328,1282, 62211114,1325,1,1048,1247,
61881,1048,1244,1,82, 62221,1871,1967,16,0,
61891260,1,1840,1957,16, 6223373,1,1370,1428,1,
61900,356,1,1341,1277, 62241478,1434,1,118,1327,
61911,1260,1073,1,1094, 62251,1123,1332,1,1332,
61921958,16,0,657,1, 62261242,1,1377,1343,1,
61931096,1292,1,93,1298, 6227375,1348,1,1882,1968,
61941,1550,1303,1,352, 622816,0,404,1,377,
61951310,1,2364,1638,1, 62291354,1,379,1392,1,
61961011,1079,1,107,1317, 6230380,1364,1,130,1387,
61971,1114,1322,1,1871, 62311,2074,1969,16,0,
61981959,16,0,366,1, 6232563,1,371,1337,1,
61991370,1426,1,1478,1432, 6233373,1382,1,1012,1970,
62001,118,1324,1,1123, 623416,0,593,1,143,
62011329,1,1332,1239,1, 62351397,1,2403,1646,1,
62021377,1341,1,375,1346, 62361152,1403,1,1406,1408,
62031,1882,1960,16,0, 62371,2412,1971,16,0,
6204399,1,377,1352,1, 6238359,1,1159,1413,1,
6205827,1357,1,380,1362, 6239157,1418,1,1413,1423,
62061,130,1385,1,2074, 62401,883,1370,1,1296,
62071961,16,0,563,1, 62411152,1,172,1445,1,
6208371,1334,1,373,1380, 62421665,1501,1,1939,1972,
62091,1012,1962,16,0, 624316,0,452,1,1188,
6210596,1,379,1390,1, 62441450,1,1442,1455,1,
6211143,1395,1,1152,1401, 6245188,1490,1,942,1461,
62121,1406,1406,1,2411, 62461,1195,1467,1,1449,
62131963,16,0,354,1, 62471472,1,1701,1477,1,
62141159,1411,1,157,1416, 6248447,1482,1,205,1495,
62151,1413,1421,1,883, 62491,459,1654,1,464,
62161368,1,1296,1149,1, 62501657,1,2197,1973,16,
6217172,1443,1,1665,1498, 62510,654,1,1224,1506,
62181,1939,1964,16,0, 62521,223,1511,1,1730,
6219449,1,1188,1448,1, 62531516,1,476,1521,1,
62201442,1453,1,188,1487, 6254477,1527,1,1231,1532,
62211,942,1459,1,1195, 62551,479,1537,1,480,
62221465,1,1449,1470,1, 62561542,1,1485,1548,1,
62231701,1475,1,447,1480, 6257242,1555,1,478,1560,
62241,205,1492,1,459, 62581,481,1662,1,1001,
62251651,1,464,1654,1, 62591565,1,1002,1570,1,
62262197,1965,16,0,654, 626018,1974,19,489,1,
62271,1224,1503,1,223, 626118,1975,5,83,1,
62281508,1,1730,1513,1, 62621011,1082,1,1012,1976,
6229476,1518,1,477,1524, 626316,0,487,1,1013,
62301,1231,1529,1,479, 62641237,1,262,1099,1,
62311534,1,480,1539,1, 62651267,1977,16,0,487,
62321485,1545,1,242,1552, 62661,515,1978,16,0,
62331,478,1557,1,481, 6267487,1,1521,1979,16,
62341659,1,1001,1562,1, 62680,487,1,525,1195,
62351002,1567,1,18,1966, 62691,283,1157,1,40,
623619,488,1,18,1967, 62701146,1,42,1980,16,
62375,83,1,1011,1079, 62710,487,1,44,1162,
62381,1012,1968,16,0, 62721,47,1163,1,1303,
6239486,1,1013,1234,1, 62731981,16,0,487,1,
6240262,1096,1,1267,1969, 62741555,1982,16,0,487,
624116,0,486,1,515, 62751,50,1180,1,2561,
62421970,16,0,486,1, 62761983,16,0,487,1,
62431521,1971,16,0,486, 627749,1175,1,48,1169,
62441,525,1192,1,283, 62781,51,1185,1,63,
62451154,1,2557,1972,16, 62791201,1,305,1190,1,
62460,486,1,40,1143, 628066,1207,1,67,1212,
62471,42,1973,16,0, 62811,68,1217,1,69,
6248486,1,44,1159,1, 62821222,1,70,1227,1,
624947,1160,1,1303,1974, 628373,1984,16,0,487,
625016,0,486,1,1555, 62841,74,1232,1,328,
62511975,16,0,486,1, 62851285,1,1048,1985,16,
625250,1177,1,48,1166, 62860,487,1,82,1986,
62531,49,1172,1,51, 628716,0,487,1,1840,
62541182,1,63,1198,1, 62881987,16,0,487,1,
6255305,1187,1,66,1204, 62891591,1988,16,0,487,
62561,67,1209,1,68, 62901,1341,1989,16,0,
62571214,1,69,1219,1, 6291487,1,1096,1295,1,
625870,1224,1,73,1976, 629293,1301,1,352,1313,
625916,0,486,1,74, 62931,107,1990,16,0,
62601229,1,328,1282,1, 6294487,1,1114,1325,1,
62611048,1977,16,0,486, 6295118,1991,16,0,487,
62621,82,1978,16,0, 62961,1123,1992,16,0,
6263486,1,1840,1979,16, 6297487,1,371,1337,1,
62640,486,1,1591,1980, 62981628,1993,16,0,487,
626516,0,486,1,1341, 62991,375,1348,1,1882,
62661981,16,0,486,1, 63001994,16,0,487,1,
62671096,1292,1,93,1298, 6301377,1354,1,379,1392,
62681,352,1310,1,107, 63021,380,1364,1,883,
62691982,16,0,486,1, 63031995,16,0,487,1,
62701114,1322,1,118,1983, 6304373,1382,1,130,1996,
627116,0,486,1,1123, 630516,0,487,1,143,
62721984,16,0,486,1, 63061997,16,0,487,1,
6273371,1334,1,1628,1985, 6307387,1998,16,0,487,
627416,0,486,1,375, 63081,1159,1999,16,0,
62751346,1,1882,1986,16, 6309487,1,157,2000,16,
62760,486,1,377,1352, 63100,487,1,1413,2001,
62771,379,1390,1,380, 631116,0,487,1,1665,
62781362,1,883,1987,16, 63122002,16,0,487,1,
62790,486,1,373,1380, 6313412,2003,16,0,487,
62801,130,1988,16,0, 63141,1377,2004,16,0,
6281486,1,143,1989,16, 6315487,1,172,2005,16,
62820,486,1,387,1990, 63160,487,1,1939,2006,
628316,0,486,1,1159, 631716,0,487,1,437,
62841991,16,0,486,1, 63182007,16,0,487,1,
6285157,1992,16,0,486, 6319188,2008,16,0,487,
62861,1413,1993,16,0, 63201,942,2009,16,0,
6287486,1,1665,1994,16, 6321487,1,1195,2010,16,
62880,486,1,412,1995, 63220,487,1,1449,2011,
628916,0,486,1,1377, 632316,0,487,1,1701,
62901996,16,0,486,1, 63242012,16,0,487,1,
6291172,1997,16,0,486, 6325447,1482,1,205,2013,
62921,1939,1998,16,0, 632616,0,487,1,827,
6293486,1,437,1999,16, 63272014,16,0,487,1,
62940,486,1,188,2000, 6328223,2015,16,0,487,
629516,0,486,1,942, 63291,476,1521,1,477,
62962001,16,0,486,1, 63301527,1,1231,2016,16,
62971195,2002,16,0,486, 63310,487,1,479,1537,
62981,1449,2003,16,0, 63321,480,1542,1,1485,
6299486,1,1701,2004,16, 63332017,16,0,487,1,
63000,486,1,447,1480, 63341737,2018,16,0,487,
63011,205,2005,16,0, 63351,242,2019,16,0,
6302486,1,827,2006,16, 6336487,1,478,1560,1,
63030,486,1,223,2007, 63371001,1565,1,1002,1570,
630416,0,486,1,476, 63381,19,2020,19,225,
63051518,1,477,1524,1, 63391,19,2021,5,171,
63061231,2008,16,0,486, 63401,256,2022,16,0,
63071,479,1534,1,480, 6341223,1,1261,2023,16,
63081539,1,1485,2009,16, 63420,223,1,1011,1082,
63090,486,1,1737,2010, 63431,1012,2024,16,0,
631016,0,486,1,242, 6344477,1,1515,2025,16,
63112011,16,0,486,1, 63450,223,1,262,1099,
6312478,1557,1,1001,1562, 63461,1267,2026,16,0,
63131,1002,1567,1,19, 6347477,1,2021,712,1,
63142012,19,225,1,19, 63482075,2027,16,0,223,
63152013,5,171,1,256, 63491,1521,2028,16,0,
63162014,16,0,223,1, 6350477,1,1775,2029,16,
63171261,2015,16,0,223, 63510,223,1,2029,719,
63181,1011,1079,1,1012, 63521,2030,725,1,2031,
63192016,16,0,476,1, 6353730,1,2032,735,1,
63201515,2017,16,0,223, 63542033,740,1,277,2030,
63211,262,1096,1,1267, 635516,0,223,1,2035,
63222018,16,0,476,1, 6356746,1,2037,751,1,
63232021,709,1,1521,2019, 63572039,756,1,32,2031,
632416,0,476,1,1775, 635816,0,223,1,2041,
63252020,16,0,223,1, 6359762,1,2043,767,1,
63262029,716,1,2030,722, 63602045,772,1,40,1146,
63271,2031,727,1,2032, 63611,41,2032,16,0,
6328732,1,2033,737,1, 6362223,1,42,2033,16,
6329277,2021,16,0,223, 63630,477,1,43,2034,
63301,2035,743,1,2037, 636416,0,223,1,44,
6331748,1,2039,753,1, 63651162,1,1802,780,1,
633232,2022,16,0,223, 63661804,2035,16,0,223,
63331,2041,759,1,2043, 63671,1303,2036,16,0,
6334764,1,2045,769,1, 6368477,1,49,1175,1,
633540,1143,1,41,2023, 636947,1163,1,48,1169,
633616,0,223,1,42, 63701,52,2037,16,0,
63372024,16,0,476,1, 6371223,1,50,1180,1,
633843,2025,16,0,223, 637251,1185,1,509,2038,
63391,44,1159,1,1802, 637316,0,223,1,299,
6340777,1,1804,2026,16, 63742039,16,0,223,1,
63410,223,1,1303,2027, 6375283,1157,1,63,1201,
634216,0,476,1,49, 63761,305,1190,1,66,
63431172,1,47,1160,1, 63771207,1,67,1212,1,
634448,1166,1,52,2028, 637868,1217,1,69,1222,
634516,0,223,1,50, 63791,70,1227,1,71,
63461177,1,51,1182,1,
6347509,2029,16,0,223,
63481,299,2030,16,0,
6349223,1,283,1154,1,
635063,1198,1,305,1187,
63511,66,1204,1,67,
63521209,1,68,1214,1,
635369,1219,1,70,1224,
63541,71,2031,16,0,
6355223,1,73,2032,16,
63560,476,1,74,1229,
63571,1013,1234,1,76,
63582033,16,0,223,1,
63591834,2034,16,0,223,
63601,1048,2035,16,0,
6361476,1,79,2036,16,
63620,223,1,1335,2037,
636316,0,223,1,2136,
6364845,1,82,2038,16,
63650,476,1,1840,2039,
636616,0,476,1,1297,
63672040,16,0,223,1, 63802040,16,0,223,1,
636885,2041,16,0,223, 638173,2041,16,0,477,
63691,1341,2042,16,0, 63821,74,1232,1,1013,
6370476,1,89,2043,16, 63831237,1,76,2042,16,
63710,223,1,1096,1292, 63840,223,1,1834,2043,
63721,93,1298,1,322, 638516,0,223,1,1048,
63732044,16,0,223,1, 63862044,16,0,477,1,
63742355,804,1,2356,861, 638779,2045,16,0,223,
63751,2106,2045,16,0, 63881,1335,2046,16,0,
6376223,1,1555,2046,16, 6389223,1,2136,848,1,
63770,476,1,2359,816, 639082,2047,16,0,477,
63781,827,2047,16,0, 63911,1840,2048,16,0,
6379476,1,2361,821,1, 6392477,1,1297,2049,16,
63801860,827,1,97,2048, 63930,223,1,85,2050,
638116,0,223,1,1114, 639416,0,223,1,1341,
63821322,1,112,2049,16, 63952051,16,0,477,1,
63830,223,1,1117,2050, 639689,2052,16,0,223,
638416,0,223,1,352, 63971,1096,1295,1,93,
63851310,1,1873,836,1, 63981301,1,322,2053,16,
6386102,2051,16,0,223, 63990,223,1,2355,807,
63871,118,2052,16,0, 64001,2356,864,1,2106,
6388476,1,1123,2053,16, 64012054,16,0,223,1,
63890,476,1,371,1334, 64021555,2055,16,0,477,
63901,515,2054,16,0, 64031,2359,819,1,827,
6391476,1,107,2055,16, 64042056,16,0,477,1,
63920,476,1,124,2056, 64052361,824,1,1860,830,
639316,0,223,1,1882, 64061,97,2057,16,0,
63942057,16,0,476,1, 6407223,1,1114,1325,1,
6395377,1352,1,379,1390, 6408112,2058,16,0,223,
63961,380,1362,1,130, 64091,1117,2059,16,0,
63972058,16,0,476,1, 6410223,1,352,1313,1,
6398346,2059,16,0,223, 64111873,839,1,102,2060,
63991,2075,2060,16,0, 641216,0,223,1,118,
6400223,1,373,1380,1, 64132061,16,0,477,1,
6401387,2061,16,0,476, 64141123,2062,16,0,477,
64021,137,2062,16,0, 64151,371,1337,1,515,
6403223,1,143,2063,16, 64162063,16,0,477,1,
64040,476,1,1901,2064, 6417107,2064,16,0,477,
640516,0,223,1,1153, 64181,124,2065,16,0,
64062065,16,0,223,1, 6419223,1,1882,2066,16,
6407375,1346,1,151,2066, 64200,477,1,2555,2067,
640816,0,223,1,1407, 642116,0,223,1,379,
64092067,16,0,223,1, 64221392,1,380,1364,1,
64101659,2068,16,0,223, 6423130,2068,16,0,477,
64111,1159,2069,16,0, 64241,346,2069,16,0,
6412476,1,381,2070,16, 6425223,1,2561,2070,16,
64130,223,1,157,2071, 64260,477,1,373,1382,
641416,0,476,1,1413, 64271,387,2071,16,0,
64152072,16,0,476,1, 6428477,1,137,2072,16,
6416883,2073,16,0,476, 64290,223,1,377,1354,
64171,1371,2074,16,0, 64301,143,2073,16,0,
6418223,1,328,1282,1, 6431477,1,1901,2074,16,
64192105,810,1,166,2075, 64320,223,1,1153,2075,
642016,0,223,1,1377, 643316,0,223,1,375,
64212076,16,0,476,1, 64341348,1,151,2076,16,
64221622,2077,16,0,223, 64350,223,1,1407,2077,
64231,406,2078,16,0, 643616,0,223,1,1659,
6424223,1,1574,790,1, 64372078,16,0,223,1,
6425172,2079,16,0,476, 64381159,2079,16,0,477,
64261,1931,866,1,412, 64391,381,2080,16,0,
64272080,16,0,476,1, 6440223,1,157,2081,16,
64281933,2081,16,0,223, 64410,477,1,1413,2082,
64291,1876,2082,16,0, 644216,0,477,1,883,
6430223,1,431,2083,16, 64432083,16,0,477,1,
64310,223,1,1585,2084, 64441371,2084,16,0,223,
643216,0,223,1,182, 64451,328,1285,1,2105,
64332085,16,0,223,1, 6446813,1,166,2085,16,
64341628,2086,16,0,476, 64470,223,1,1377,2086,
64351,1189,2087,16,0, 644816,0,477,1,1622,
6436223,1,437,2088,16, 64492087,16,0,223,1,
64370,476,1,1591,2089, 6450406,2088,16,0,223,
643816,0,476,1,188, 64511,1574,793,1,172,
64392090,16,0,476,1, 64522089,16,0,477,1,
64401695,2091,16,0,223, 64531931,869,1,412,2090,
64411,2198,2092,16,0, 645416,0,477,1,1933,
6442223,1,1195,2093,16, 64552091,16,0,223,1,
64430,476,1,1449,2094, 64561876,2092,16,0,223,
644416,0,476,1,1701, 64571,431,2093,16,0,
64452095,16,0,476,1, 6458223,1,1585,2094,16,
6446447,2096,16,0,223, 64590,223,1,182,2095,
64471,2310,2097,16,0, 646016,0,223,1,1628,
6448223,1,1958,2098,16, 64612096,16,0,477,1,
64490,223,1,2551,2099, 64621189,2097,16,0,223,
645016,0,223,1,1657, 64631,437,2098,16,0,
6451883,1,205,2100,16, 6464477,1,1591,2099,16,
64520,476,1,199,2101, 64650,477,1,188,2100,
645316,0,223,1,459, 646616,0,477,1,1695,
64542102,16,0,223,1, 64672101,16,0,223,1,
64552557,2103,16,0,476, 64682198,2102,16,0,223,
64561,462,2104,16,0, 64691,1195,2103,16,0,
6457223,1,1665,2105,16, 6470477,1,1449,2104,16,
64580,476,1,217,2106, 64710,477,1,1701,2105,
645916,0,223,1,2227, 647216,0,477,1,447,
6460891,1,942,2107,16, 64732106,16,0,223,1,
64610,476,1,1225,2108, 64742310,2107,16,0,223,
646216,0,223,1,223, 64751,1958,2108,16,0,
64632109,16,0,476,1, 6476223,1,525,2109,16,
64641479,2110,16,0,223, 64770,223,1,1657,886,
64651,1731,2111,16,0, 64781,205,2110,16,0,
6466223,1,477,1524,1, 6479477,1,199,2111,16,
64671231,2112,16,0,476, 64800,223,1,459,2112,
64681,479,1534,1,480, 648116,0,223,1,462,
64691539,1,1485,2113,16, 64822113,16,0,223,1,
64700,476,1,1737,2114, 64831665,2114,16,0,477,
647116,0,476,1,1989, 64841,217,2115,16,0,
6472899,1,1990,2115,16, 6485223,1,2227,894,1,
64730,223,1,1443,2116, 6486942,2116,16,0,477,
647416,0,223,1,236, 64871,1225,2117,16,0,
64752117,16,0,223,1, 6488223,1,223,2118,16,
6476525,2118,16,0,223, 64890,477,1,1479,2119,
64771,476,1518,1,242, 649016,0,223,1,1731,
64782119,16,0,476,1, 64912120,16,0,223,1,
6479478,1557,1,1939,2120, 6492477,1527,1,1231,2121,
648016,0,476,1,1001, 649316,0,477,1,479,
64811562,1,1002,1567,1, 64941537,1,480,1542,1,
64821756,2121,16,0,223, 64951485,2122,16,0,477,
64831,20,2122,19,454, 64961,1737,2123,16,0,
64841,20,2123,5,83, 6497477,1,1989,902,1,
64851,1011,1079,1,1012, 64981990,2124,16,0,223,
64862124,16,0,452,1, 64991,1443,2125,16,0,
64871013,1234,1,262,1096, 6500223,1,236,2126,16,
64881,1267,2125,16,0, 65010,223,1,476,1521,
6489452,1,515,2126,16, 65021,242,2127,16,0,
64900,452,1,1521,2127, 6503477,1,478,1560,1,
649116,0,452,1,525, 65041939,2128,16,0,477,
64921192,1,283,1154,1, 65051,1001,1565,1,1002,
64932557,2128,16,0,452, 65061570,1,1756,2129,16,
64941,40,1143,1,42, 65070,223,1,20,2130,
64952129,16,0,452,1, 650819,457,1,20,2131,
649644,1159,1,47,1160, 65095,83,1,1011,1082,
64971,1303,2130,16,0, 65101,1012,2132,16,0,
6498452,1,1555,2131,16, 6511455,1,1013,1237,1,
64990,452,1,50,1177, 6512262,1099,1,1267,2133,
65001,48,1166,1,49, 651316,0,455,1,515,
65011172,1,51,1182,1, 65142134,16,0,455,1,
650263,1198,1,305,1187, 65151521,2135,16,0,455,
65031,66,1204,1,67, 65161,525,1195,1,283,
65041209,1,68,1214,1, 65171157,1,40,1146,1,
650569,1219,1,70,1224, 651842,2136,16,0,455,
65061,73,2132,16,0, 65191,44,1162,1,47,
6507452,1,74,1229,1, 65201163,1,1303,2137,16,
6508328,2133,16,0,452, 65210,455,1,1555,2138,
65091,1048,2134,16,0, 652216,0,455,1,50,
6510452,1,82,2135,16, 65231180,1,2561,2139,16,
65110,452,1,1840,2136, 65240,455,1,49,1175,
651216,0,452,1,1591, 65251,48,1169,1,51,
65132137,16,0,452,1, 65261185,1,63,1201,1,
65141341,2138,16,0,452, 6527305,1190,1,66,1207,
65151,1096,1292,1,93, 65281,67,1212,1,68,
65161298,1,352,2139,16, 65291217,1,69,1222,1,
65170,452,1,107,2140, 653070,1227,1,73,2140,
651816,0,452,1,1114, 653116,0,455,1,74,
65191322,1,118,2141,16, 65321232,1,328,2141,16,
65200,452,1,1123,2142, 65330,455,1,1048,2142,
652116,0,452,1,371, 653416,0,455,1,82,
65221334,1,1628,2143,16, 65352143,16,0,455,1,
65230,452,1,375,1346, 65361840,2144,16,0,455,
65241,1882,2144,16,0, 65371,1591,2145,16,0,
6525452,1,377,1352,1, 6538455,1,1341,2146,16,
6526379,1390,1,380,1362, 65390,455,1,1096,1295,
65271,883,2145,16,0, 65401,93,1301,1,352,
6528452,1,373,1380,1, 65412147,16,0,455,1,
6529130,2146,16,0,452, 6542107,2148,16,0,455,
65301,143,2147,16,0, 65431,1114,1325,1,118,
6531452,1,387,2148,16, 65442149,16,0,455,1,
65320,452,1,1159,2149, 65451123,2150,16,0,455,
653316,0,452,1,157, 65461,371,1337,1,1628,
65342150,16,0,452,1, 65472151,16,0,455,1,
65351413,2151,16,0,452, 6548375,1348,1,1882,2152,
65361,1665,2152,16,0, 654916,0,455,1,377,
6537452,1,412,2153,16, 65501354,1,379,1392,1,
65380,452,1,1377,2154, 6551380,1364,1,883,2153,
653916,0,452,1,172, 655216,0,455,1,373,
65402155,16,0,452,1, 65531382,1,130,2154,16,
65411939,2156,16,0,452, 65540,455,1,143,2155,
65421,437,2157,16,0, 655516,0,455,1,387,
6543452,1,188,2158,16, 65562156,16,0,455,1,
65440,452,1,942,2159, 65571159,2157,16,0,455,
654516,0,452,1,1195, 65581,157,2158,16,0,
65462160,16,0,452,1, 6559455,1,1413,2159,16,
65471449,2161,16,0,452, 65600,455,1,1665,2160,
65481,1701,2162,16,0, 656116,0,455,1,412,
6549452,1,447,1480,1, 65622161,16,0,455,1,
6550205,2163,16,0,452, 65631377,2162,16,0,455,
65511,827,2164,16,0, 65641,172,2163,16,0,
6552452,1,223,2165,16, 6565455,1,1939,2164,16,
65530,452,1,476,1518, 65660,455,1,437,2165,
65541,477,1524,1,1231, 656716,0,455,1,188,
65552166,16,0,452,1, 65682166,16,0,455,1,
6556479,1534,1,480,1539, 6569942,2167,16,0,455,
65571,1485,2167,16,0, 65701,1195,2168,16,0,
6558452,1,1737,2168,16, 6571455,1,1449,2169,16,
65590,452,1,242,2169, 65720,455,1,1701,2170,
656016,0,452,1,478, 657316,0,455,1,447,
65611557,1,1001,1562,1, 65741482,1,205,2171,16,
65621002,1567,1,21,2170, 65750,455,1,827,2172,
656319,447,1,21,2171, 657616,0,455,1,223,
65645,83,1,1011,1079, 65772173,16,0,455,1,
65651,1012,2172,16,0, 6578476,1521,1,477,1527,
6566445,1,1013,1234,1, 65791,1231,2174,16,0,
6567262,1096,1,1267,2173, 6580455,1,479,1537,1,
656816,0,445,1,515, 6581480,1542,1,1485,2175,
65692174,16,0,445,1, 658216,0,455,1,1737,
65701521,2175,16,0,445, 65832176,16,0,455,1,
65711,525,1192,1,283, 6584242,2177,16,0,455,
65721154,1,2557,2176,16, 65851,478,1560,1,1001,
65730,445,1,40,1143, 65861565,1,1002,1570,1,
65741,42,2177,16,0, 658721,2178,19,450,1,
6575445,1,44,1159,1, 658821,2179,5,83,1,
657647,1160,1,1303,2178, 65891011,1082,1,1012,2180,
657716,0,445,1,1555, 659016,0,448,1,1013,
65782179,16,0,445,1, 65911237,1,262,1099,1,
657950,1177,1,48,1166, 65921267,2181,16,0,448,
65801,49,1172,1,51, 65931,515,2182,16,0,
65811182,1,63,1198,1, 6594448,1,1521,2183,16,
6582305,1187,1,66,1204, 65950,448,1,525,1195,
65831,67,1209,1,68, 65961,283,1157,1,40,
65841214,1,69,1219,1, 65971146,1,42,2184,16,
658570,1224,1,73,2180, 65980,448,1,44,1162,
658616,0,445,1,74, 65991,47,1163,1,1303,
65871229,1,328,2181,16, 66002185,16,0,448,1,
65880,445,1,1048,2182, 66011555,2186,16,0,448,
658916,0,445,1,82, 66021,50,1180,1,2561,
65902183,16,0,445,1, 66032187,16,0,448,1,
65911840,2184,16,0,445, 660449,1175,1,48,1169,
65921,1591,2185,16,0, 66051,51,1185,1,63,
6593445,1,1341,2186,16, 66061201,1,305,1190,1,
65940,445,1,1096,1292, 660766,1207,1,67,1212,
65951,93,1298,1,352, 66081,68,1217,1,69,
65962187,16,0,445,1, 66091222,1,70,1227,1,
6597107,2188,16,0,445, 661073,2188,16,0,448,
65981,1114,1322,1,118, 66111,74,1232,1,328,
65992189,16,0,445,1, 66122189,16,0,448,1,
66001123,2190,16,0,445, 66131048,2190,16,0,448,
66011,371,1334,1,1628, 66141,82,2191,16,0,
66022191,16,0,445,1, 6615448,1,1840,2192,16,
6603375,1346,1,1882,2192, 66160,448,1,1591,2193,
660416,0,445,1,377, 661716,0,448,1,1341,
66051352,1,379,1390,1, 66182194,16,0,448,1,
6606380,1362,1,883,2193, 66191096,1295,1,93,1301,
660716,0,445,1,373, 66201,352,2195,16,0,
66081380,1,130,2194,16, 6621448,1,107,2196,16,
66090,445,1,143,2195, 66220,448,1,1114,1325,
661016,0,445,1,387, 66231,118,2197,16,0,
66112196,16,0,445,1, 6624448,1,1123,2198,16,
66121159,2197,16,0,445, 66250,448,1,371,1337,
66131,157,2198,16,0, 66261,1628,2199,16,0,
6614445,1,1413,2199,16, 6627448,1,375,1348,1,
66150,445,1,1665,2200, 66281882,2200,16,0,448,
661616,0,445,1,412, 66291,377,1354,1,379,
66172201,16,0,445,1, 66301392,1,380,1364,1,
66181377,2202,16,0,445, 6631883,2201,16,0,448,
66191,172,2203,16,0, 66321,373,1382,1,130,
6620445,1,1939,2204,16, 66332202,16,0,448,1,
66210,445,1,437,2205, 6634143,2203,16,0,448,
662216,0,445,1,188, 66351,387,2204,16,0,
66232206,16,0,445,1, 6636448,1,1159,2205,16,
6624942,2207,16,0,445, 66370,448,1,157,2206,
66251,1195,2208,16,0, 663816,0,448,1,1413,
6626445,1,1449,2209,16, 66392207,16,0,448,1,
66270,445,1,1701,2210, 66401665,2208,16,0,448,
662816,0,445,1,447, 66411,412,2209,16,0,
66291480,1,205,2211,16, 6642448,1,1377,2210,16,
66300,445,1,827,2212, 66430,448,1,172,2211,
663116,0,445,1,223, 664416,0,448,1,1939,
66322213,16,0,445,1, 66452212,16,0,448,1,
6633476,1518,1,477,1524, 6646437,2213,16,0,448,
66341,1231,2214,16,0, 66471,188,2214,16,0,
6635445,1,479,1534,1, 6648448,1,942,2215,16,
6636480,1539,1,1485,2215, 66490,448,1,1195,2216,
663716,0,445,1,1737, 665016,0,448,1,1449,
66382216,16,0,445,1, 66512217,16,0,448,1,
6639242,2217,16,0,445, 66521701,2218,16,0,448,
66401,478,1557,1,1001, 66531,447,1482,1,205,
66411562,1,1002,1567,1, 66542219,16,0,448,1,
664222,2218,19,431,1, 6655827,2220,16,0,448,
664322,2219,5,83,1, 66561,223,2221,16,0,
66441011,1079,1,1012,2220, 6657448,1,476,1521,1,
664516,0,429,1,1013, 6658477,1527,1,1231,2222,
66461234,1,262,1096,1, 665916,0,448,1,479,
66471267,2221,16,0,429, 66601537,1,480,1542,1,
66481,515,2222,16,0, 66611485,2223,16,0,448,
6649429,1,1521,2223,16, 66621,1737,2224,16,0,
66500,429,1,525,1192, 6663448,1,242,2225,16,
66511,283,1154,1,2557, 66640,448,1,478,1560,
66522224,16,0,429,1, 66651,1001,1565,1,1002,
665340,1143,1,42,2225, 66661570,1,22,2226,19,
665416,0,429,1,44, 6667436,1,22,2227,5,
66551159,1,47,1160,1, 666883,1,1011,1082,1,
66561303,2226,16,0,429, 66691012,2228,16,0,434,
66571,1555,2227,16,0, 66701,1013,1237,1,262,
6658429,1,50,1177,1, 66711099,1,1267,2229,16,
665948,1166,1,49,1172, 66720,434,1,515,2230,
66601,51,1182,1,63, 667316,0,434,1,1521,
66611198,1,305,1187,1, 66742231,16,0,434,1,
666266,1204,1,67,1209, 6675525,1195,1,283,1157,
66631,68,1214,1,69, 66761,40,1146,1,42,
66641219,1,70,1224,1, 66772232,16,0,434,1,
666573,2228,16,0,429, 667844,1162,1,47,1163,
66661,74,1229,1,328, 66791,1303,2233,16,0,
66672229,16,0,429,1, 6680434,1,1555,2234,16,
66681048,2230,16,0,429, 66810,434,1,50,1180,
66691,82,2231,16,0, 66821,2561,2235,16,0,
6670429,1,1840,2232,16, 6683434,1,49,1175,1,
66710,429,1,1591,2233, 668448,1169,1,51,1185,
667216,0,429,1,1341, 66851,63,1201,1,305,
66732234,16,0,429,1, 66861190,1,66,1207,1,
66741096,1292,1,93,1298, 668767,1212,1,68,1217,
66751,352,2235,16,0, 66881,69,1222,1,70,
6676429,1,107,2236,16, 66891227,1,73,2236,16,
66770,429,1,1114,1322, 66900,434,1,74,1232,
66781,118,2237,16,0, 66911,328,2237,16,0,
6679429,1,1123,2238,16, 6692434,1,1048,2238,16,
66800,429,1,371,1334, 66930,434,1,82,2239,
66811,1628,2239,16,0, 669416,0,434,1,1840,
6682429,1,375,1346,1, 66952240,16,0,434,1,
66831882,2240,16,0,429, 66961591,2241,16,0,434,
66841,377,1352,1,379, 66971,1341,2242,16,0,
66851390,1,380,1362,1, 6698434,1,1096,1295,1,
6686883,2241,16,0,429, 669993,1301,1,352,2243,
66871,373,1380,1,130, 670016,0,434,1,107,
66882242,16,0,429,1, 67012244,16,0,434,1,
6689143,2243,16,0,429, 67021114,1325,1,118,2245,
66901,387,2244,16,0, 670316,0,434,1,1123,
6691429,1,1159,2245,16, 67042246,16,0,434,1,
66920,429,1,157,2246, 6705371,1337,1,1628,2247,
669316,0,429,1,1413, 670616,0,434,1,375,
66942247,16,0,429,1, 67071348,1,1882,2248,16,
66951665,2248,16,0,429, 67080,434,1,377,1354,
66961,412,2249,16,0, 67091,379,1392,1,380,
6697429,1,1377,2250,16, 67101364,1,883,2249,16,
66980,429,1,172,2251, 67110,434,1,373,1382,
669916,0,429,1,1939, 67121,130,2250,16,0,
67002252,16,0,429,1, 6713434,1,143,2251,16,
6701437,2253,16,0,429, 67140,434,1,387,2252,
67021,188,2254,16,0, 671516,0,434,1,1159,
6703429,1,942,2255,16, 67162253,16,0,434,1,
67040,429,1,1195,2256, 6717157,2254,16,0,434,
670516,0,429,1,1449, 67181,1413,2255,16,0,
67062257,16,0,429,1, 6719434,1,1665,2256,16,
67071701,2258,16,0,429, 67200,434,1,412,2257,
67081,447,1480,1,205, 672116,0,434,1,1377,
67092259,16,0,429,1, 67222258,16,0,434,1,
6710827,2260,16,0,429, 6723172,2259,16,0,434,
67111,223,2261,16,0, 67241,1939,2260,16,0,
6712429,1,476,1518,1, 6725434,1,437,2261,16,
6713477,1524,1,1231,2262, 67260,434,1,188,2262,
671416,0,429,1,479, 672716,0,434,1,942,
67151534,1,480,1539,1, 67282263,16,0,434,1,
67161485,2263,16,0,429, 67291195,2264,16,0,434,
67171,1737,2264,16,0, 67301,1449,2265,16,0,
6718429,1,242,2265,16, 6731434,1,1701,2266,16,
67190,429,1,478,1557, 67320,434,1,447,1482,
67201,1001,1562,1,1002, 67331,205,2267,16,0,
67211567,1,23,2266,19, 6734434,1,827,2268,16,
6722502,1,23,2267,5, 67350,434,1,223,2269,
672336,1,2075,2268,16, 673616,0,434,1,476,
67240,500,1,1860,827, 67371521,1,477,1527,1,
67251,2198,2269,16,0, 67381231,2270,16,0,434,
6726500,1,1873,836,1, 67391,479,1537,1,480,
67272310,2270,16,0,500, 67401542,1,1485,2271,16,
67281,1657,883,1,1989, 67410,434,1,1737,2272,
6729899,1,1990,2271,16, 674216,0,434,1,242,
67300,500,1,1775,2272, 67432273,16,0,434,1,
673116,0,500,1,32, 6744478,1560,1,1001,1565,
67322273,16,0,500,1, 67451,1002,1570,1,23,
67332356,861,1,2105,810, 67462274,19,502,1,23,
67341,2106,2274,16,0, 67472275,5,36,1,2075,
6735500,1,2359,816,1, 67482276,16,0,500,1,
67362227,891,1,1901,2275, 67491860,830,1,2198,2277,
673716,0,500,1,1802, 675016,0,500,1,1873,
6738777,1,2021,709,1, 6751839,1,2310,2278,16,
67391804,2276,16,0,500, 67520,500,1,1657,886,
67401,2136,845,1,2355, 67531,1989,902,1,1990,
6741804,1,2029,716,1, 67542279,16,0,500,1,
67422030,722,1,2031,727, 67551775,2280,16,0,500,
67431,2032,732,1,2033, 67561,32,2281,16,0,
6744737,1,2361,821,1, 6757500,1,2356,864,1,
67452035,743,1,2037,748, 67582105,813,1,2106,2282,
67461,2039,753,1,1931, 675916,0,500,1,2359,
6747866,1,2041,759,1, 6760819,1,2227,894,1,
67482043,764,1,2045,769, 67611901,2283,16,0,500,
67491,1574,790,1,1958, 67621,1802,780,1,2021,
67502277,16,0,500,1, 6763712,1,1804,2284,16,
675124,2278,19,177,1, 67640,500,1,2136,848,
675224,2279,5,5,1, 67651,2355,807,1,2029,
675344,2280,16,0,175, 6766719,1,2030,725,1,
67541,377,2281,16,0, 67672031,730,1,2032,735,
6755538,1,40,2282,16, 67681,2033,740,1,2361,
67560,665,1,63,2283, 6769824,1,2035,746,1,
675716,0,196,1,373, 67702037,751,1,2039,756,
67582284,16,0,534,1, 67711,1931,869,1,2041,
675925,2285,19,331,1, 6772762,1,2043,767,1,
676025,2286,5,172,1, 67732045,772,1,1574,793,
6761256,2287,16,0,543, 67741,1958,2285,16,0,
67621,1261,2288,16,0, 6775500,1,24,2286,19,
6763543,1,1011,1079,1, 6776177,1,24,2287,5,
67641012,2289,16,0,329, 67775,1,44,2288,16,
67651,1515,2290,16,0, 67780,175,1,377,2289,
6766543,1,262,1096,1, 677916,0,538,1,40,
67671267,2291,16,0,329, 67802290,16,0,668,1,
67681,2021,709,1,1521, 678163,2291,16,0,196,
67692292,16,0,329,1, 67821,373,2292,16,0,
67701775,2293,16,0,543, 6783534,1,25,2293,19,
67711,2029,716,1,2030, 6784332,1,25,2294,5,
6772722,1,2031,727,1, 6785172,1,256,2295,16,
67732032,732,1,2033,737, 67860,543,1,1261,2296,
67741,277,2294,16,0, 678716,0,543,1,1011,
6775543,1,2035,743,1, 67881082,1,1012,2297,16,
67762037,748,1,2039,753, 67890,330,1,1515,2298,
67771,32,2295,16,0, 679016,0,543,1,262,
6778543,1,2041,759,1, 67911099,1,1267,2299,16,
67792043,764,1,2045,769, 67920,330,1,2021,712,
67801,40,1143,1,41, 67931,2075,2300,16,0,
67812296,16,0,543,1, 6794543,1,1521,2301,16,
678242,2297,16,0,329, 67950,330,1,1775,2302,
67831,43,2298,16,0, 679616,0,543,1,2029,
6784543,1,44,1159,1, 6797719,1,2030,725,1,
67851802,777,1,1804,2299, 67982031,730,1,2032,735,
678616,0,543,1,48, 67991,2033,740,1,277,
67871166,1,49,1172,1, 68002303,16,0,543,1,
678847,1160,1,51,1182, 68012035,746,1,2037,751,
67891,52,2300,16,0, 68021,2039,756,1,32,
6790543,1,50,1177,1,
6791305,1187,1,509,2301,
679216,0,543,1,299,
67932302,16,0,543,1,
679462,2303,16,0,543,
67951,63,1198,1,66,
67961204,1,67,1209,1,
679768,1214,1,69,1219,
67981,70,1224,1,71,
67992304,16,0,543,1, 68032304,16,0,543,1,
6800283,1154,1,73,2305, 68042041,762,1,2043,767,
680116,0,329,1,74, 68051,2045,772,1,40,
68021229,1,1013,1234,1, 68061146,1,41,2305,16,
680376,2306,16,0,543, 68070,543,1,42,2306,
68041,1834,2307,16,0, 680816,0,330,1,43,
6805543,1,1048,1244,1, 68092307,16,0,543,1,
680679,2308,16,0,543, 681044,1162,1,1802,780,
68071,1335,2309,16,0, 68111,1804,2308,16,0,
6808543,1,2136,845,1, 6812543,1,48,1169,1,
680982,2310,16,0,329, 681349,1175,1,47,1163,
68101,1840,2311,16,0, 68141,51,1185,1,52,
6811329,1,1297,2312,16, 68152309,16,0,543,1,
68120,543,1,85,2313, 681650,1180,1,305,1190,
681316,0,543,1,1341, 68171,509,2310,16,0,
68142314,16,0,329,1, 6818543,1,299,2311,16,
681589,2315,16,0,543, 68190,543,1,62,2312,
68161,1303,2316,16,0, 682016,0,543,1,63,
6817329,1,1096,1292,1, 68211201,1,66,1207,1,
681893,1298,1,322,2317, 682267,1212,1,68,1217,
681916,0,543,1,2355, 68231,69,1222,1,70,
6820804,1,2356,861,1, 68241227,1,71,2313,16,
68212106,2318,16,0,543, 68250,543,1,283,1157,
68221,1555,2319,16,0, 68261,73,2314,16,0,
6823329,1,2359,816,1, 6827330,1,74,1232,1,
6824827,2320,16,0,329, 68281013,1237,1,76,2315,
68251,2361,821,1,1860, 682916,0,543,1,1834,
6826827,1,97,2321,16, 68302316,16,0,543,1,
68270,543,1,1114,1322, 68311048,1247,1,79,2317,
68281,112,2322,16,0, 683216,0,543,1,1335,
6829543,1,1117,2323,16, 68332318,16,0,543,1,
68300,543,1,352,1310, 68342136,848,1,82,2319,
68311,1873,836,1,102, 683516,0,330,1,1840,
68322324,16,0,543,1, 68362320,16,0,330,1,
6833118,1324,1,1123,2325, 68371297,2321,16,0,543,
683416,0,329,1,371, 68381,85,2322,16,0,
68351334,1,515,2326,16, 6839543,1,1341,2323,16,
68360,329,1,107,2327, 68400,330,1,89,2324,
683716,0,329,1,124, 684116,0,543,1,1303,
68382328,16,0,543,1, 68422325,16,0,330,1,
68391882,2329,16,0,329, 68431096,1295,1,93,1301,
68401,377,1352,1,379, 68441,322,2326,16,0,
68411390,1,380,1362,1, 6845543,1,2355,807,1,
6842130,1385,1,346,2330, 68462356,864,1,2106,2327,
684316,0,543,1,2075, 684716,0,543,1,1555,
68482328,16,0,330,1,
68492359,819,1,827,2329,
685016,0,330,1,2361,
6851824,1,1860,830,1,
685297,2330,16,0,543,
68531,1114,1325,1,112,
68442331,16,0,543,1, 68542331,16,0,543,1,
6845373,1380,1,387,2332, 68551117,2332,16,0,543,
684616,0,329,1,137, 68561,352,1313,1,1873,
68472333,16,0,543,1, 6857839,1,102,2333,16,
6848143,2334,16,0,329, 68580,543,1,118,1327,
68491,1901,2335,16,0, 68591,1123,2334,16,0,
6850543,1,1153,2336,16, 6860330,1,371,1337,1,
68510,543,1,375,1346, 6861515,2335,16,0,330,
68521,151,2337,16,0, 68621,107,2336,16,0,
6853543,1,1407,2338,16, 6863330,1,124,2337,16,
68540,543,1,1659,2339, 68640,543,1,1882,2338,
685516,0,543,1,1159, 686516,0,330,1,2555,
68562340,16,0,329,1, 68662339,16,0,543,1,
6857381,2341,16,0,543, 6867379,1392,1,380,1364,
68581,157,2342,16,0, 68681,130,1387,1,346,
6859329,1,1413,2343,16, 68692340,16,0,543,1,
68600,329,1,883,2344, 68702561,2341,16,0,330,
686116,0,329,1,1371, 68711,373,1382,1,387,
68622345,16,0,543,1, 68722342,16,0,330,1,
6863328,1282,1,2105,810, 6873137,2343,16,0,543,
68641,166,2346,16,0, 68741,377,1354,1,143,
6865543,1,1377,2347,16, 68752344,16,0,330,1,
68660,329,1,1622,2348, 68761901,2345,16,0,543,
686716,0,543,1,406, 68771,1153,2346,16,0,
68682349,16,0,543,1, 6878543,1,375,1348,1,
68691574,790,1,172,1443, 6879151,2347,16,0,543,
68701,1931,866,1,412, 68801,1407,2348,16,0,
68712350,16,0,329,1, 6881543,1,1659,2349,16,
68721933,2351,16,0,543, 68820,543,1,1159,2350,
68731,1876,2352,16,0, 688316,0,330,1,381,
6874543,1,431,2353,16, 68842351,16,0,543,1,
68750,543,1,1585,2354, 6885157,2352,16,0,330,
687616,0,543,1,182, 68861,1413,2353,16,0,
68772355,16,0,543,1, 6887330,1,883,2354,16,
68781628,2356,16,0,329, 68880,330,1,1371,2355,
68791,1189,2357,16,0, 688916,0,543,1,328,
6880543,1,437,2358,16, 68901285,1,2105,813,1,
68810,329,1,1591,2359, 6891166,2356,16,0,543,
688216,0,329,1,188, 68921,1377,2357,16,0,
68831487,1,1695,2360,16, 6893330,1,1622,2358,16,
68840,543,1,2198,2361, 68940,543,1,406,2359,
688516,0,543,1,1195, 689516,0,543,1,1574,
68862362,16,0,329,1, 6896793,1,172,1445,1,
68871449,2363,16,0,329, 68971931,869,1,412,2360,
68881,1701,2364,16,0, 689816,0,330,1,1933,
6889329,1,447,2365,16, 68992361,16,0,543,1,
68900,543,1,2310,2366, 69001876,2362,16,0,543,
689116,0,543,1,1958, 69011,431,2363,16,0,
68922367,16,0,543,1, 6902543,1,1585,2364,16,
68932551,2368,16,0,543, 69030,543,1,182,2365,
68941,1657,883,1,205, 690416,0,543,1,1628,
68952369,16,0,329,1, 69052366,16,0,330,1,
6896199,2370,16,0,543, 69061189,2367,16,0,543,
68971,459,2371,16,0, 69071,437,2368,16,0,
6898543,1,2557,2372,16, 6908330,1,1591,2369,16,
68990,329,1,462,2373, 69090,330,1,188,1490,
690016,0,543,1,1665, 69101,1695,2370,16,0,
69012374,16,0,329,1, 6911543,1,2198,2371,16,
6902217,2375,16,0,543, 69120,543,1,1195,2372,
69031,2227,891,1,942, 691316,0,330,1,1449,
69041459,1,1225,2376,16, 69142373,16,0,330,1,
69050,543,1,223,2377, 69151701,2374,16,0,330,
690616,0,329,1,1479, 69161,447,2375,16,0,
69072378,16,0,543,1, 6917543,1,2310,2376,16,
69081731,2379,16,0,543, 69180,543,1,1958,2377,
69091,477,1524,1,1231,
69102380,16,0,329,1,
6911479,1534,1,480,1539,
69121,1485,2381,16,0,
6913329,1,1737,2382,16,
69140,329,1,1989,899,
69151,1990,2383,16,0,
6916543,1,1443,2384,16,
69170,543,1,236,2385,
691816,0,543,1,525, 691916,0,543,1,525,
69192386,16,0,543,1, 69202378,16,0,543,1,
6920476,1518,1,242,2387, 69211657,886,1,205,2379,
692116,0,329,1,478, 692216,0,330,1,199,
69221557,1,1939,2388,16, 69232380,16,0,543,1,
69230,329,1,1001,1562, 6924459,2381,16,0,543,
69241,1002,1567,1,1756, 69251,462,2382,16,0,
69252389,16,0,543,1, 6926543,1,1665,2383,16,
692626,2390,19,361,1, 69270,330,1,217,2384,
692726,2391,5,83,1, 692816,0,543,1,2227,
69281011,1079,1,1012,2392, 6929894,1,942,1461,1,
692916,0,359,1,1013, 69301225,2385,16,0,543,
69301234,1,262,1096,1, 69311,223,2386,16,0,
69311267,2393,16,0,359, 6932330,1,1479,2387,16,
69321,515,2394,16,0, 69330,543,1,1731,2388,
6933652,1,1521,2395,16, 693416,0,543,1,477,
69340,359,1,525,1192, 69351527,1,1231,2389,16,
69351,283,1154,1,2557, 69360,330,1,479,1537,
69362396,16,0,359,1, 69371,480,1542,1,1485,
693740,1143,1,42,2397, 69382390,16,0,330,1,
693816,0,359,1,44, 69391737,2391,16,0,330,
69391159,1,47,1160,1, 69401,1989,902,1,1990,
69401303,2398,16,0,359, 69412392,16,0,543,1,
69411,1555,2399,16,0, 69421443,2393,16,0,543,
6942359,1,50,1177,1, 69431,236,2394,16,0,
694348,1166,1,49,1172, 6944543,1,476,1521,1,
69441,51,1182,1,63, 6945242,2395,16,0,330,
69451198,1,305,1187,1, 69461,478,1560,1,1939,
694666,1204,1,67,1209, 69472396,16,0,330,1,
69471,68,1214,1,69, 69481001,1565,1,1002,1570,
69481219,1,70,1224,1, 69491,1756,2397,16,0,
694973,2400,16,0,359, 6950543,1,26,2398,19,
69501,74,1229,1,328, 6951368,1,26,2399,5,
69511282,1,1048,1244,1, 695283,1,1011,1082,1,
695282,2401,16,0,359, 69531012,2400,16,0,366,
69531,1840,2402,16,0, 69541,1013,1237,1,262,
6954359,1,1591,2403,16, 69551099,1,1267,2401,16,
69550,359,1,1341,2404, 69560,366,1,515,2402,
695616,0,359,1,1096, 695716,0,652,1,1521,
69571292,1,93,1298,1, 69582403,16,0,366,1,
6958352,1310,1,107,2405, 6959525,1195,1,283,1157,
695916,0,359,1,1114, 69601,40,1146,1,42,
69601322,1,118,1324,1, 69612404,16,0,366,1,
69611123,2406,16,0,359, 696244,1162,1,47,1163,
69621,371,1334,1,1628, 69631,1303,2405,16,0,
69632407,16,0,359,1, 6964366,1,1555,2406,16,
6964375,1346,1,1882,2408, 69650,366,1,50,1180,
696516,0,359,1,377, 69661,2561,2407,16,0,
69661352,1,379,1390,1, 6967366,1,49,1175,1,
6967380,1362,1,883,2409, 696848,1169,1,51,1185,
696816,0,359,1,373, 69691,63,1201,1,305,
69691380,1,130,1385,1, 69701190,1,66,1207,1,
6970143,2410,16,0,359, 697167,1212,1,68,1217,
69711,387,2411,16,0, 69721,69,1222,1,70,
6972359,1,1159,2412,16, 69731227,1,73,2408,16,
69730,359,1,157,2413, 69740,366,1,74,1232,
697416,0,359,1,1413, 69751,328,1285,1,1048,
69752414,16,0,359,1, 69761247,1,82,2409,16,
69761665,2415,16,0,359, 69770,366,1,1840,2410,
69771,412,2416,16,0, 697816,0,366,1,1591,
6978359,1,1377,2417,16, 69792411,16,0,366,1,
69790,359,1,172,1443, 69801341,2412,16,0,366,
69801,1939,2418,16,0, 69811,1096,1295,1,93,
6981359,1,437,2419,16, 69821301,1,352,1313,1,
69820,589,1,188,1487, 6983107,2413,16,0,366,
69831,942,1459,1,1195, 69841,1114,1325,1,118,
69842420,16,0,359,1, 69851327,1,1123,2414,16,
69851449,2421,16,0,359, 69860,366,1,371,1337,
69861,1701,2422,16,0, 69871,1628,2415,16,0,
6987359,1,447,1480,1, 6988366,1,375,1348,1,
6988205,2423,16,0,359, 69891882,2416,16,0,366,
69891,827,2424,16,0, 69901,377,1354,1,379,
6990359,1,223,2425,16, 69911392,1,380,1364,1,
69910,359,1,476,1518, 6992883,2417,16,0,366,
69921,477,1524,1,1231, 69931,373,1382,1,130,
69932426,16,0,359,1, 69941387,1,143,2418,16,
6994479,1534,1,480,1539, 69950,366,1,387,2419,
69951,1485,2427,16,0, 699616,0,366,1,1159,
6996359,1,1737,2428,16, 69972420,16,0,366,1,
69970,359,1,242,2429, 6998157,2421,16,0,366,
699816,0,359,1,478, 69991,1413,2422,16,0,
69991557,1,1001,1562,1, 7000366,1,1665,2423,16,
70001002,1567,1,27,2430, 70010,366,1,412,2424,
700119,599,1,27,2431, 700216,0,366,1,1377,
70025,91,1,256,2432, 70032425,16,0,366,1,
700316,0,597,1,1261, 7004172,1445,1,1939,2426,
70042433,16,0,597,1, 700516,0,366,1,437,
7005509,2434,16,0,597, 70062427,16,0,586,1,
70061,1515,2435,16,0, 7007188,1490,1,942,1461,
7007597,1,2021,709,1, 70081,1195,2428,16,0,
70081775,2436,16,0,597, 7009366,1,1449,2429,16,
70091,2029,716,1,2030, 70100,366,1,1701,2430,
7010722,1,2031,727,1, 701116,0,366,1,447,
70112032,732,1,2033,737, 70121482,1,205,2431,16,
70121,277,2437,16,0, 70130,366,1,827,2432,
7013597,1,2035,743,1, 701416,0,366,1,223,
70142037,748,1,2039,753, 70152433,16,0,366,1,
70151,32,2438,16,0, 7016476,1521,1,477,1527,
7016597,1,2041,759,1, 70171,1231,2434,16,0,
70172043,764,1,2045,769, 7018366,1,479,1537,1,
70181,41,2439,16,0, 7019480,1542,1,1485,2435,
7019597,1,1297,2440,16, 702016,0,366,1,1737,
70200,597,1,43,2441, 70212436,16,0,366,1,
702116,0,597,1,1802, 7022242,2437,16,0,366,
7022777,1,1804,2442,16, 70231,478,1560,1,1001,
70230,597,1,299,2443, 70241565,1,1002,1570,1,
702416,0,597,1,2310, 702527,2438,19,597,1,
70252444,16,0,597,1, 702627,2439,5,91,1,
702652,2445,16,0,597, 7027256,2440,16,0,595,
70271,525,2446,16,0, 70281,1261,2441,16,0,
7028597,1,62,2447,16, 7029595,1,509,2442,16,
70290,597,1,2075,2448, 70300,595,1,1515,2443,
703016,0,597,1,1574, 703116,0,595,1,2021,
7031790,1,71,2449,16, 7032712,1,1775,2444,16,
70320,597,1,76,2450, 70330,595,1,2029,719,
703316,0,597,1,1834, 70341,2030,725,1,2031,
70342451,16,0,597,1, 7035730,1,2032,735,1,
703579,2452,16,0,597, 70362033,740,1,277,2445,
70361,1335,2453,16,0, 703716,0,595,1,2035,
7037597,1,322,2454,16, 7038746,1,2037,751,1,
70380,597,1,85,2455, 70392039,756,1,32,2446,
703916,0,597,1,89, 704016,0,595,1,2041,
70402456,16,0,597,1, 7041762,1,2043,767,1,
7041346,2457,16,0,597, 70422045,772,1,41,2447,
70421,2355,804,1,2105, 704316,0,595,1,1297,
7043810,1,2106,2458,16, 70442448,16,0,595,1,
70440,597,1,2359,816, 704543,2449,16,0,595,
70451,2361,821,1,1860, 70461,1802,780,1,1804,
7046827,1,97,2459,16, 70472450,16,0,595,1,
70470,597,1,112,2460, 7048299,2451,16,0,595,
704816,0,597,1,1117, 70491,2310,2452,16,0,
70492461,16,0,597,1, 7050595,1,52,2453,16,
70501873,836,1,102,2462, 70510,595,1,525,2454,
705116,0,597,1,1876, 705216,0,595,1,62,
70522463,16,0,597,1, 70532455,16,0,595,1,
70532551,2464,16,0,597, 70542075,2456,16,0,595,
70541,124,2465,16,0, 70551,1574,793,1,71,
7055597,1,2136,845,1, 70562457,16,0,595,1,
7056381,2466,16,0,597, 705776,2458,16,0,595,
70571,137,2467,16,0, 70581,1834,2459,16,0,
7058597,1,1901,2468,16, 7059595,1,79,2460,16,
70590,597,1,1153,2469, 70600,595,1,1335,2461,
706016,0,597,1,151, 706116,0,595,1,322,
70612470,16,0,597,1, 70622462,16,0,595,1,
70621407,2471,16,0,597, 706385,2463,16,0,595,
70631,1659,2472,16,0, 70641,89,2464,16,0,
7064597,1,406,2473,16, 7065595,1,346,2465,16,
70650,597,1,1371,2474, 70660,595,1,2355,807,
706616,0,597,1,166, 70671,2105,813,1,2106,
70672475,16,0,597,1, 70682466,16,0,595,1,
70681622,2476,16,0,597, 70692359,819,1,2361,824,
70691,2356,861,1,1931, 70701,1860,830,1,97,
7070866,1,1933,2477,16, 70712467,16,0,595,1,
70710,597,1,431,2478, 7072112,2468,16,0,595,
707216,0,597,1,1585, 70731,1117,2469,16,0,
70732479,16,0,597,1, 7074595,1,1873,839,1,
7074182,2480,16,0,597, 7075102,2470,16,0,595,
70751,1189,2481,16,0, 70761,1876,2471,16,0,
7076597,1,1443,2482,16, 7077595,1,124,2472,16,
70770,597,1,1695,2483, 70780,595,1,2555,2473,
707816,0,597,1,2198, 707916,0,595,1,2136,
70792484,16,0,597,1, 7080848,1,381,2474,16,
7080447,2485,16,0,597, 70810,595,1,137,2475,
70811,199,2486,16,0, 708216,0,595,1,1901,
7082597,1,1958,2487,16, 70832476,16,0,595,1,
70830,597,1,1657,883, 70841153,2477,16,0,595,
70841,459,2488,16,0, 70851,151,2478,16,0,
7085597,1,462,2489,16, 7086595,1,1407,2479,16,
70860,597,1,217,2490, 70870,595,1,1659,2480,
708716,0,597,1,2227, 708816,0,595,1,406,
7088891,1,1225,2491,16, 70892481,16,0,595,1,
70890,597,1,1479,2492, 70901371,2482,16,0,595,
709016,0,597,1,1731, 70911,166,2483,16,0,
70912493,16,0,597,1, 7092595,1,1622,2484,16,
70921989,899,1,1990,2494, 70930,595,1,2356,864,
709316,0,597,1,236, 70941,1931,869,1,1933,
70942495,16,0,597,1, 70952485,16,0,595,1,
70951756,2496,16,0,597, 7096431,2486,16,0,595,
70961,28,2497,19,630, 70971,1585,2487,16,0,
70971,28,2498,5,60, 7098595,1,182,2488,16,
70981,328,1282,1,223, 70990,595,1,1189,2489,
70991508,1,1096,1292,1, 710016,0,595,1,1443,
7100118,1324,1,883,1368, 71012490,16,0,595,1,
71011,525,1192,1,1001, 71021695,2491,16,0,595,
71021562,1,130,1385,1, 71031,2198,2492,16,0,
7103459,1651,1,1114,1322, 7104595,1,447,2493,16,
71041,352,1310,1,447, 71050,595,1,199,2494,
71051480,1,464,1654,1, 710616,0,595,1,1958,
71061011,1079,1,1013,1234, 71072495,16,0,595,1,
71071,242,1552,1,143, 71081657,886,1,459,2496,
71081395,1,40,1143,1, 710916,0,595,1,462,
710941,1628,1,42,1632, 71102497,16,0,595,1,
71101,479,1534,1,44, 7111217,2498,16,0,595,
71111159,1,481,1659,1, 71121,2227,894,1,1225,
7112373,1380,1,47,1160, 71132499,16,0,595,1,
71131,157,1416,1,49, 71141479,2500,16,0,595,
71141172,1,50,1177,1, 71151,1731,2501,16,0,
711548,1166,1,379,1390, 7116595,1,1989,902,1,
71161,380,1362,1,51, 71171990,2502,16,0,595,
71171182,1,476,1518,1, 71181,236,2503,16,0,
7118371,1334,1,478,1557, 7119595,1,1756,2504,16,
71191,1048,1244,1,375, 71200,595,1,28,2505,
71201346,1,172,1443,1, 712119,632,1,28,2506,
7121262,1096,1,283,1154, 71225,60,1,328,1285,
71221,63,1198,1,67, 71231,223,1511,1,1096,
71231209,1,68,1214,1, 71241295,1,118,1327,1,
712469,1219,1,66,1204, 7125883,1370,1,525,1195,
71251,461,2499,16,0, 71261,1001,1565,1,130,
7126628,1,74,1229,1, 71271387,1,459,1654,1,
7127377,1352,1,1002,1567, 71281114,1325,1,352,1313,
71281,70,1224,1,188, 71291,447,1482,1,464,
71291487,1,82,1260,1, 71301657,1,1011,1082,1,
7130305,1187,1,477,1524, 71311013,1237,1,242,1555,
71311,827,1357,1,93, 71321,143,1397,1,40,
71321298,1,480,1539,1, 71331146,1,41,1631,1,
7133205,1492,1,942,1459, 713442,1635,1,479,1537,
71341,107,1317,1,29, 71351,44,1162,1,481,
71352500,19,296,1,29, 71361662,1,373,1382,1,
71362501,5,83,1,1011, 713747,1163,1,157,1418,
71371079,1,1012,2502,16, 71381,49,1175,1,50,
71380,294,1,1013,1234, 71391180,1,48,1169,1,
71391,262,1096,1,1267, 7140379,1392,1,380,1364,
71402503,16,0,294,1, 71411,51,1185,1,476,
7141515,2504,16,0,294, 71421521,1,371,1337,1,
71421,1521,2505,16,0, 7143478,1560,1,1048,1247,
7143294,1,525,1192,1, 71441,375,1348,1,172,
7144283,1154,1,2557,2506, 71451445,1,262,1099,1,
714516,0,294,1,40, 7146283,1157,1,63,1201,
71461143,1,42,2507,16, 71471,67,1212,1,68,
71470,294,1,44,1159, 71481217,1,69,1222,1,
71481,47,1160,1,1303, 714966,1207,1,461,2507,
71492508,16,0,294,1, 715016,0,630,1,74,
71501555,2509,16,0,294, 71511232,1,377,1354,1,
71511,50,1177,1,48, 71521002,1570,1,70,1227,
71521166,1,49,1172,1, 71531,188,1490,1,82,
715351,1182,1,63,1198, 71541263,1,305,1190,1,
71541,305,1187,1,66, 7155477,1527,1,827,1359,
71551204,1,67,1209,1, 71561,93,1301,1,480,
715668,1214,1,69,1219, 71571542,1,205,1495,1,
71571,70,1224,1,73, 7158942,1461,1,107,1320,
71582510,16,0,294,1, 71591,29,2508,19,297,
715974,1229,1,328,1282, 71601,29,2509,5,83,
71601,1048,1244,1,82, 71611,1011,1082,1,1012,
71612511,16,0,294,1, 71622510,16,0,295,1,
71621840,2512,16,0,294, 71631013,1237,1,262,1099,
71631,1591,2513,16,0, 71641,1267,2511,16,0,
7164294,1,1341,2514,16, 7165295,1,515,2512,16,
71650,294,1,1096,1292, 71660,295,1,1521,2513,
71661,93,1298,1,352, 716716,0,295,1,525,
71671310,1,107,2515,16, 71681195,1,283,1157,1,
71680,294,1,1114,1322, 716940,1146,1,42,2514,
71691,118,1324,1,1123, 717016,0,295,1,44,
71702516,16,0,294,1, 71711162,1,47,1163,1,
7171371,1334,1,1628,2517, 71721303,2515,16,0,295,
717216,0,294,1,375, 71731,1555,2516,16,0,
71731346,1,1882,2518,16, 7174295,1,50,1180,1,
71740,294,1,377,1352, 71752561,2517,16,0,295,
71751,379,1390,1,380, 71761,49,1175,1,48,
71761362,1,883,2519,16, 71771169,1,51,1185,1,
71770,294,1,373,1380, 717863,1201,1,305,1190,
71781,130,1385,1,143, 71791,66,1207,1,67,
71791395,1,387,2520,16, 71801212,1,68,1217,1,
71800,294,1,1159,2521, 718169,1222,1,70,1227,
718116,0,294,1,157, 71821,73,2518,16,0,
71821416,1,1413,2522,16, 7183295,1,74,1232,1,
71830,294,1,1665,2523, 7184328,1285,1,1048,1247,
718416,0,294,1,412, 71851,82,2519,16,0,
71852524,16,0,294,1, 7186295,1,1840,2520,16,
71861377,2525,16,0,294, 71870,295,1,1591,2521,
71871,172,1443,1,1939, 718816,0,295,1,1341,
71882526,16,0,294,1, 71892522,16,0,295,1,
7189437,2527,16,0,294, 71901096,1295,1,93,1301,
71901,188,1487,1,942, 71911,352,1313,1,107,
71911459,1,1195,2528,16, 71922523,16,0,295,1,
71920,294,1,1449,2529, 71931114,1325,1,118,1327,
719316,0,294,1,1701, 71941,1123,2524,16,0,
71942530,16,0,294,1, 7195295,1,371,1337,1,
7195447,1480,1,205,2531, 71961628,2525,16,0,295,
719616,0,294,1,827, 71971,375,1348,1,1882,
71972532,16,0,294,1, 71982526,16,0,295,1,
7198223,2533,16,0,294, 7199377,1354,1,379,1392,
71991,476,1518,1,477, 72001,380,1364,1,883,
72001524,1,1231,2534,16, 72012527,16,0,295,1,
72010,294,1,479,1534, 7202373,1382,1,130,1387,
72021,480,1539,1,1485, 72031,143,1397,1,387,
72032535,16,0,294,1, 72042528,16,0,295,1,
72041737,2536,16,0,294, 72051159,2529,16,0,295,
72051,242,2537,16,0, 72061,157,1418,1,1413,
7206294,1,478,1557,1, 72072530,16,0,295,1,
72071001,1562,1,1002,1567, 72081665,2531,16,0,295,
72081,30,2538,19,266, 72091,412,2532,16,0,
72091,30,2539,5,83, 7210295,1,1377,2533,16,
72101,1011,1079,1,1012, 72110,295,1,172,1445,
72112540,16,0,264,1, 72121,1939,2534,16,0,
72121013,1234,1,262,1096, 7213295,1,437,2535,16,
72131,1267,2541,16,0, 72140,295,1,188,1490,
7214264,1,515,2542,16, 72151,942,1461,1,1195,
72150,264,1,1521,2543, 72162536,16,0,295,1,
721616,0,264,1,525, 72171449,2537,16,0,295,
72171192,1,283,1154,1, 72181,1701,2538,16,0,
72182557,2544,16,0,264, 7219295,1,447,1482,1,
72191,40,1143,1,42, 7220205,2539,16,0,295,
72202545,16,0,264,1, 72211,827,2540,16,0,
722144,1159,1,47,1160, 7222295,1,223,2541,16,
72221,1303,2546,16,0, 72230,295,1,476,1521,
7223264,1,1555,2547,16, 72241,477,1527,1,1231,
72240,264,1,50,1177, 72252542,16,0,295,1,
72251,48,1166,1,49, 7226479,1537,1,480,1542,
72261172,1,51,1182,1, 72271,1485,2543,16,0,
722763,1198,1,305,1187, 7228295,1,1737,2544,16,
72281,66,1204,1,67, 72290,295,1,242,2545,
72291209,1,68,1214,1, 723016,0,295,1,478,
723069,1219,1,70,1224, 72311560,1,1001,1565,1,
72311,73,2548,16,0, 72321002,1570,1,30,2546,
7232264,1,74,1229,1, 723319,267,1,30,2547,
7233328,1282,1,1048,1244, 72345,83,1,1011,1082,
72341,82,2549,16,0, 72351,1012,2548,16,0,
7235264,1,1840,2550,16, 7236265,1,1013,1237,1,
72360,264,1,1591,2551, 7237262,1099,1,1267,2549,
723716,0,264,1,1341, 723816,0,265,1,515,
72382552,16,0,264,1, 72392550,16,0,265,1,
72391096,1292,1,93,1298, 72401521,2551,16,0,265,
72401,352,1310,1,107, 72411,525,1195,1,283,
72412553,16,0,264,1, 72421157,1,40,1146,1,
72421114,1322,1,118,1324, 724342,2552,16,0,265,
72431,1123,2554,16,0, 72441,44,1162,1,47,
7244264,1,371,1334,1, 72451163,1,1303,2553,16,
72451628,2555,16,0,264, 72460,265,1,1555,2554,
72461,375,1346,1,1882, 724716,0,265,1,50,
72472556,16,0,264,1, 72481180,1,2561,2555,16,
7248377,1352,1,379,1390, 72490,265,1,49,1175,
72491,380,1362,1,883, 72501,48,1169,1,51,
72502557,16,0,264,1, 72511185,1,63,1201,1,
7251373,1380,1,130,1385, 7252305,1190,1,66,1207,
72521,143,1395,1,387, 72531,67,1212,1,68,
72532558,16,0,264,1, 72541217,1,69,1222,1,
72541159,2559,16,0,264, 725570,1227,1,73,2556,
72551,157,1416,1,1413, 725616,0,265,1,74,
72562560,16,0,264,1, 72571232,1,328,1285,1,
72571665,2561,16,0,264, 72581048,1247,1,82,2557,
72581,412,2562,16,0, 725916,0,265,1,1840,
7259264,1,1377,2563,16, 72602558,16,0,265,1,
72600,264,1,172,1443, 72611591,2559,16,0,265,
72611,1939,2564,16,0, 72621,1341,2560,16,0,
7262264,1,437,2565,16, 7263265,1,1096,1295,1,
72630,264,1,188,1487, 726493,1301,1,352,1313,
72641,942,1459,1,1195, 72651,107,2561,16,0,
72652566,16,0,264,1, 7266265,1,1114,1325,1,
72661449,2567,16,0,264, 7267118,1327,1,1123,2562,
72671,1701,2568,16,0, 726816,0,265,1,371,
7268264,1,447,1480,1, 72691337,1,1628,2563,16,
7269205,2569,16,0,264, 72700,265,1,375,1348,
72701,827,2570,16,0, 72711,1882,2564,16,0,
7271264,1,223,2571,16, 7272265,1,377,1354,1,
72720,264,1,476,1518, 7273379,1392,1,380,1364,
72731,477,1524,1,1231, 72741,883,2565,16,0,
72742572,16,0,264,1, 7275265,1,373,1382,1,
7275479,1534,1,480,1539, 7276130,1387,1,143,1397,
72761,1485,2573,16,0, 72771,387,2566,16,0,
7277264,1,1737,2574,16, 7278265,1,1159,2567,16,
72780,264,1,242,2575, 72790,265,1,157,1418,
727916,0,264,1,478, 72801,1413,2568,16,0,
72801557,1,1001,1562,1, 7281265,1,1665,2569,16,
72811002,1567,1,31,2576, 72820,265,1,412,2570,
728219,248,1,31,2577, 728316,0,265,1,1377,
72835,83,1,1011,1079, 72842571,16,0,265,1,
72841,1012,2578,16,0, 7285172,1445,1,1939,2572,
7285246,1,1013,1234,1, 728616,0,265,1,437,
7286262,1096,1,1267,2579, 72872573,16,0,265,1,
728716,0,246,1,515, 7288188,1490,1,942,1461,
72882580,16,0,246,1, 72891,1195,2574,16,0,
72891521,2581,16,0,246, 7290265,1,1449,2575,16,
72901,525,1192,1,283, 72910,265,1,1701,2576,
72911154,1,2557,2582,16, 729216,0,265,1,447,
72920,246,1,40,1143, 72931482,1,205,2577,16,
72931,42,2583,16,0, 72940,265,1,827,2578,
7294246,1,44,1159,1, 729516,0,265,1,223,
729547,1160,1,1303,2584, 72962579,16,0,265,1,
729616,0,246,1,1555, 7297476,1521,1,477,1527,
72972585,16,0,246,1, 72981,1231,2580,16,0,
729850,1177,1,48,1166, 7299265,1,479,1537,1,
72991,49,1172,1,51, 7300480,1542,1,1485,2581,
73001182,1,63,1198,1, 730116,0,265,1,1737,
7301305,1187,1,66,1204, 73022582,16,0,265,1,
73021,67,1209,1,68, 7303242,2583,16,0,265,
73031214,1,69,1219,1, 73041,478,1560,1,1001,
730470,1224,1,73,2586, 73051565,1,1002,1570,1,
730516,0,246,1,74, 730631,2584,19,248,1,
73061229,1,328,1282,1, 730731,2585,5,83,1,
73071048,1244,1,82,2587, 73081011,1082,1,1012,2586,
730816,0,246,1,1840, 730916,0,246,1,1013,
73092588,16,0,246,1, 73101237,1,262,1099,1,
73101591,2589,16,0,246, 73111267,2587,16,0,246,
73111,1341,2590,16,0, 73121,515,2588,16,0,
7312246,1,1096,1292,1, 7313246,1,1521,2589,16,
731393,1298,1,352,1310, 73140,246,1,525,1195,
73141,107,2591,16,0, 73151,283,1157,1,40,
7315246,1,1114,1322,1, 73161146,1,42,2590,16,
7316118,1324,1,1123,2592, 73170,246,1,44,1162,
731716,0,246,1,371, 73181,47,1163,1,1303,
73181334,1,1628,2593,16, 73192591,16,0,246,1,
73190,246,1,375,1346, 73201555,2592,16,0,246,
73201,1882,2594,16,0, 73211,50,1180,1,2561,
7321246,1,377,1352,1, 73222593,16,0,246,1,
7322379,1390,1,380,1362, 732349,1175,1,48,1169,
73231,883,2595,16,0, 73241,51,1185,1,63,
7324246,1,373,1380,1, 73251201,1,305,1190,1,
7325130,1385,1,143,2596, 732666,1207,1,67,1212,
732616,0,246,1,387, 73271,68,1217,1,69,
73272597,16,0,246,1, 73281222,1,70,1227,1,
73281159,2598,16,0,246, 732973,2594,16,0,246,
73291,157,2599,16,0, 73301,74,1232,1,328,
7330246,1,1413,2600,16, 73311285,1,1048,1247,1,
73310,246,1,1665,2601, 733282,2595,16,0,246,
733216,0,246,1,412, 73331,1840,2596,16,0,
73332602,16,0,246,1, 7334246,1,1591,2597,16,
73341377,2603,16,0,246, 73350,246,1,1341,2598,
73351,172,1443,1,1939, 733616,0,246,1,1096,
73362604,16,0,246,1, 73371295,1,93,1301,1,
7337437,2605,16,0,246, 7338352,1313,1,107,2599,
73381,188,1487,1,942, 733916,0,246,1,1114,
73391459,1,1195,2606,16, 73401325,1,118,1327,1,
73400,246,1,1449,2607, 73411123,2600,16,0,246,
734116,0,246,1,1701, 73421,371,1337,1,1628,
73432601,16,0,246,1,
7344375,1348,1,1882,2602,
734516,0,246,1,377,
73461354,1,379,1392,1,
7347380,1364,1,883,2603,
734816,0,246,1,373,
73491382,1,130,1387,1,
7350143,2604,16,0,246,
73511,387,2605,16,0,
7352246,1,1159,2606,16,
73530,246,1,157,2607,
735416,0,246,1,1413,
73422608,16,0,246,1, 73552608,16,0,246,1,
7343447,1480,1,205,2609, 73561665,2609,16,0,246,
734416,0,246,1,827, 73571,412,2610,16,0,
73452610,16,0,246,1, 7358246,1,1377,2611,16,
7346223,2611,16,0,246, 73590,246,1,172,1445,
73471,476,1518,1,477, 73601,1939,2612,16,0,
73481524,1,1231,2612,16, 7361246,1,437,2613,16,
73490,246,1,479,1534, 73620,246,1,188,1490,
73501,480,1539,1,1485, 73631,942,1461,1,1195,
73512613,16,0,246,1, 73642614,16,0,246,1,
73521737,2614,16,0,246, 73651449,2615,16,0,246,
73531,242,2615,16,0, 73661,1701,2616,16,0,
7354246,1,478,1557,1, 7367246,1,447,1482,1,
73551001,1562,1,1002,1567, 7368205,2617,16,0,246,
73561,32,2616,19,241, 73691,827,2618,16,0,
73571,32,2617,5,83, 7370246,1,223,2619,16,
73581,1011,1079,1,1012, 73710,246,1,476,1521,
73592618,16,0,239,1, 73721,477,1527,1,1231,
73601013,1234,1,262,1096, 73732620,16,0,246,1,
73611,1267,2619,16,0, 7374479,1537,1,480,1542,
7362239,1,515,2620,16, 73751,1485,2621,16,0,
73630,239,1,1521,2621, 7376246,1,1737,2622,16,
736416,0,239,1,525, 73770,246,1,242,2623,
73651192,1,283,1154,1, 737816,0,246,1,478,
73662557,2622,16,0,239, 73791560,1,1001,1565,1,
73671,40,1143,1,42, 73801002,1570,1,32,2624,
73682623,16,0,239,1, 738119,241,1,32,2625,
736944,1159,1,47,1160, 73825,83,1,1011,1082,
73701,1303,2624,16,0, 73831,1012,2626,16,0,
7371239,1,1555,2625,16, 7384239,1,1013,1237,1,
73720,239,1,50,1177, 7385262,1099,1,1267,2627,
73731,48,1166,1,49, 738616,0,239,1,515,
73741172,1,51,1182,1, 73872628,16,0,239,1,
737563,1198,1,305,1187, 73881521,2629,16,0,239,
73761,66,1204,1,67, 73891,525,1195,1,283,
73771209,1,68,1214,1, 73901157,1,40,1146,1,
737869,1219,1,70,1224, 739142,2630,16,0,239,
73791,73,2626,16,0, 73921,44,1162,1,47,
7380239,1,74,1229,1, 73931163,1,1303,2631,16,
7381328,1282,1,1048,1244, 73940,239,1,1555,2632,
73821,82,2627,16,0, 739516,0,239,1,50,
7383239,1,1840,2628,16, 73961180,1,2561,2633,16,
73840,239,1,1591,2629, 73970,239,1,49,1175,
738516,0,239,1,1341, 73981,48,1169,1,51,
73862630,16,0,239,1, 73991185,1,63,1201,1,
73871096,1292,1,93,1298, 7400305,1190,1,66,1207,
73881,352,1310,1,107, 74011,67,1212,1,68,
73892631,16,0,239,1, 74021217,1,69,1222,1,
73901114,1322,1,118,1324, 740370,1227,1,73,2634,
73911,1123,2632,16,0, 740416,0,239,1,74,
7392239,1,371,1334,1, 74051232,1,328,1285,1,
73931628,2633,16,0,239, 74061048,1247,1,82,2635,
73941,375,1346,1,1882, 740716,0,239,1,1840,
73952634,16,0,239,1, 74082636,16,0,239,1,
7396377,1352,1,379,1390, 74091591,2637,16,0,239,
73971,380,1362,1,883, 74101,1341,2638,16,0,
73982635,16,0,239,1, 7411239,1,1096,1295,1,
7399373,1380,1,130,1385, 741293,1301,1,352,1313,
74001,143,2636,16,0, 74131,107,2639,16,0,
7401239,1,387,2637,16, 7414239,1,1114,1325,1,
74020,239,1,1159,2638, 7415118,1327,1,1123,2640,
740316,0,239,1,157, 741616,0,239,1,371,
74042639,16,0,239,1, 74171337,1,1628,2641,16,
74051413,2640,16,0,239, 74180,239,1,375,1348,
74061,1665,2641,16,0, 74191,1882,2642,16,0,
7407239,1,412,2642,16, 7420239,1,377,1354,1,
74080,239,1,1377,2643, 7421379,1392,1,380,1364,
740916,0,239,1,172, 74221,883,2643,16,0,
74101443,1,1939,2644,16, 7423239,1,373,1382,1,
74110,239,1,437,2645, 7424130,1387,1,143,2644,
741216,0,239,1,188, 742516,0,239,1,387,
74131487,1,942,1459,1, 74262645,16,0,239,1,
74141195,2646,16,0,239, 74271159,2646,16,0,239,
74151,1449,2647,16,0, 74281,157,2647,16,0,
7416239,1,1701,2648,16, 7429239,1,1413,2648,16,
74170,239,1,447,1480, 74300,239,1,1665,2649,
74181,205,2649,16,0, 743116,0,239,1,412,
7419239,1,827,2650,16, 74322650,16,0,239,1,
74200,239,1,223,2651, 74331377,2651,16,0,239,
742116,0,239,1,476, 74341,172,1445,1,1939,
74221518,1,477,1524,1, 74352652,16,0,239,1,
74231231,2652,16,0,239, 7436437,2653,16,0,239,
74241,479,1534,1,480, 74371,188,1490,1,942,
74251539,1,1485,2653,16, 74381461,1,1195,2654,16,
74260,239,1,1737,2654, 74390,239,1,1449,2655,
742716,0,239,1,242, 744016,0,239,1,1701,
74282655,16,0,239,1, 74412656,16,0,239,1,
7429478,1557,1,1001,1562, 7442447,1482,1,205,2657,
74301,1002,1567,1,33, 744316,0,239,1,827,
74312656,19,412,1,33, 74442658,16,0,239,1,
74322657,5,83,1,1011, 7445223,2659,16,0,239,
74331079,1,1012,2658,16, 74461,476,1521,1,477,
74340,410,1,1013,1234, 74471527,1,1231,2660,16,
74351,262,1096,1,1267, 74480,239,1,479,1537,
74362659,16,0,410,1, 74491,480,1542,1,1485,
7437515,2660,16,0,410, 74502661,16,0,239,1,
74381,1521,2661,16,0, 74511737,2662,16,0,239,
7439410,1,525,1192,1, 74521,242,2663,16,0,
7440283,1154,1,2557,2662, 7453239,1,478,1560,1,
744116,0,410,1,40, 74541001,1565,1,1002,1570,
74421143,1,42,2663,16, 74551,33,2664,19,417,
74430,410,1,44,1159, 74561,33,2665,5,83,
74441,47,1160,1,1303, 74571,1011,1082,1,1012,
74452664,16,0,410,1, 74582666,16,0,415,1,
74461555,2665,16,0,410, 74591013,1237,1,262,1099,
74471,50,1177,1,48, 74601,1267,2667,16,0,
74481166,1,49,1172,1, 7461415,1,515,2668,16,
744951,1182,1,63,1198, 74620,415,1,1521,2669,
74501,305,1187,1,66, 746316,0,415,1,525,
74511204,1,67,1209,1, 74641195,1,283,1157,1,
745268,1214,1,69,1219, 746540,1146,1,42,2670,
74531,70,1224,1,73, 746616,0,415,1,44,
74542666,16,0,410,1, 74671162,1,47,1163,1,
745574,1229,1,328,1282, 74681303,2671,16,0,415,
74561,1048,1244,1,82, 74691,1555,2672,16,0,
74572667,16,0,410,1, 7470415,1,50,1180,1,
74581840,2668,16,0,410, 74712561,2673,16,0,415,
74591,1591,2669,16,0, 74721,49,1175,1,48,
7460410,1,1341,2670,16, 74731169,1,51,1185,1,
74610,410,1,1096,1292, 747463,1201,1,305,1190,
74621,93,1298,1,352, 74751,66,1207,1,67,
74631310,1,107,2671,16, 74761212,1,68,1217,1,
74640,410,1,1114,1322, 747769,1222,1,70,1227,
74651,118,1324,1,1123, 74781,73,2674,16,0,
74662672,16,0,410,1, 7479415,1,74,1232,1,
7467371,1334,1,1628,2673, 7480328,1285,1,1048,1247,
746816,0,410,1,375, 74811,82,2675,16,0,
74691346,1,1882,2674,16, 7482415,1,1840,2676,16,
74700,410,1,377,1352, 74830,415,1,1591,2677,
74711,379,1390,1,380, 748416,0,415,1,1341,
74721362,1,883,2675,16, 74852678,16,0,415,1,
74730,410,1,373,1380, 74861096,1295,1,93,1301,
74741,130,1385,1,143, 74871,352,1313,1,107,
74751395,1,387,2676,16, 74882679,16,0,415,1,
74760,410,1,1159,2677, 74891114,1325,1,118,1327,
747716,0,410,1,157, 74901,1123,2680,16,0,
74781416,1,1413,2678,16, 7491415,1,371,1337,1,
74790,410,1,1665,2679, 74921628,2681,16,0,415,
748016,0,410,1,412, 74931,375,1348,1,1882,
74812680,16,0,410,1, 74942682,16,0,415,1,
74821377,2681,16,0,410, 7495377,1354,1,379,1392,
74831,172,1443,1,1939, 74961,380,1364,1,883,
74842682,16,0,410,1, 74972683,16,0,415,1,
7485437,2683,16,0,410, 7498373,1382,1,130,1387,
74861,188,1487,1,942, 74991,143,1397,1,387,
74871459,1,1195,2684,16, 75002684,16,0,415,1,
74880,410,1,1449,2685, 75011159,2685,16,0,415,
748916,0,410,1,1701, 75021,157,1418,1,1413,
74902686,16,0,410,1, 75032686,16,0,415,1,
7491447,1480,1,205,2687, 75041665,2687,16,0,415,
749216,0,410,1,827, 75051,412,2688,16,0,
74932688,16,0,410,1, 7506415,1,1377,2689,16,
7494223,2689,16,0,410, 75070,415,1,172,1445,
74951,476,1518,1,477, 75081,1939,2690,16,0,
74961524,1,1231,2690,16, 7509415,1,437,2691,16,
74970,410,1,479,1534, 75100,415,1,188,1490,
74981,480,1539,1,1485, 75111,942,1461,1,1195,
74992691,16,0,410,1, 75122692,16,0,415,1,
75001737,2692,16,0,410, 75131449,2693,16,0,415,
75011,242,1552,1,478, 75141,1701,2694,16,0,
75021557,1,1001,1562,1, 7515415,1,447,1482,1,
75031002,1567,1,34,2693, 7516205,2695,16,0,415,
750419,379,1,34,2694, 75171,827,2696,16,0,
75055,83,1,1011,1079, 7518415,1,223,2697,16,
75061,1012,2695,16,0, 75190,415,1,476,1521,
7507377,1,1013,1234,1, 75201,477,1527,1,1231,
7508262,1096,1,1267,2696, 75212698,16,0,415,1,
750916,0,377,1,515, 7522479,1537,1,480,1542,
75102697,16,0,377,1, 75231,1485,2699,16,0,
75111521,2698,16,0,377, 7524415,1,1737,2700,16,
75121,525,1192,1,283, 75250,415,1,242,1555,
75131154,1,2557,2699,16, 75261,478,1560,1,1001,
75140,377,1,40,1143, 75271565,1,1002,1570,1,
75151,42,2700,16,0, 752834,2701,19,386,1,
7516377,1,44,1159,1, 752934,2702,5,83,1,
751747,1160,1,1303,2701, 75301011,1082,1,1012,2703,
751816,0,377,1,1555, 753116,0,384,1,1013,
75192702,16,0,377,1, 75321237,1,262,1099,1,
752050,1177,1,48,1166, 75331267,2704,16,0,384,
75211,49,1172,1,51, 75341,515,2705,16,0,
75221182,1,63,1198,1, 7535384,1,1521,2706,16,
7523305,1187,1,66,1204, 75360,384,1,525,1195,
75241,67,1209,1,68, 75371,283,1157,1,40,
75251214,1,69,1219,1, 75381146,1,42,2707,16,
752670,1224,1,73,2703, 75390,384,1,44,1162,
752716,0,377,1,74, 75401,47,1163,1,1303,
75281229,1,328,1282,1, 75412708,16,0,384,1,
75291048,1244,1,82,2704, 75421555,2709,16,0,384,
753016,0,377,1,1840, 75431,50,1180,1,2561,
75312705,16,0,377,1, 75442710,16,0,384,1,
75321591,2706,16,0,377, 754549,1175,1,48,1169,
75331,1341,2707,16,0, 75461,51,1185,1,63,
7534377,1,1096,1292,1, 75471201,1,305,1190,1,
753593,1298,1,352,1310, 754866,1207,1,67,1212,
75361,107,2708,16,0, 75491,68,1217,1,69,
7537377,1,1114,1322,1, 75501222,1,70,1227,1,
7538118,1324,1,1123,2709, 755173,2711,16,0,384,
753916,0,377,1,371, 75521,74,1232,1,328,
75401334,1,1628,2710,16, 75531285,1,1048,1247,1,
75410,377,1,375,1346, 755482,2712,16,0,384,
75421,1882,2711,16,0, 75551,1840,2713,16,0,
7543377,1,377,1352,1, 7556384,1,1591,2714,16,
7544379,1390,1,380,1362, 75570,384,1,1341,2715,
75451,883,2712,16,0, 755816,0,384,1,1096,
7546377,1,373,1380,1, 75591295,1,93,1301,1,
7547130,1385,1,143,1395, 7560352,1313,1,107,2716,
75481,387,2713,16,0, 756116,0,384,1,1114,
7549377,1,1159,2714,16, 75621325,1,118,1327,1,
75500,377,1,157,1416, 75631123,2717,16,0,384,
75511,1413,2715,16,0, 75641,371,1337,1,1628,
7552377,1,1665,2716,16, 75652718,16,0,384,1,
75530,377,1,412,2717, 7566375,1348,1,1882,2719,
755416,0,377,1,1377, 756716,0,384,1,377,
75552718,16,0,377,1, 75681354,1,379,1392,1,
7556172,1443,1,1939,2719, 7569380,1364,1,883,2720,
755716,0,377,1,437, 757016,0,384,1,373,
75582720,16,0,377,1, 75711382,1,130,1387,1,
7559188,1487,1,942,1459, 7572143,1397,1,387,2721,
75601,1195,2721,16,0, 757316,0,384,1,1159,
7561377,1,1449,2722,16, 75742722,16,0,384,1,
75620,377,1,1701,2723, 7575157,1418,1,1413,2723,
756316,0,377,1,447, 757616,0,384,1,1665,
75641480,1,205,1492,1, 75772724,16,0,384,1,
7565827,2724,16,0,377, 7578412,2725,16,0,384,
75661,223,1508,1,476, 75791,1377,2726,16,0,
75671518,1,477,1524,1, 7580384,1,172,1445,1,
75681231,2725,16,0,377, 75811939,2727,16,0,384,
75691,479,1534,1,480, 75821,437,2728,16,0,
75701539,1,1485,2726,16, 7583384,1,188,1490,1,
75710,377,1,1737,2727, 7584942,1461,1,1195,2729,
757216,0,377,1,242, 758516,0,384,1,1449,
75731552,1,478,1557,1, 75862730,16,0,384,1,
75741001,1562,1,1002,1567, 75871701,2731,16,0,384,
75751,35,2728,19,364, 75881,447,1482,1,205,
75761,35,2729,5,83, 75891495,1,827,2732,16,
75771,1011,1079,1,1012, 75900,384,1,223,1511,
75782730,16,0,362,1, 75911,476,1521,1,477,
75791013,1234,1,262,1096, 75921527,1,1231,2733,16,
75801,1267,2731,16,0, 75930,384,1,479,1537,
7581362,1,515,2732,16, 75941,480,1542,1,1485,
75820,362,1,1521,2733, 75952734,16,0,384,1,
758316,0,362,1,525, 75961737,2735,16,0,384,
75841192,1,283,1154,1, 75971,242,1555,1,478,
75852557,2734,16,0,362, 75981560,1,1001,1565,1,
75861,40,1143,1,42, 75991002,1570,1,35,2736,
75872735,16,0,362,1, 760019,371,1,35,2737,
758844,1159,1,47,1160, 76015,83,1,1011,1082,
75891,1303,2736,16,0, 76021,1012,2738,16,0,
7590362,1,1555,2737,16, 7603369,1,1013,1237,1,
75910,362,1,50,1177, 7604262,1099,1,1267,2739,
75921,48,1166,1,49, 760516,0,369,1,515,
75931172,1,51,1182,1, 76062740,16,0,369,1,
759463,1198,1,305,1187, 76071521,2741,16,0,369,
75951,66,1204,1,67, 76081,525,1195,1,283,
75961209,1,68,1214,1, 76091157,1,40,1146,1,
759769,1219,1,70,1224, 761042,2742,16,0,369,
75981,73,2738,16,0, 76111,44,1162,1,47,
7599362,1,74,1229,1, 76121163,1,1303,2743,16,
7600328,1282,1,1048,1244, 76130,369,1,1555,2744,
76011,82,2739,16,0, 761416,0,369,1,50,
7602362,1,1840,2740,16, 76151180,1,2561,2745,16,
76030,362,1,1591,2741, 76160,369,1,49,1175,
760416,0,362,1,1341, 76171,48,1169,1,51,
76052742,16,0,362,1, 76181185,1,63,1201,1,
76061096,1292,1,93,1298, 7619305,1190,1,66,1207,
76071,352,1310,1,107, 76201,67,1212,1,68,
76082743,16,0,362,1, 76211217,1,69,1222,1,
76091114,1322,1,118,1324, 762270,1227,1,73,2746,
76101,1123,2744,16,0, 762316,0,369,1,74,
7611362,1,371,1334,1, 76241232,1,328,1285,1,
76121628,2745,16,0,362, 76251048,1247,1,82,2747,
76131,375,1346,1,1882, 762616,0,369,1,1840,
76142746,16,0,362,1, 76272748,16,0,369,1,
7615377,1352,1,379,1390, 76281591,2749,16,0,369,
76161,380,1362,1,883, 76291,1341,2750,16,0,
76172747,16,0,362,1, 7630369,1,1096,1295,1,
7618373,1380,1,130,1385, 763193,1301,1,352,1313,
76191,143,1395,1,387, 76321,107,2751,16,0,
76202748,16,0,362,1, 7633369,1,1114,1325,1,
76211159,2749,16,0,362, 7634118,1327,1,1123,2752,
76221,157,1416,1,1413, 763516,0,369,1,371,
76232750,16,0,362,1, 76361337,1,1628,2753,16,
76241665,2751,16,0,362, 76370,369,1,375,1348,
76251,412,2752,16,0, 76381,1882,2754,16,0,
7626362,1,1377,2753,16, 7639369,1,377,1354,1,
76270,362,1,172,1443, 7640379,1392,1,380,1364,
76281,1939,2754,16,0, 76411,883,2755,16,0,
7629362,1,437,2755,16, 7642369,1,373,1382,1,
76300,362,1,188,1487, 7643130,1387,1,143,1397,
76311,942,1459,1,1195, 76441,387,2756,16,0,
76322756,16,0,362,1, 7645369,1,1159,2757,16,
76331449,2757,16,0,362, 76460,369,1,157,1418,
76341,1701,2758,16,0, 76471,1413,2758,16,0,
7635362,1,447,1480,1, 7648369,1,1665,2759,16,
7636205,1492,1,827,2759, 76490,369,1,412,2760,
763716,0,362,1,223, 765016,0,369,1,1377,
76382760,16,0,362,1, 76512761,16,0,369,1,
7639476,1518,1,477,1524, 7652172,1445,1,1939,2762,
76401,1231,2761,16,0, 765316,0,369,1,437,
7641362,1,479,1534,1, 76542763,16,0,369,1,
7642480,1539,1,1485,2762, 7655188,1490,1,942,1461,
764316,0,362,1,1737, 76561,1195,2764,16,0,
76442763,16,0,362,1, 7657369,1,1449,2765,16,
7645242,1552,1,478,1557, 76580,369,1,1701,2766,
76461,1001,1562,1,1002, 765916,0,369,1,447,
76471567,1,36,2764,19, 76601482,1,205,1495,1,
7648216,1,36,2765,5, 7661827,2767,16,0,369,
764990,1,256,2766,16, 76621,223,2768,16,0,
76500,214,1,1261,2767, 7663369,1,476,1521,1,
765116,0,214,1,509, 7664477,1527,1,1231,2769,
76522768,16,0,214,1, 766516,0,369,1,479,
76531515,2769,16,0,214, 76661537,1,480,1542,1,
76541,2021,709,1,1775, 76671485,2770,16,0,369,
76552770,16,0,214,1, 76681,1737,2771,16,0,
76562029,716,1,2030,722, 7669369,1,242,1555,1,
76571,2031,727,1,2032, 7670478,1560,1,1001,1565,
7658732,1,2033,737,1, 76711,1002,1570,1,36,
7659277,2771,16,0,214, 76722772,19,216,1,36,
76601,2035,743,1,2037, 76732773,5,90,1,256,
7661748,1,2039,753,1, 76742774,16,0,214,1,
766232,2772,16,0,214, 76751261,2775,16,0,214,
76631,2041,759,1,2043, 76761,509,2776,16,0,
7664764,1,2045,769,1, 7677214,1,1515,2777,16,
766541,2773,16,0,214, 76780,214,1,2021,712,
76661,1297,2774,16,0, 76791,1775,2778,16,0,
7667214,1,43,2775,16, 7680214,1,2029,719,1,
76680,214,1,1802,777, 76812030,725,1,2031,730,
76691,1804,2776,16,0, 76821,2032,735,1,2033,
7670214,1,299,2777,16, 7683740,1,277,2779,16,
76710,214,1,2310,2778, 76840,214,1,2035,746,
767216,0,214,1,52, 76851,2037,751,1,2039,
76732779,16,0,214,1, 7686756,1,32,2780,16,
7674525,2780,16,0,214, 76870,214,1,2041,762,
76751,2075,2781,16,0, 76881,2043,767,1,2045,
7676214,1,1574,790,1, 7689772,1,41,2781,16,
767771,2782,16,0,214, 76900,214,1,1297,2782,
76781,76,2783,16,0, 769116,0,214,1,43,
7679214,1,1834,2784,16, 76922783,16,0,214,1,
76800,214,1,79,2785, 76931802,780,1,1804,2784,
768116,0,214,1,1335, 769416,0,214,1,299,
76822786,16,0,214,1, 76952785,16,0,214,1,
7683322,2787,16,0,214, 76962310,2786,16,0,214,
76841,85,2788,16,0, 76971,52,2787,16,0,
7685214,1,89,2789,16, 7698214,1,525,2788,16,
76860,214,1,346,2790, 76990,214,1,2075,2789,
768716,0,214,1,2355, 770016,0,214,1,1574,
7688804,1,2105,810,1, 7701793,1,71,2790,16,
76892106,2791,16,0,214, 77020,214,1,76,2791,
76901,2359,816,1,2361, 770316,0,214,1,1834,
7691821,1,1860,827,1, 77042792,16,0,214,1,
769297,2792,16,0,214, 770579,2793,16,0,214,
76931,112,2793,16,0, 77061,1335,2794,16,0,
7694214,1,1117,2794,16, 7707214,1,322,2795,16,
76950,214,1,1873,836, 77080,214,1,85,2796,
76961,102,2795,16,0, 770916,0,214,1,89,
7697214,1,1876,2796,16, 77102797,16,0,214,1,
76980,214,1,2551,2797, 7711346,2798,16,0,214,
769916,0,214,1,124, 77121,2355,807,1,2105,
77002798,16,0,214,1, 7713813,1,2106,2799,16,
77012136,845,1,381,2799, 77140,214,1,2359,819,
770216,0,214,1,137, 77151,2361,824,1,1860,
77032800,16,0,214,1, 7716830,1,97,2800,16,
77041901,2801,16,0,214, 77170,214,1,112,2801,
77051,1153,2802,16,0, 771816,0,214,1,1117,
7706214,1,151,2803,16, 77192802,16,0,214,1,
77070,214,1,1407,2804, 77201873,839,1,102,2803,
770816,0,214,1,1659, 772116,0,214,1,1876,
77092805,16,0,214,1, 77222804,16,0,214,1,
7710406,2806,16,0,214, 7723124,2805,16,0,214,
77111,1371,2807,16,0, 77241,2555,2806,16,0,
7712214,1,166,2808,16, 7725214,1,2136,848,1,
77130,214,1,1622,2809, 7726381,2807,16,0,214,
771416,0,214,1,2356, 77271,137,2808,16,0,
7715861,1,1931,866,1, 7728214,1,1901,2809,16,
77161933,2810,16,0,214, 77290,214,1,1153,2810,
77171,431,2811,16,0, 773016,0,214,1,151,
7718214,1,1585,2812,16, 77312811,16,0,214,1,
77190,214,1,182,2813, 77321407,2812,16,0,214,
772016,0,214,1,1189, 77331,1659,2813,16,0,
77212814,16,0,214,1, 7734214,1,406,2814,16,
77221443,2815,16,0,214, 77350,214,1,1371,2815,
77231,1695,2816,16,0, 773616,0,214,1,166,
7724214,1,2198,2817,16, 77372816,16,0,214,1,
77250,214,1,447,2818, 77381622,2817,16,0,214,
772616,0,214,1,199, 77391,2356,864,1,1931,
77272819,16,0,214,1, 7740869,1,1933,2818,16,
77281958,2820,16,0,214, 77410,214,1,431,2819,
77291,1657,883,1,459, 774216,0,214,1,1585,
77302821,16,0,214,1, 77432820,16,0,214,1,
7731462,2822,16,0,214, 7744182,2821,16,0,214,
77321,217,2823,16,0, 77451,1189,2822,16,0,
7733214,1,2227,891,1, 7746214,1,1443,2823,16,
77341225,2824,16,0,214, 77470,214,1,1695,2824,
77351,1479,2825,16,0, 774816,0,214,1,2198,
7736214,1,1731,2826,16, 77492825,16,0,214,1,
77370,214,1,1989,899, 7750447,2826,16,0,214,
77381,1990,2827,16,0, 77511,199,2827,16,0,
7739214,1,236,2828,16, 7752214,1,1958,2828,16,
77400,214,1,1756,2829, 77530,214,1,1657,886,
774116,0,214,1,37, 77541,459,2829,16,0,
77422830,19,232,1,37, 7755214,1,462,2830,16,
77432831,5,90,1,256, 77560,214,1,217,2831,
77442832,16,0,230,1, 775716,0,214,1,2227,
77451261,2833,16,0,230, 7758894,1,1225,2832,16,
77461,509,2834,16,0, 77590,214,1,1479,2833,
7747230,1,1515,2835,16, 776016,0,214,1,1731,
77480,230,1,2021,709, 77612834,16,0,214,1,
77491,1775,2836,16,0, 77621989,902,1,1990,2835,
7750230,1,2029,716,1, 776316,0,214,1,236,
77512030,722,1,2031,727, 77642836,16,0,214,1,
77521,2032,732,1,2033, 77651756,2837,16,0,214,
7753737,1,277,2837,16, 77661,37,2838,19,232,
77540,230,1,2035,743, 77671,37,2839,5,90,
77551,2037,748,1,2039, 77681,256,2840,16,0,
7756753,1,32,2838,16, 7769230,1,1261,2841,16,
77570,230,1,2041,759, 77700,230,1,509,2842,
77581,2043,764,1,2045, 777116,0,230,1,1515,
7759769,1,41,2839,16,
77600,230,1,1297,2840,
776116,0,230,1,43,
77622841,16,0,230,1,
77631802,777,1,1804,2842,
776416,0,230,1,299,
77652843,16,0,230,1, 77722843,16,0,230,1,
77662310,2844,16,0,230, 77732021,712,1,1775,2844,
77671,52,2845,16,0, 777416,0,230,1,2029,
7768230,1,525,2846,16, 7775719,1,2030,725,1,
77690,230,1,2075,2847, 77762031,730,1,2032,735,
777016,0,230,1,1574, 77771,2033,740,1,277,
7771790,1,71,2848,16, 77782845,16,0,230,1,
77720,230,1,76,2849, 77792035,746,1,2037,751,
777316,0,230,1,1834, 77801,2039,756,1,32,
77742850,16,0,230,1, 77812846,16,0,230,1,
777579,2851,16,0,230, 77822041,762,1,2043,767,
77761,1335,2852,16,0, 77831,2045,772,1,41,
7777230,1,322,2853,16, 77842847,16,0,230,1,
77780,230,1,85,2854, 77851297,2848,16,0,230,
777916,0,230,1,89, 77861,43,2849,16,0,
77802855,16,0,230,1, 7787230,1,1802,780,1,
7781346,2856,16,0,230, 77881804,2850,16,0,230,
77821,2355,804,1,2105, 77891,299,2851,16,0,
7783810,1,2106,2857,16, 7790230,1,2310,2852,16,
77840,230,1,2359,816, 77910,230,1,52,2853,
77851,2361,821,1,1860, 779216,0,230,1,525,
7786827,1,97,2858,16, 77932854,16,0,230,1,
77870,230,1,112,2859, 77942075,2855,16,0,230,
778816,0,230,1,1117, 77951,1574,793,1,71,
77892860,16,0,230,1, 77962856,16,0,230,1,
77901873,836,1,102,2861, 779776,2857,16,0,230,
779116,0,230,1,1876, 77981,1834,2858,16,0,
77922862,16,0,230,1, 7799230,1,79,2859,16,
77932551,2863,16,0,230, 78000,230,1,1335,2860,
77941,124,2864,16,0, 780116,0,230,1,322,
7795230,1,2136,845,1, 78022861,16,0,230,1,
7796381,2865,16,0,230, 780385,2862,16,0,230,
77971,137,2866,16,0, 78041,89,2863,16,0,
7798230,1,1901,2867,16, 7805230,1,346,2864,16,
77990,230,1,1153,2868, 78060,230,1,2355,807,
780016,0,230,1,151, 78071,2105,813,1,2106,
78012869,16,0,230,1, 78082865,16,0,230,1,
78021407,2870,16,0,230, 78092359,819,1,2361,824,
78031,1659,2871,16,0, 78101,1860,830,1,97,
7804230,1,406,2872,16, 78112866,16,0,230,1,
78050,230,1,1371,2873, 7812112,2867,16,0,230,
780616,0,230,1,166, 78131,1117,2868,16,0,
78072874,16,0,230,1, 7814230,1,1873,839,1,
78081622,2875,16,0,230, 7815102,2869,16,0,230,
78091,2356,861,1,1931, 78161,1876,2870,16,0,
7810866,1,1933,2876,16, 7817230,1,124,2871,16,
78110,230,1,431,2877, 78180,230,1,2555,2872,
781216,0,230,1,1585, 781916,0,230,1,2136,
78132878,16,0,230,1, 7820848,1,381,2873,16,
7814182,2879,16,0,230, 78210,230,1,137,2874,
78151,1189,2880,16,0, 782216,0,230,1,1901,
7816230,1,1443,2881,16, 78232875,16,0,230,1,
78170,230,1,1695,2882, 78241153,2876,16,0,230,
781816,0,230,1,2198, 78251,151,2877,16,0,
78192883,16,0,230,1, 7826230,1,1407,2878,16,
7820447,2884,16,0,230, 78270,230,1,1659,2879,
78211,199,2885,16,0, 782816,0,230,1,406,
7822230,1,1958,2886,16, 78292880,16,0,230,1,
78230,230,1,1657,883, 78301371,2881,16,0,230,
78241,459,2887,16,0, 78311,166,2882,16,0,
7825230,1,462,2888,16, 7832230,1,1622,2883,16,
78260,230,1,217,2889, 78330,230,1,2356,864,
782716,0,230,1,2227, 78341,1931,869,1,1933,
7828891,1,1225,2890,16, 78352884,16,0,230,1,
78290,230,1,1479,2891, 7836431,2885,16,0,230,
783016,0,230,1,1731, 78371,1585,2886,16,0,
78312892,16,0,230,1, 7838230,1,182,2887,16,
78321989,899,1,1990,2893, 78390,230,1,1189,2888,
783316,0,230,1,236, 784016,0,230,1,1443,
78412889,16,0,230,1,
78421695,2890,16,0,230,
78431,2198,2891,16,0,
7844230,1,447,2892,16,
78450,230,1,199,2893,
784616,0,230,1,1958,
78342894,16,0,230,1, 78472894,16,0,230,1,
78351756,2895,16,0,230, 78481657,886,1,459,2895,
78361,38,2896,19,229, 784916,0,230,1,462,
78371,38,2897,5,83, 78502896,16,0,230,1,
78381,1011,1079,1,1012, 7851217,2897,16,0,230,
78392898,16,0,227,1, 78521,2227,894,1,1225,
78401013,1234,1,262,1096, 78532898,16,0,230,1,
78411,1267,2899,16,0, 78541479,2899,16,0,230,
7842227,1,515,2900,16, 78551,1731,2900,16,0,
78430,227,1,1521,2901, 7856230,1,1989,902,1,
784416,0,227,1,525, 78571990,2901,16,0,230,
78451192,1,283,1154,1, 78581,236,2902,16,0,
78462557,2902,16,0,227, 7859230,1,1756,2903,16,
78471,40,1143,1,42, 78600,230,1,38,2904,
78482903,16,0,227,1, 786119,229,1,38,2905,
784944,1159,1,47,1160, 78625,83,1,1011,1082,
78501,1303,2904,16,0, 78631,1012,2906,16,0,
7851227,1,1555,2905,16, 7864227,1,1013,1237,1,
78520,227,1,50,1177, 7865262,1099,1,1267,2907,
78531,48,1166,1,49, 786616,0,227,1,515,
78541172,1,51,1182,1, 78672908,16,0,227,1,
785563,1198,1,305,1187, 78681521,2909,16,0,227,
78561,66,1204,1,67, 78691,525,1195,1,283,
78571209,1,68,1214,1, 78701157,1,40,1146,1,
785869,1219,1,70,1224, 787142,2910,16,0,227,
78591,73,2906,16,0, 78721,44,1162,1,47,
7860227,1,74,1229,1, 78731163,1,1303,2911,16,
7861328,1282,1,1048,1244, 78740,227,1,1555,2912,
78621,82,2907,16,0, 787516,0,227,1,50,
7863227,1,1840,2908,16, 78761180,1,2561,2913,16,
78640,227,1,1591,2909, 78770,227,1,49,1175,
786516,0,227,1,1341, 78781,48,1169,1,51,
78662910,16,0,227,1, 78791185,1,63,1201,1,
78671096,1292,1,93,1298, 7880305,1190,1,66,1207,
78681,352,1310,1,107, 78811,67,1212,1,68,
78692911,16,0,227,1, 78821217,1,69,1222,1,
78701114,1322,1,118,1324, 788370,1227,1,73,2914,
78711,1123,2912,16,0, 788416,0,227,1,74,
7872227,1,371,1334,1, 78851232,1,328,1285,1,
78731628,2913,16,0,227, 78861048,1247,1,82,2915,
78741,375,1346,1,1882, 788716,0,227,1,1840,
78752914,16,0,227,1, 78882916,16,0,227,1,
7876377,1352,1,379,1390, 78891591,2917,16,0,227,
78771,380,1362,1,883, 78901,1341,2918,16,0,
78781368,1,373,1380,1, 7891227,1,1096,1295,1,
7879130,1385,1,143,1395, 789293,1301,1,352,1313,
78801,387,2915,16,0, 78931,107,2919,16,0,
7881227,1,1159,2916,16, 7894227,1,1114,1325,1,
78820,227,1,157,1416, 7895118,1327,1,1123,2920,
78831,1413,2917,16,0, 789616,0,227,1,371,
7884227,1,1665,2918,16, 78971337,1,1628,2921,16,
78850,227,1,412,2919, 78980,227,1,375,1348,
788616,0,227,1,1377, 78991,1882,2922,16,0,
78872920,16,0,227,1, 7900227,1,377,1354,1,
7888172,1443,1,1939,2921, 7901379,1392,1,380,1364,
788916,0,227,1,437, 79021,883,1370,1,373,
78902922,16,0,227,1, 79031382,1,130,1387,1,
7891188,1487,1,942,1459, 7904143,1397,1,387,2923,
78921,1195,2923,16,0, 790516,0,227,1,1159,
7893227,1,1449,2924,16, 79062924,16,0,227,1,
78940,227,1,1701,2925, 7907157,1418,1,1413,2925,
789516,0,227,1,447, 790816,0,227,1,1665,
78961480,1,205,1492,1, 79092926,16,0,227,1,
7897827,1357,1,223,1508, 7910412,2927,16,0,227,
78981,476,1518,1,477, 79111,1377,2928,16,0,
78991524,1,1231,2926,16, 7912227,1,172,1445,1,
79000,227,1,479,1534, 79131939,2929,16,0,227,
79011,480,1539,1,1485, 79141,437,2930,16,0,
79022927,16,0,227,1, 7915227,1,188,1490,1,
79031737,2928,16,0,227, 7916942,1461,1,1195,2931,
79041,242,1552,1,478, 791716,0,227,1,1449,
79051557,1,1001,1562,1, 79182932,16,0,227,1,
79061002,1567,1,39,2929, 79191701,2933,16,0,227,
790719,222,1,39,2930, 79201,447,1482,1,205,
79085,83,1,1011,1079, 79211495,1,827,1359,1,
79091,1012,2931,16,0, 7922223,1511,1,476,1521,
7910220,1,1013,1234,1, 79231,477,1527,1,1231,
7911262,1096,1,1267,2932, 79242934,16,0,227,1,
791216,0,220,1,515, 7925479,1537,1,480,1542,
79132933,16,0,220,1, 79261,1485,2935,16,0,
79141521,2934,16,0,220, 7927227,1,1737,2936,16,
79151,525,1192,1,283, 79280,227,1,242,1555,
79161154,1,2557,2935,16, 79291,478,1560,1,1001,
79170,220,1,40,1143, 79301565,1,1002,1570,1,
79181,42,2936,16,0, 793139,2937,19,222,1,
7919220,1,44,1159,1, 793239,2938,5,83,1,
792047,1160,1,1303,2937, 79331011,1082,1,1012,2939,
792116,0,220,1,1555, 793416,0,220,1,1013,
79222938,16,0,220,1, 79351237,1,262,1099,1,
792350,1177,1,48,1166, 79361267,2940,16,0,220,
79241,49,1172,1,51, 79371,515,2941,16,0,
79251182,1,63,1198,1, 7938220,1,1521,2942,16,
7926305,1187,1,66,1204, 79390,220,1,525,1195,
79271,67,1209,1,68, 79401,283,1157,1,40,
79281214,1,69,1219,1, 79411146,1,42,2943,16,
792970,1224,1,73,2939, 79420,220,1,44,1162,
793016,0,220,1,74, 79431,47,1163,1,1303,
79311229,1,328,1282,1, 79442944,16,0,220,1,
79321048,1244,1,82,2940, 79451555,2945,16,0,220,
793316,0,220,1,1840, 79461,50,1180,1,2561,
79342941,16,0,220,1, 79472946,16,0,220,1,
79351591,2942,16,0,220, 794849,1175,1,48,1169,
79361,1341,2943,16,0, 79491,51,1185,1,63,
7937220,1,1096,1292,1, 79501201,1,305,1190,1,
793893,1298,1,352,1310, 795166,1207,1,67,1212,
79391,107,2944,16,0, 79521,68,1217,1,69,
7940220,1,1114,1322,1, 79531222,1,70,1227,1,
7941118,1324,1,1123,2945, 795473,2947,16,0,220,
794216,0,220,1,371, 79551,74,1232,1,328,
79431334,1,1628,2946,16, 79561285,1,1048,1247,1,
79440,220,1,375,1346, 795782,2948,16,0,220,
79451,1882,2947,16,0, 79581,1840,2949,16,0,
7946220,1,377,1352,1, 7959220,1,1591,2950,16,
7947379,1390,1,380,1362, 79600,220,1,1341,2951,
79481,883,1368,1,373, 796116,0,220,1,1096,
79491380,1,130,1385,1, 79621295,1,93,1301,1,
7950143,1395,1,387,2948, 7963352,1313,1,107,2952,
795116,0,220,1,1159, 796416,0,220,1,1114,
79522949,16,0,220,1, 79651325,1,118,1327,1,
7953157,1416,1,1413,2950, 79661123,2953,16,0,220,
795416,0,220,1,1665, 79671,371,1337,1,1628,
79552951,16,0,220,1, 79682954,16,0,220,1,
7956412,2952,16,0,220, 7969375,1348,1,1882,2955,
79571,1377,2953,16,0, 797016,0,220,1,377,
7958220,1,172,1443,1, 79711354,1,379,1392,1,
79591939,2954,16,0,220, 7972380,1364,1,883,1370,
79601,437,2955,16,0, 79731,373,1382,1,130,
7961220,1,188,1487,1, 79741387,1,143,1397,1,
7962942,1459,1,1195,2956, 7975387,2956,16,0,220,
796316,0,220,1,1449, 79761,1159,2957,16,0,
79642957,16,0,220,1, 7977220,1,157,1418,1,
79651701,2958,16,0,220, 79781413,2958,16,0,220,
79661,447,1480,1,205, 79791,1665,2959,16,0,
79671492,1,827,1357,1, 7980220,1,412,2960,16,
7968223,1508,1,476,1518, 79810,220,1,1377,2961,
79691,477,1524,1,1231, 798216,0,220,1,172,
79702959,16,0,220,1, 79831445,1,1939,2962,16,
7971479,1534,1,480,1539, 79840,220,1,437,2963,
79721,1485,2960,16,0, 798516,0,220,1,188,
7973220,1,1737,2961,16, 79861490,1,942,1461,1,
79740,220,1,242,1552, 79871195,2964,16,0,220,
79751,478,1557,1,1001, 79881,1449,2965,16,0,
79761562,1,1002,1567,1, 7989220,1,1701,2966,16,
797740,2962,19,210,1, 79900,220,1,447,1482,
797840,2963,5,83,1, 79911,205,1495,1,827,
79791011,1079,1,1012,2964, 79921359,1,223,1511,1,
798016,0,208,1,1013, 7993476,1521,1,477,1527,
79811234,1,262,1096,1, 79941,1231,2967,16,0,
79821267,2965,16,0,208, 7995220,1,479,1537,1,
79831,515,2966,16,0, 7996480,1542,1,1485,2968,
7984208,1,1521,2967,16, 799716,0,220,1,1737,
79850,208,1,525,1192, 79982969,16,0,220,1,
79861,283,1154,1,2557, 7999242,1555,1,478,1560,
79872968,16,0,208,1, 80001,1001,1565,1,1002,
798840,1143,1,42,2969, 80011570,1,40,2970,19,
798916,0,208,1,44, 8002210,1,40,2971,5,
79901159,1,47,1160,1, 800383,1,1011,1082,1,
79911303,2970,16,0,208, 80041012,2972,16,0,208,
79921,1555,2971,16,0, 80051,1013,1237,1,262,
7993208,1,50,1177,1, 80061099,1,1267,2973,16,
799448,1166,1,49,1172, 80070,208,1,515,2974,
79951,51,1182,1,63, 800816,0,208,1,1521,
79961198,1,305,1187,1, 80092975,16,0,208,1,
799766,1204,1,67,1209, 8010525,1195,1,283,1157,
79981,68,1214,1,69, 80111,40,1146,1,42,
79991219,1,70,1224,1, 80122976,16,0,208,1,
800073,2972,16,0,208, 801344,1162,1,47,1163,
80011,74,1229,1,328, 80141,1303,2977,16,0,
80021282,1,1048,1244,1, 8015208,1,1555,2978,16,
800382,2973,16,0,208, 80160,208,1,50,1180,
80041,1840,2974,16,0, 80171,2561,2979,16,0,
8005208,1,1591,2975,16, 8018208,1,49,1175,1,
80060,208,1,1341,2976, 801948,1169,1,51,1185,
800716,0,208,1,1096, 80201,63,1201,1,305,
80081292,1,93,1298,1, 80211190,1,66,1207,1,
8009352,1310,1,107,2977, 802267,1212,1,68,1217,
801016,0,208,1,1114, 80231,69,1222,1,70,
80111322,1,118,2978,16, 80241227,1,73,2980,16,
80120,208,1,1123,2979, 80250,208,1,74,1232,
801316,0,208,1,371, 80261,328,1285,1,1048,
80141334,1,1628,2980,16, 80271247,1,82,2981,16,
80150,208,1,375,1346, 80280,208,1,1840,2982,
80161,1882,2981,16,0, 802916,0,208,1,1591,
8017208,1,377,1352,1, 80302983,16,0,208,1,
8018379,1390,1,380,1362, 80311341,2984,16,0,208,
80191,883,2982,16,0, 80321,1096,1295,1,93,
8020208,1,373,1380,1, 80331301,1,352,1313,1,
8021130,2983,16,0,208, 8034107,2985,16,0,208,
80221,143,2984,16,0, 80351,1114,1325,1,118,
8023208,1,387,2985,16, 80362986,16,0,208,1,
80240,208,1,1159,2986, 80371123,2987,16,0,208,
802516,0,208,1,157, 80381,371,1337,1,1628,
80262987,16,0,208,1, 80392988,16,0,208,1,
80271413,2988,16,0,208, 8040375,1348,1,1882,2989,
80281,1665,2989,16,0, 804116,0,208,1,377,
8029208,1,412,2990,16, 80421354,1,379,1392,1,
80300,208,1,1377,2991, 8043380,1364,1,883,2990,
803116,0,208,1,172, 804416,0,208,1,373,
80322992,16,0,208,1, 80451382,1,130,2991,16,
80331939,2993,16,0,208, 80460,208,1,143,2992,
80341,437,2994,16,0, 804716,0,208,1,387,
8035208,1,188,2995,16, 80482993,16,0,208,1,
80360,208,1,942,1459, 80491159,2994,16,0,208,
80371,1195,2996,16,0, 80501,157,2995,16,0,
8038208,1,1449,2997,16, 8051208,1,1413,2996,16,
80390,208,1,1701,2998, 80520,208,1,1665,2997,
804016,0,208,1,447, 805316,0,208,1,412,
80411480,1,205,2999,16, 80542998,16,0,208,1,
80420,208,1,827,3000, 80551377,2999,16,0,208,
804316,0,208,1,223, 80561,172,3000,16,0,
80443001,16,0,208,1, 8057208,1,1939,3001,16,
8045476,1518,1,477,1524, 80580,208,1,437,3002,
80461,1231,3002,16,0, 805916,0,208,1,188,
8047208,1,479,1534,1, 80603003,16,0,208,1,
8048480,1539,1,1485,3003, 8061942,1461,1,1195,3004,
804916,0,208,1,1737, 806216,0,208,1,1449,
80503004,16,0,208,1, 80633005,16,0,208,1,
8051242,3005,16,0,208, 80641701,3006,16,0,208,
80521,478,1557,1,1001, 80651,447,1482,1,205,
80531562,1,1002,1567,1, 80663007,16,0,208,1,
805441,3006,19,172,1, 8067827,3008,16,0,208,
805541,3007,5,83,1, 80681,223,3009,16,0,
80561011,1079,1,1012,3008, 8069208,1,476,1521,1,
805716,0,170,1,1013, 8070477,1527,1,1231,3010,
80581234,1,262,1096,1, 807116,0,208,1,479,
80591267,3009,16,0,170, 80721537,1,480,1542,1,
80601,515,3010,16,0, 80731485,3011,16,0,208,
8061170,1,1521,3011,16, 80741,1737,3012,16,0,
80620,170,1,525,1192, 8075208,1,242,3013,16,
80631,283,1154,1,2557, 80760,208,1,478,1560,
80643012,16,0,170,1, 80771,1001,1565,1,1002,
806540,1143,1,42,3013, 80781570,1,41,3014,19,
806616,0,170,1,44, 8079172,1,41,3015,5,
80671159,1,47,1160,1, 808083,1,1011,1082,1,
80681303,3014,16,0,170, 80811012,3016,16,0,170,
80691,1555,3015,16,0, 80821,1013,1237,1,262,
8070170,1,50,1177,1, 80831099,1,1267,3017,16,
807148,1166,1,49,1172, 80840,170,1,515,3018,
80721,51,1182,1,63, 808516,0,170,1,1521,
80731198,1,305,1187,1, 80863019,16,0,170,1,
807466,1204,1,67,1209, 8087525,1195,1,283,1157,
80751,68,1214,1,69, 80881,40,1146,1,42,
80761219,1,70,1224,1, 80893020,16,0,170,1,
807773,3016,16,0,170, 809044,1162,1,47,1163,
80781,74,1229,1,328, 80911,1303,3021,16,0,
80791282,1,1048,1244,1, 8092170,1,1555,3022,16,
808082,3017,16,0,170, 80930,170,1,50,1180,
80811,1840,3018,16,0, 80941,2561,3023,16,0,
8082170,1,1591,3019,16, 8095170,1,49,1175,1,
80830,170,1,1341,3020, 809648,1169,1,51,1185,
808416,0,170,1,1096, 80971,63,1201,1,305,
80851292,1,93,1298,1, 80981190,1,66,1207,1,
8086352,1310,1,107,3021, 809967,1212,1,68,1217,
808716,0,170,1,1114, 81001,69,1222,1,70,
80881322,1,118,3022,16, 81011227,1,73,3024,16,
80890,170,1,1123,3023, 81020,170,1,74,1232,
809016,0,170,1,371, 81031,328,1285,1,1048,
80911334,1,1628,3024,16, 81041247,1,82,3025,16,
80920,170,1,375,1346, 81050,170,1,1840,3026,
80931,1882,3025,16,0, 810616,0,170,1,1591,
8094170,1,377,1352,1, 81073027,16,0,170,1,
8095379,1390,1,380,1362, 81081341,3028,16,0,170,
80961,883,3026,16,0, 81091,1096,1295,1,93,
8097170,1,373,1380,1, 81101301,1,352,1313,1,
8098130,3027,16,0,170, 8111107,3029,16,0,170,
80991,143,3028,16,0, 81121,1114,1325,1,118,
8100170,1,387,3029,16, 81133030,16,0,170,1,
81010,170,1,1159,3030, 81141123,3031,16,0,170,
810216,0,170,1,157, 81151,371,1337,1,1628,
81033031,16,0,170,1, 81163032,16,0,170,1,
81041413,3032,16,0,170, 8117375,1348,1,1882,3033,
81051,1665,3033,16,0, 811816,0,170,1,377,
8106170,1,412,3034,16, 81191354,1,379,1392,1,
81070,170,1,1377,3035, 8120380,1364,1,883,3034,
810816,0,170,1,172, 812116,0,170,1,373,
81093036,16,0,170,1, 81221382,1,130,3035,16,
81101939,3037,16,0,170, 81230,170,1,143,3036,
81111,437,3038,16,0, 812416,0,170,1,387,
8112170,1,188,3039,16, 81253037,16,0,170,1,
81130,170,1,942,1459, 81261159,3038,16,0,170,
81141,1195,3040,16,0, 81271,157,3039,16,0,
8115170,1,1449,3041,16, 8128170,1,1413,3040,16,
81160,170,1,1701,3042, 81290,170,1,1665,3041,
811716,0,170,1,447, 813016,0,170,1,412,
81181480,1,205,3043,16, 81313042,16,0,170,1,
81190,170,1,827,3044, 81321377,3043,16,0,170,
812016,0,170,1,223, 81331,172,3044,16,0,
81213045,16,0,170,1, 8134170,1,1939,3045,16,
8122476,1518,1,477,1524, 81350,170,1,437,3046,
81231,1231,3046,16,0, 813616,0,170,1,188,
8124170,1,479,1534,1, 81373047,16,0,170,1,
8125480,1539,1,1485,3047, 8138942,1461,1,1195,3048,
812616,0,170,1,1737, 813916,0,170,1,1449,
81273048,16,0,170,1, 81403049,16,0,170,1,
8128242,3049,16,0,170, 81411701,3050,16,0,170,
81291,478,1557,1,1001, 81421,447,1482,1,205,
81301562,1,1002,1567,1, 81433051,16,0,170,1,
813142,3050,19,436,1, 8144827,3052,16,0,170,
813242,3051,5,36,1, 81451,223,3053,16,0,
81332075,3052,16,0,434, 8146170,1,476,1521,1,
81341,1860,827,1,2198, 8147477,1527,1,1231,3054,
81353053,16,0,434,1, 814816,0,170,1,479,
81361873,836,1,2310,3054, 81491537,1,480,1542,1,
813716,0,434,1,1657, 81501485,3055,16,0,170,
8138883,1,1989,899,1, 81511,1737,3056,16,0,
81391990,3055,16,0,434, 8152170,1,242,3057,16,
81401,1775,3056,16,0, 81530,170,1,478,1560,
8141434,1,32,3057,16, 81541,1001,1565,1,1002,
81420,434,1,2356,861, 81551570,1,42,3058,19,
81431,2105,810,1,2106, 8156441,1,42,3059,5,
81443058,16,0,434,1, 815736,1,2075,3060,16,
81452359,816,1,2227,891, 81580,439,1,1860,830,
81461,1901,3059,16,0, 81591,2198,3061,16,0,
8147434,1,1802,777,1, 8160439,1,1873,839,1,
81482021,709,1,1804,3060, 81612310,3062,16,0,439,
814916,0,434,1,2136, 81621,1657,886,1,1989,
8150845,1,2355,804,1, 8163902,1,1990,3063,16,
81512029,716,1,2030,722, 81640,439,1,1775,3064,
81521,2031,727,1,2032, 816516,0,439,1,32,
8153732,1,2033,737,1, 81663065,16,0,439,1,
81542361,821,1,2035,743, 81672356,864,1,2105,813,
81551,2037,748,1,2039, 81681,2106,3066,16,0,
8156753,1,1931,866,1, 8169439,1,2359,819,1,
81572041,759,1,2043,764, 81702227,894,1,1901,3067,
81581,2045,769,1,1574, 817116,0,439,1,1802,
8159790,1,1958,3061,16, 8172780,1,2021,712,1,
81600,434,1,43,3062, 81731804,3068,16,0,439,
816119,474,1,43,3063, 81741,2136,848,1,2355,
81625,24,1,2035,743, 8175807,1,2029,719,1,
81631,2037,748,1,2039, 81762030,725,1,2031,730,
8164753,1,2041,759,1, 81771,2032,735,1,2033,
81652227,891,1,2043,764, 8178740,1,2361,824,1,
81661,1860,827,1,2021, 81792035,746,1,2037,751,
8167709,1,2031,727,1, 81801,2039,756,1,1931,
81681574,790,1,2136,845, 8181869,1,2041,762,1,
81691,1873,836,1,2356, 81822043,767,1,2045,772,
8170861,1,1802,777,1, 81831,1574,793,1,1958,
81712105,3064,16,0,576, 81843069,16,0,439,1,
81721,1989,3065,16,0, 818543,3070,19,475,1,
8173472,1,1657,883,1, 818643,3071,5,24,1,
81742361,821,1,2029,716, 81872035,746,1,2037,751,
81751,2030,722,1,1931, 81881,2039,756,1,2041,
8176866,1,2032,732,1, 8189762,1,2227,894,1,
81772033,737,1,2045,769, 81902043,767,1,1860,830,
81781,44,3066,19,259, 81911,2021,712,1,2031,
81791,44,3067,5,36, 8192730,1,1574,793,1,
81801,2075,3068,16,0, 81932136,848,1,1873,839,
8181257,1,1860,827,1, 81941,2356,864,1,1802,
81822198,3069,16,0,257, 8195780,1,2105,3072,16,
81831,1873,836,1,2310, 81960,576,1,1989,3073,
81843070,16,0,257,1, 819716,0,473,1,1657,
81851657,883,1,1989,899, 8198886,1,2361,824,1,
81861,1990,3071,16,0, 81992029,719,1,2030,725,
8187257,1,1775,3072,16, 82001,1931,869,1,2032,
81880,257,1,32,3073, 8201735,1,2033,740,1,
818916,0,257,1,2356, 82022045,772,1,44,3074,
8190861,1,2105,810,1, 820319,259,1,44,3075,
81912106,3074,16,0,257, 82045,36,1,2075,3076,
81921,2359,816,1,2227, 820516,0,257,1,1860,
8193891,1,1901,3075,16, 8206830,1,2198,3077,16,
81940,257,1,1802,777, 82070,257,1,1873,839,
81951,2021,709,1,1804, 82081,2310,3078,16,0,
81963076,16,0,257,1, 8209257,1,1657,886,1,
81972136,845,1,2355,804, 82101989,902,1,1990,3079,
81981,2029,716,1,2030, 821116,0,257,1,1775,
8199722,1,2031,727,1, 82123080,16,0,257,1,
82002032,732,1,2033,737, 821332,3081,16,0,257,
82011,2361,821,1,2035, 82141,2356,864,1,2105,
8202743,1,2037,748,1, 8215813,1,2106,3082,16,
82032039,753,1,1931,866, 82160,257,1,2359,819,
82041,2041,759,1,2043, 82171,2227,894,1,1901,
8205764,1,2045,769,1, 82183083,16,0,257,1,
82061574,790,1,1958,3077, 82191802,780,1,2021,712,
820716,0,257,1,45, 82201,1804,3084,16,0,
82083078,19,321,1,45, 8221257,1,2136,848,1,
82093079,5,37,1,2075, 82222355,807,1,2029,719,
82103080,16,0,368,1, 82231,2030,725,1,2031,
82111860,827,1,2198,3081, 8224730,1,2032,735,1,
821216,0,368,1,1873, 82252033,740,1,2361,824,
8213836,1,2310,3082,16, 82261,2035,746,1,2037,
82140,368,1,1657,883, 8227751,1,2039,756,1,
82151,1989,899,1,1990, 82281931,869,1,2041,762,
82163083,16,0,368,1, 82291,2043,767,1,2045,
82171775,3084,16,0,368, 8230772,1,1574,793,1,
82181,32,3085,16,0, 82311958,3085,16,0,257,
8219368,1,2356,861,1, 82321,45,3086,19,322,
82202105,810,1,2106,3086, 82331,45,3087,5,37,
822116,0,368,1,2359, 82341,2075,3088,16,0,
8222816,1,2227,891,1, 8235375,1,1860,830,1,
82231901,3087,16,0,368, 82362198,3089,16,0,375,
82241,1802,777,1,2021, 82371,1873,839,1,2310,
8225709,1,1804,3088,16, 82383090,16,0,375,1,
82260,368,1,2136,845, 82391657,886,1,1989,902,
82271,2355,804,1,2029, 82401,1990,3091,16,0,
8228716,1,2030,722,1, 8241375,1,1775,3092,16,
82292031,727,1,2032,732, 82420,375,1,32,3093,
82301,2033,737,1,2361, 824316,0,375,1,2356,
8231821,1,2035,743,1, 8244864,1,2105,813,1,
82322037,748,1,2039,753, 82452106,3094,16,0,375,
82331,1931,866,1,2041, 82461,2359,819,1,2227,
8234759,1,2043,764,1, 8247894,1,1901,3095,16,
82352045,769,1,1832,3089, 82480,375,1,1802,780,
823616,0,319,1,1574, 82491,2021,712,1,1804,
8237790,1,1958,3090,16, 82503096,16,0,375,1,
82380,368,1,46,3091, 82512136,848,1,2355,807,
823919,661,1,46,3092, 82521,2029,719,1,2030,
82405,36,1,2075,3093, 8253725,1,2031,730,1,
824116,0,659,1,1860, 82542032,735,1,2033,740,
8242827,1,2198,3094,16, 82551,2361,824,1,2035,
82430,659,1,1873,836, 8256746,1,2037,751,1,
82441,2310,3095,16,0, 82572039,756,1,1931,869,
8245659,1,1657,883,1, 82581,2041,762,1,2043,
82461989,899,1,1990,3096, 8259767,1,2045,772,1,
824716,0,659,1,1775, 82601832,3097,16,0,320,
82483097,16,0,659,1, 82611,1574,793,1,1958,
824932,3098,16,0,659, 82623098,16,0,375,1,
82501,2356,861,1,2105, 826346,3099,19,664,1,
8251810,1,2106,3099,16, 826446,3100,5,36,1,
82520,659,1,2359,816, 82652075,3101,16,0,662,
82531,2227,891,1,1901, 82661,1860,830,1,2198,
82543100,16,0,659,1, 82673102,16,0,662,1,
82551802,777,1,2021,709, 82681873,839,1,2310,3103,
82561,1804,3101,16,0, 826916,0,662,1,1657,
8257659,1,2136,845,1, 8270886,1,1989,902,1,
82582355,804,1,2029,716, 82711990,3104,16,0,662,
82591,2030,722,1,2031, 82721,1775,3105,16,0,
8260727,1,2032,732,1, 8273662,1,32,3106,16,
82612033,737,1,2361,821, 82740,662,1,2356,864,
82621,2035,743,1,2037, 82751,2105,813,1,2106,
8263748,1,2039,753,1, 82763107,16,0,662,1,
82641931,866,1,2041,759, 82772359,819,1,2227,894,
82651,2043,764,1,2045, 82781,1901,3108,16,0,
8266769,1,1574,790,1, 8279662,1,1802,780,1,
82671958,3102,16,0,659, 82802021,712,1,1804,3109,
82681,47,3103,19,546, 828116,0,662,1,2136,
82691,47,3104,5,19, 8282848,1,2355,807,1,
82701,0,3105,16,0, 82832029,719,1,2030,725,
8271544,1,2548,3106,17, 82841,2031,730,1,2032,
82723107,15,3108,4,50, 8285735,1,2033,740,1,
827337,0,71,0,108, 82862361,824,1,2035,746,
82740,111,0,98,0, 82871,2037,751,1,2039,
827597,0,108,0,70, 8288756,1,1931,869,1,
82760,117,0,110,0, 82892041,762,1,2043,767,
827799,0,116,0,105, 82901,2045,772,1,1574,
82780,111,0,110,0, 8291793,1,1958,3110,16,
827968,0,101,0,102, 82920,662,1,47,3111,
82800,105,0,110,0, 829319,465,1,47,3112,
8281105,0,116,0,105, 82945,19,1,0,3113,
82820,111,0,110,0, 829516,0,463,1,2591,
82831,-1,1,5,3109, 82963114,17,3115,15,3116,
828420,3110,4,52,71, 82974,52,37,0,71,
82850,108,0,111,0,
828698,0,97,0,108,
82870,70,0,117,0,
8288110,0,99,0,116,
82890,105,0,111,0,
8290110,0,68,0,101,
82910,102,0,105,0,
8292110,0,105,0,116,
82930,105,0,111,0,
8294110,0,95,0,49,
82950,1,149,1,3,
82961,6,1,5,3111,
829722,1,9,1,2599,
82983112,16,0,544,1,
82992527,693,1,2529,3113,
830016,0,544,1,2532,
8301676,1,2453,670,1,
83022608,3114,17,3115,15,
83033116,4,36,37,0,
830471,0,108,0,111,
83050,98,0,97,0,
8306108,0,68,0,101,
83070,102,0,105,0,
8308110,0,105,0,116,
83090,105,0,111,0,
8310110,0,115,0,1,
8311-1,1,5,3117,20,
83123118,4,38,71,0,
8313108,0,111,0,98,
83140,97,0,108,0,
831568,0,101,0,102,
83160,105,0,110,0,
8317105,0,116,0,105,
83180,111,0,110,0,
8319115,0,95,0,51,
83200,1,145,1,3,
83211,2,1,1,3119,
832222,1,5,1,2609,
83233120,17,3121,15,3116,
83241,-1,1,5,3122,
832520,3123,4,38,71,
83260,108,0,111,0,
832798,0,97,0,108,
83280,68,0,101,0,
8329102,0,105,0,110,
83300,105,0,116,0,
8331105,0,111,0,110,
83320,115,0,95,0,
833349,0,1,143,1,
83343,1,2,1,1,
83353124,22,1,3,1,
83362576,3125,17,3126,15,
83373127,4,52,37,0,
833871,0,108,0,111,
83390,98,0,97,0,
8340108,0,86,0,97,
83410,114,0,105,0,
834297,0,98,0,108,
83430,101,0,68,0,
8344101,0,99,0,108,
83450,97,0,114,0,
834697,0,116,0,105,
83470,111,0,110,0,
83481,-1,1,5,3128,
834920,3129,4,54,71,
83500,108,0,111,0, 82980,108,0,111,0,
835198,0,97,0,108, 829998,0,97,0,108,
83520,86,0,97,0, 83000,86,0,97,0,
@@ -8356,29 +8304,34 @@ public yyLSLSyntax
83560,99,0,108,0, 83040,99,0,108,0,
835797,0,114,0,97, 830597,0,114,0,97,
83580,116,0,105,0, 83060,116,0,105,0,
8359111,0,110,0,95, 8307111,0,110,0,1,
83600,50,0,1,148, 8308-1,1,5,3117,20,
83611,3,1,5,1, 83093118,4,54,71,0,
83624,3130,22,1,8,
83631,2022,3131,16,0,
8364568,1,2356,861,1,
83652533,688,1,2606,3132,
836617,3133,15,3116,1,
8367-1,1,5,3134,20,
83683135,4,38,71,0,
8369108,0,111,0,98, 8310108,0,111,0,98,
83700,97,0,108,0, 83110,97,0,108,0,
837168,0,101,0,102, 831286,0,97,0,114,
83720,105,0,110,0, 83130,105,0,97,0,
8373105,0,116,0,105, 831498,0,108,0,101,
83740,111,0,110,0, 83150,68,0,101,0,
8375115,0,95,0,52, 831699,0,108,0,97,
83760,1,146,1,3, 83170,114,0,97,0,
83771,3,1,2,3136, 8318116,0,105,0,111,
837822,1,6,1,2607, 83190,110,0,95,0,
83793137,17,3138,15,3116, 832049,0,1,148,1,
83801,-1,1,5,3139, 83213,1,3,1,2,
838120,3140,4,38,71, 83223119,22,1,7,1,
83232592,3120,16,0,463,
83241,2611,3121,17,3122,
832515,3123,4,36,37,
83260,71,0,108,0,
8327111,0,98,0,97,
83280,108,0,68,0,
8329101,0,102,0,105,
83300,110,0,105,0,
8331116,0,105,0,111,
83320,110,0,115,0,
83331,-1,1,5,3124,
833420,3125,4,38,71,
83820,108,0,111,0, 83350,108,0,111,0,
838398,0,97,0,108, 833698,0,97,0,108,
83840,68,0,101,0, 83370,68,0,101,0,
@@ -8386,13 +8339,102 @@ public yyLSLSyntax
83860,105,0,116,0, 83390,105,0,116,0,
8387105,0,111,0,110, 8340105,0,111,0,110,
83880,115,0,95,0, 83410,115,0,95,0,
838950,0,1,144,1, 834250,0,1,145,1,
83903,1,3,1,2, 83433,1,3,1,2,
83913141,22,1,4,1, 83443126,22,1,4,1,
83922361,821,1,2363,3142, 83452455,679,1,2531,673,
839317,3143,15,3108,1, 83461,2533,3127,16,0,
8394-1,1,5,3144,20, 8347463,1,2610,3128,17,
83953145,4,52,71,0, 83483129,15,3123,1,-1,
83491,5,3130,20,3131,
83504,38,71,0,108,
83510,111,0,98,0,
835297,0,108,0,68,
83530,101,0,102,0,
8354105,0,110,0,105,
83550,116,0,105,0,
8356111,0,110,0,115,
83570,95,0,52,0,
83581,147,1,3,1,
83593,1,2,3132,22,
83601,6,1,2537,696,
83611,2612,3133,17,3134,
836215,3123,1,-1,1,
83635,3135,20,3136,4,
836438,71,0,108,0,
8365111,0,98,0,97,
83660,108,0,68,0,
8367101,0,102,0,105,
83680,110,0,105,0,
8369116,0,105,0,111,
83700,110,0,115,0,
837195,0,51,0,1,
8372146,1,3,1,2,
83731,1,3137,22,1,
83745,1,2613,3138,17,
83753139,15,3123,1,-1,
83761,5,3140,20,3141,
83774,38,71,0,108,
83780,111,0,98,0,
837997,0,108,0,68,
83800,101,0,102,0,
8381105,0,110,0,105,
83820,116,0,105,0,
8383111,0,110,0,115,
83840,95,0,49,0,
83851,144,1,3,1,
83862,1,1,3142,22,
83871,3,1,2022,3143,
838816,0,568,1,2356,
8389864,1,2580,3144,17,
83903145,15,3116,1,-1,
83911,5,3146,20,3147,
83924,54,71,0,108,
83930,111,0,98,0,
839497,0,108,0,86,
83950,97,0,114,0,
8396105,0,97,0,98,
83970,108,0,101,0,
839868,0,101,0,99,
83990,108,0,97,0,
8400114,0,97,0,116,
84010,105,0,111,0,
8402110,0,95,0,50,
84030,1,149,1,3,
84041,5,1,4,3148,
840522,1,8,1,2536,
8406690,1,2361,824,1,
84072363,3149,17,3150,15,
84083151,4,50,37,0,
840971,0,108,0,111,
84100,98,0,97,0,
8411108,0,70,0,117,
84120,110,0,99,0,
8413116,0,105,0,111,
84140,110,0,68,0,
8415101,0,102,0,105,
84160,110,0,105,0,
8417116,0,105,0,111,
84180,110,0,1,-1,
84191,5,3152,20,3153,
84204,52,71,0,108,
84210,111,0,98,0,
842297,0,108,0,70,
84230,117,0,110,0,
842499,0,116,0,105,
84250,111,0,110,0,
842668,0,101,0,102,
84270,105,0,110,0,
8428105,0,116,0,105,
84290,111,0,110,0,
843095,0,50,0,1,
8431151,1,3,1,7,
84321,6,3154,22,1,
843310,1,2603,3155,16,
84340,463,1,2552,3156,
843517,3157,15,3151,1,
8436-1,1,5,3158,20,
84373159,4,52,71,0,
8396108,0,111,0,98, 8438108,0,111,0,98,
83970,97,0,108,0, 84390,97,0,108,0,
839870,0,117,0,110, 844070,0,117,0,110,
@@ -8402,2174 +8444,2168 @@ public yyLSLSyntax
8402102,0,105,0,110, 8444102,0,105,0,110,
84030,105,0,116,0, 84450,105,0,116,0,
8404105,0,111,0,110, 8446105,0,111,0,110,
84050,95,0,50,0, 84470,95,0,49,0,
84061,150,1,3,1, 84481,150,1,3,1,
84077,1,6,3146,22, 84496,1,5,3160,22,
84081,10,1,2587,3147, 84501,9,1,48,3161,
840917,3148,15,3127,1, 845119,493,1,48,3162,
8410-1,1,5,3149,20, 84525,52,1,0,3163,
84113150,4,54,71,0, 845316,0,645,1,2075,
8412108,0,111,0,98, 84543164,16,0,491,1,
84130,97,0,108,0, 84551860,830,1,2198,3165,
841486,0,97,0,114, 845616,0,491,1,1873,
84150,105,0,97,0, 8457839,1,2310,3166,16,
841698,0,108,0,101, 84580,491,1,1657,886,
84170,68,0,101,0, 84591,2531,673,1,2533,
841899,0,108,0,97, 84603167,16,0,645,1,
84190,114,0,97,0, 84611989,902,1,1990,3168,
8420116,0,105,0,111, 846216,0,491,1,2536,
84210,110,0,95,0, 8463690,1,2537,696,1,
842249,0,1,147,1, 84641775,3169,16,0,491,
84233,1,3,1,2, 84651,32,3170,16,0,
84243151,22,1,7,1, 8466491,1,2356,864,1,
84252588,3152,16,0,544, 84672105,813,1,2106,3171,
84261,48,3153,19,493, 846816,0,491,1,2359,
84271,48,3154,5,52, 8469819,1,2552,3156,1,
84281,0,3155,16,0, 84702580,3144,1,2227,894,
8429645,1,2075,3156,16, 84711,1901,3172,16,0,
84300,491,1,1860,827, 8472491,1,2612,3133,1,
84311,2198,3157,16,0, 84732455,679,1,1802,780,
8432491,1,1657,883,1, 84741,2021,712,1,1804,
84332527,693,1,2310,3158, 84753173,16,0,491,1,
843416,0,491,1,2529, 84762136,848,1,2355,807,
84353159,16,0,645,1, 84771,2029,719,1,2030,
84362029,716,1,2532,676, 8478725,1,2031,730,1,
84371,2032,732,1,1989, 84792032,735,1,2033,740,
8438899,1,1990,3160,16, 84801,2361,824,1,2035,
84390,491,1,1775,3161, 8481746,1,2363,3149,1,
844016,0,491,1,32, 84822037,751,1,2039,756,
84413162,16,0,491,1, 84831,1931,869,1,2041,
84422105,810,1,2106,3163, 8484762,1,2043,767,1,
844316,0,491,1,2043, 84852045,772,1,2591,3114,
8444764,1,2548,3106,1, 84861,2592,3174,16,0,
84452227,891,1,1901,3164, 8487645,1,2603,3175,16,
844616,0,491,1,2587, 84880,645,1,1574,793,
84473147,1,2453,670,1, 84891,2610,3128,1,2611,
84481802,777,1,2021,709, 84903121,1,1958,3176,16,
84491,1804,3165,16,0, 84910,491,1,2613,3138,
8450491,1,2136,845,1, 84921,49,3177,19,498,
84512355,804,1,2356,861, 84931,49,3178,5,36,
84521,2030,722,1,2576, 84941,2075,3179,16,0,
84533125,1,2359,816,1, 8495496,1,1860,830,1,
84542033,737,1,2361,821, 84962198,3180,16,0,496,
84551,2035,743,1,2363, 84971,1873,839,1,2310,
84563142,1,2037,748,1, 84983181,16,0,496,1,
84572039,753,1,1931,866, 84991657,886,1,1989,902,
84581,2041,759,1,1873, 85001,1990,3182,16,0,
8459836,1,2588,3166,16, 8501496,1,1775,3183,16,
84600,645,1,2045,769, 85020,496,1,32,3184,
84611,1574,790,1,2031, 850316,0,496,1,2356,
8462727,1,2599,3167,16, 8504864,1,2105,813,1,
84630,645,1,2606,3132, 85052106,3185,16,0,496,
84641,2607,3137,1,2608, 85061,2359,819,1,2227,
84653114,1,2609,3120,1, 8507894,1,1901,3186,16,
84661958,3168,16,0,491, 85080,496,1,1802,780,
84671,2533,688,1,49, 85091,2021,712,1,1804,
84683169,19,498,1,49, 85103187,16,0,496,1,
84693170,5,36,1,2075, 85112136,848,1,2355,807,
84703171,16,0,496,1, 85121,2029,719,1,2030,
84711860,827,1,2198,3172, 8513725,1,2031,730,1,
847216,0,496,1,1873, 85142032,735,1,2033,740,
8473836,1,2310,3173,16, 85151,2361,824,1,2035,
84740,496,1,1657,883, 8516746,1,2037,751,1,
84751,1989,899,1,1990, 85172039,756,1,1931,869,
84763174,16,0,496,1, 85181,2041,762,1,2043,
84771775,3175,16,0,496, 8519767,1,2045,772,1,
84781,32,3176,16,0, 85201574,793,1,1958,3188,
8479496,1,2356,861,1, 852116,0,496,1,50,
84802105,810,1,2106,3177, 85223189,19,617,1,50,
848116,0,496,1,2359, 85233190,5,36,1,2075,
8482816,1,2227,891,1, 85243191,16,0,615,1,
84831901,3178,16,0,496, 85251860,830,1,2198,3192,
84841,1802,777,1,2021, 852616,0,615,1,1873,
8485709,1,1804,3179,16, 8527839,1,2310,3193,16,
84860,496,1,2136,845, 85280,615,1,1657,886,
84871,2355,804,1,2029, 85291,1989,902,1,1990,
8488716,1,2030,722,1, 85303194,16,0,615,1,
84892031,727,1,2032,732, 85311775,3195,16,0,615,
84901,2033,737,1,2361, 85321,32,3196,16,0,
8491821,1,2035,743,1, 8533615,1,2356,864,1,
84922037,748,1,2039,753, 85342105,813,1,2106,3197,
84931,1931,866,1,2041, 853516,0,615,1,2359,
8494759,1,2043,764,1, 8536819,1,2227,894,1,
84952045,769,1,1574,790, 85371901,3198,16,0,615,
84961,1958,3180,16,0, 85381,1802,780,1,2021,
8497496,1,50,3181,19, 8539712,1,1804,3199,16,
8498615,1,50,3182,5, 85400,615,1,2136,848,
849936,1,2075,3183,16, 85411,2355,807,1,2029,
85000,613,1,1860,827, 8542719,1,2030,725,1,
85011,2198,3184,16,0, 85432031,730,1,2032,735,
8502613,1,1873,836,1, 85441,2033,740,1,2361,
85032310,3185,16,0,613, 8545824,1,2035,746,1,
85041,1657,883,1,1989, 85462037,751,1,2039,756,
8505899,1,1990,3186,16, 85471,1931,869,1,2041,
85060,613,1,1775,3187, 8548762,1,2043,767,1,
850716,0,613,1,32, 85492045,772,1,1574,793,
85083188,16,0,613,1, 85501,1958,3200,16,0,
85092356,861,1,2105,810, 8551615,1,51,3201,19,
85101,2106,3189,16,0, 8552127,1,51,3202,5,
8511613,1,2359,816,1, 855351,1,0,3203,16,
85122227,891,1,1901,3190, 85540,125,1,2075,3204,
851316,0,613,1,1802, 855516,0,125,1,2403,
8514777,1,2021,709,1, 85563205,16,0,125,1,
85151804,3191,16,0,613, 85571860,830,1,10,3206,
85161,2136,845,1,2355, 855816,0,125,1,2198,
8517804,1,2029,716,1, 85593207,16,0,125,1,
85182030,722,1,2031,727, 85601873,839,1,2310,3208,
85191,2032,732,1,2033, 856116,0,125,1,1657,
8520737,1,2361,821,1, 8562886,1,21,3209,16,
85212035,743,1,2037,748, 85630,125,1,2032,735,
85221,2039,753,1,1931, 85641,1989,902,1,1990,
8523866,1,2041,759,1, 85653210,16,0,125,1,
85242043,764,1,2045,769, 85661775,3211,16,0,125,
85251,1574,790,1,1958, 85671,2539,3212,16,0,
85263192,16,0,613,1, 8568125,1,2356,864,1,
852751,3193,19,127,1, 85692105,813,1,32,3213,
852851,3194,5,51,1, 857016,0,125,1,2552,
85290,3195,16,0,125, 85713156,1,2580,3144,1,
85301,2402,3196,16,0, 85722227,894,1,1901,3214,
8531125,1,1860,827,1,
853210,3197,16,0,125,
85331,2198,3198,16,0,
8534125,1,1873,836,1,
85352310,3199,16,0,125,
85361,1657,883,1,21,
85373200,16,0,125,1,
85382031,727,1,2032,732,
85391,1989,899,1,2535,
85403201,16,0,125,1,
85411775,3202,16,0,125,
85421,32,3203,16,0,
8543125,1,2105,810,1,
85442106,3204,16,0,125,
85451,2043,764,1,2548,
85463106,1,2227,891,1,
85471901,3205,16,0,125,
85481,52,3206,16,0,
8549125,1,1802,777,1,
85502021,709,1,1804,3207,
855116,0,125,1,2136,
8552845,1,2355,804,1,
85532356,861,1,2030,722,
85541,2576,3125,1,2359,
8555816,1,2033,737,1,
85562361,821,1,2035,743,
85571,2363,3142,1,2037,
8558748,1,2039,753,1,
85591931,866,1,2041,759,
85601,2587,3147,1,2588,
85613208,16,0,125,1,
85622045,769,1,1574,790,
85631,2029,716,1,1990,
85643209,16,0,125,1,
85652075,3210,16,0,125,
85661,2606,3132,1,2607,
85673137,1,2608,3114,1,
85682609,3120,1,1958,3211,
856916,0,125,1,52, 857316,0,125,1,52,
85703212,19,124,1,52, 85743215,16,0,125,1,
85713213,5,51,1,0, 85752612,3133,1,1802,780,
85723214,16,0,122,1, 85761,2021,712,1,1804,
85732402,3215,16,0,122, 85773216,16,0,125,1,
85741,1860,827,1,10, 85782136,848,1,2355,807,
85753216,16,0,122,1, 85791,2029,719,1,2030,
85762198,3217,16,0,122, 8580725,1,2031,730,1,
85771,1873,836,1,2310, 85812359,819,1,2033,740,
85783218,16,0,122,1, 85821,2361,824,1,2035,
85791657,883,1,21,3219, 8583746,1,2363,3149,1,
858016,0,122,1,2031, 85842037,751,1,2039,756,
8581727,1,2032,732,1, 85851,1931,869,1,2041,
85821989,899,1,2535,3220, 8586762,1,2043,767,1,
85872045,772,1,2591,3114,
85881,2592,3217,16,0,
8589125,1,1574,793,1,
85902106,3218,16,0,125,
85911,2610,3128,1,2611,
85923121,1,1958,3219,16,
85930,125,1,2613,3138,
85941,52,3220,19,124,
85951,52,3221,5,51,
85961,0,3222,16,0,
8597122,1,2075,3223,16,
85980,122,1,2403,3224,
859916,0,122,1,1860,
8600830,1,10,3225,16,
86010,122,1,2198,3226,
860216,0,122,1,1873,
8603839,1,2310,3227,16,
86040,122,1,1657,886,
86051,21,3228,16,0,
8606122,1,2032,735,1,
86071989,902,1,1990,3229,
858316,0,122,1,1775, 860816,0,122,1,1775,
85843221,16,0,122,1, 86093230,16,0,122,1,
858532,3222,16,0,122, 86102539,3231,16,0,122,
85861,2105,810,1,2106, 86111,2356,864,1,2105,
85873223,16,0,122,1, 8612813,1,32,3232,16,
85882043,764,1,2548,3106, 86130,122,1,2552,3156,
85891,2227,891,1,1901, 86141,2580,3144,1,2227,
85903224,16,0,122,1, 8615894,1,1901,3233,16,
859152,3225,16,0,122, 86160,122,1,52,3234,
85921,1802,777,1,2021, 861716,0,122,1,2612,
8593709,1,1804,3226,16, 86183133,1,1802,780,1,
85940,122,1,2136,845, 86192021,712,1,1804,3235,
85951,2355,804,1,2356, 862016,0,122,1,2136,
8596861,1,2030,722,1, 8621848,1,2355,807,1,
85972576,3125,1,2359,816, 86222029,719,1,2030,725,
85981,2033,737,1,2361, 86231,2031,730,1,2359,
8599821,1,2035,743,1, 8624819,1,2033,740,1,
86002363,3142,1,2037,748, 86252361,824,1,2035,746,
86011,2039,753,1,1931, 86261,2363,3149,1,2037,
8602866,1,2041,759,1, 8627751,1,2039,756,1,
86032587,3147,1,2588,3227, 86281931,869,1,2041,762,
860416,0,122,1,2045, 86291,2043,767,1,2045,
8605769,1,1574,790,1, 8630772,1,2591,3114,1,
86062029,716,1,1990,3228, 86312592,3236,16,0,122,
860716,0,122,1,2075, 86321,1574,793,1,2106,
86083229,16,0,122,1, 86333237,16,0,122,1,
86092606,3132,1,2607,3137, 86342610,3128,1,2611,3121,
86101,2608,3114,1,2609, 86351,1958,3238,16,0,
86113120,1,1958,3230,16, 8636122,1,2613,3138,1,
86120,122,1,53,3231, 863753,3239,19,121,1,
861319,121,1,53,3232, 863853,3240,5,51,1,
86145,51,1,0,3233, 86390,3241,16,0,119,
861516,0,119,1,2402, 86401,2075,3242,16,0,
86163234,16,0,119,1, 8641119,1,2403,3243,16,
86171860,827,1,10,3235, 86420,119,1,1860,830,
861816,0,119,1,2198, 86431,10,3244,16,0,
86193236,16,0,119,1, 8644119,1,2198,3245,16,
86201873,836,1,2310,3237, 86450,119,1,1873,839,
862116,0,119,1,1657, 86461,2310,3246,16,0,
8622883,1,21,3238,16, 8647119,1,1657,886,1,
86230,119,1,2031,727, 864821,3247,16,0,119,
86241,2032,732,1,1989, 86491,2032,735,1,1989,
8625899,1,2535,3239,16, 8650902,1,1990,3248,16,
86260,119,1,1775,3240, 86510,119,1,1775,3249,
862716,0,119,1,32, 865216,0,119,1,2539,
86283241,16,0,119,1, 86533250,16,0,119,1,
86292105,810,1,2106,3242, 86542356,864,1,2105,813,
863016,0,119,1,2043, 86551,32,3251,16,0,
8631764,1,2548,3106,1, 8656119,1,2552,3156,1,
86322227,891,1,1901,3243, 86572580,3144,1,2227,894,
863316,0,119,1,52, 86581,1901,3252,16,0,
86343244,16,0,119,1, 8659119,1,52,3253,16,
86351802,777,1,2021,709, 86600,119,1,2612,3133,
86361,1804,3245,16,0, 86611,1802,780,1,2021,
8637119,1,2136,845,1, 8662712,1,1804,3254,16,
86382355,804,1,2356,861, 86630,119,1,2136,848,
86391,2030,722,1,2576, 86641,2355,807,1,2029,
86403125,1,2359,816,1, 8665719,1,2030,725,1,
86412033,737,1,2361,821, 86662031,730,1,2359,819,
86421,2035,743,1,2363, 86671,2033,740,1,2361,
86433142,1,2037,748,1, 8668824,1,2035,746,1,
86442039,753,1,1931,866, 86692363,3149,1,2037,751,
86451,2041,759,1,2587, 86701,2039,756,1,1931,
86463147,1,2588,3246,16, 8671869,1,2041,762,1,
86470,119,1,2045,769, 86722043,767,1,2045,772,
86481,1574,790,1,2029, 86731,2591,3114,1,2592,
8649716,1,1990,3247,16, 86743255,16,0,119,1,
86500,119,1,2075,3248, 86751574,793,1,2106,3256,
865116,0,119,1,2606, 867616,0,119,1,2610,
86523132,1,2607,3137,1, 86773128,1,2611,3121,1,
86532608,3114,1,2609,3120, 86781958,3257,16,0,119,
86541,1958,3249,16,0, 86791,2613,3138,1,54,
8655119,1,54,3250,19, 86803258,19,118,1,54,
8656118,1,54,3251,5, 86813259,5,51,1,0,
865751,1,0,3252,16, 86823260,16,0,116,1,
86580,116,1,2402,3253, 86832075,3261,16,0,116,
865916,0,116,1,1860, 86841,2403,3262,16,0,
8660827,1,10,3254,16, 8685116,1,1860,830,1,
86610,116,1,2198,3255, 868610,3263,16,0,116,
866216,0,116,1,1873, 86871,2198,3264,16,0,
8663836,1,2310,3256,16, 8688116,1,1873,839,1,
86640,116,1,1657,883, 86892310,3265,16,0,116,
86651,21,3257,16,0, 86901,1657,886,1,21,
8666116,1,2031,727,1, 86913266,16,0,116,1,
86672032,732,1,1989,899, 86922032,735,1,1989,902,
86681,2535,3258,16,0, 86931,1990,3267,16,0,
8669116,1,1775,3259,16, 8694116,1,1775,3268,16,
86700,116,1,32,3260, 86950,116,1,2539,3269,
867116,0,116,1,2105, 869616,0,116,1,2356,
8672810,1,2106,3261,16, 8697864,1,2105,813,1,
86730,116,1,2043,764, 869832,3270,16,0,116,
86741,2548,3106,1,2227, 86991,2552,3156,1,2580,
8675891,1,1901,3262,16, 87003144,1,2227,894,1,
86760,116,1,52,3263, 87011901,3271,16,0,116,
867716,0,116,1,1802, 87021,52,3272,16,0,
8678777,1,2021,709,1, 8703116,1,2612,3133,1,
86791804,3264,16,0,116, 87041802,780,1,2021,712,
86801,2136,845,1,2355, 87051,1804,3273,16,0,
8681804,1,2356,861,1, 8706116,1,2136,848,1,
86822030,722,1,2576,3125, 87072355,807,1,2029,719,
86831,2359,816,1,2033, 87081,2030,725,1,2031,
8684737,1,2361,821,1, 8709730,1,2359,819,1,
86852035,743,1,2363,3142, 87102033,740,1,2361,824,
86861,2037,748,1,2039, 87111,2035,746,1,2363,
8687753,1,1931,866,1, 87123149,1,2037,751,1,
86882041,759,1,2587,3147, 87132039,756,1,1931,869,
86891,2588,3265,16,0, 87141,2041,762,1,2043,
8690116,1,2045,769,1, 8715767,1,2045,772,1,
86911574,790,1,2029,716, 87162591,3114,1,2592,3274,
86921,1990,3266,16,0, 871716,0,116,1,1574,
8693116,1,2075,3267,16, 8718793,1,2106,3275,16,
86940,116,1,2606,3132, 87190,116,1,2610,3128,
86951,2607,3137,1,2608, 87201,2611,3121,1,1958,
86963114,1,2609,3120,1, 87213276,16,0,116,1,
86971958,3268,16,0,116, 87222613,3138,1,55,3277,
86981,55,3269,19,115, 872319,115,1,55,3278,
86991,55,3270,5,51, 87245,51,1,0,3279,
87001,0,3271,16,0, 872516,0,113,1,2075,
8701113,1,2402,3272,16, 87263280,16,0,113,1,
87020,113,1,1860,827, 87272403,3281,16,0,113,
87031,10,3273,16,0, 87281,1860,830,1,10,
8704113,1,2198,3274,16, 87293282,16,0,113,1,
87050,113,1,1873,836, 87302198,3283,16,0,113,
87061,2310,3275,16,0, 87311,1873,839,1,2310,
8707113,1,1657,883,1, 87323284,16,0,113,1,
870821,3276,16,0,113, 87331657,886,1,21,3285,
87091,2031,727,1,2032, 873416,0,113,1,2032,
8710732,1,1989,899,1, 8735735,1,1989,902,1,
87112535,3277,16,0,113, 87361990,3286,16,0,113,
87121,1775,3278,16,0, 87371,1775,3287,16,0,
8713113,1,32,3279,16, 8738113,1,2539,3288,16,
87140,113,1,2105,810, 87390,113,1,2356,864,
87151,2106,3280,16,0, 87401,2105,813,1,32,
8716113,1,2043,764,1, 87413289,16,0,113,1,
87172548,3106,1,2227,891, 87422552,3156,1,2580,3144,
87181,1901,3281,16,0, 87431,2227,894,1,1901,
8719113,1,52,3282,16, 87443290,16,0,113,1,
87200,113,1,1802,777, 874552,3291,16,0,113,
87211,2021,709,1,1804, 87461,2612,3133,1,1802,
87223283,16,0,113,1, 8747780,1,2021,712,1,
87232136,845,1,2355,804, 87481804,3292,16,0,113,
87241,2356,861,1,2030, 87491,2136,848,1,2355,
8725722,1,2576,3125,1, 8750807,1,2029,719,1,
87262359,816,1,2033,737, 87512030,725,1,2031,730,
87271,2361,821,1,2035, 87521,2359,819,1,2033,
8728743,1,2363,3142,1, 8753740,1,2361,824,1,
87292037,748,1,2039,753, 87542035,746,1,2363,3149,
87301,1931,866,1,2041, 87551,2037,751,1,2039,
8731759,1,2587,3147,1, 8756756,1,1931,869,1,
87322588,3284,16,0,113, 87572041,762,1,2043,767,
87331,2045,769,1,1574, 87581,2045,772,1,2591,
8734790,1,2029,716,1, 87593114,1,2592,3293,16,
87351990,3285,16,0,113, 87600,113,1,1574,793,
87361,2075,3286,16,0, 87611,2106,3294,16,0,
8737113,1,2606,3132,1, 8762113,1,2610,3128,1,
87382607,3137,1,2608,3114, 87632611,3121,1,1958,3295,
87391,2609,3120,1,1958, 876416,0,113,1,2613,
87403287,16,0,113,1, 87653138,1,56,3296,19,
874156,3288,19,112,1, 8766112,1,56,3297,5,
874256,3289,5,51,1, 876751,1,0,3298,16,
87430,3290,16,0,110, 87680,110,1,2075,3299,
87441,2402,3291,16,0, 876916,0,110,1,2403,
8745110,1,1860,827,1, 87703300,16,0,110,1,
874610,3292,16,0,110, 87711860,830,1,10,3301,
87471,2198,3293,16,0, 877216,0,110,1,2198,
8748110,1,1873,836,1, 87733302,16,0,110,1,
87492310,3294,16,0,110, 87741873,839,1,2310,3303,
87501,1657,883,1,21, 877516,0,110,1,1657,
87513295,16,0,110,1, 8776886,1,21,3304,16,
87522031,727,1,2032,732, 87770,110,1,2032,735,
87531,1989,899,1,2535, 87781,1989,902,1,1990,
87543296,16,0,110,1, 87793305,16,0,110,1,
87551775,3297,16,0,110, 87801775,3306,16,0,110,
87561,32,3298,16,0, 87811,2539,3307,16,0,
8757110,1,2105,810,1, 8782110,1,2356,864,1,
87582106,3299,16,0,110, 87832105,813,1,32,3308,
87591,2043,764,1,2548, 878416,0,110,1,2552,
87603106,1,2227,891,1, 87853156,1,2580,3144,1,
87611901,3300,16,0,110, 87862227,894,1,1901,3309,
87621,52,3301,16,0, 878716,0,110,1,52,
8763110,1,1802,777,1, 87883310,16,0,110,1,
87642021,709,1,1804,3302, 87892612,3133,1,1802,780,
876516,0,110,1,2136, 87901,2021,712,1,1804,
8766845,1,2355,804,1, 87913311,16,0,110,1,
87672356,861,1,2030,722, 87922136,848,1,2355,807,
87681,2576,3125,1,2359, 87931,2029,719,1,2030,
8769816,1,2033,737,1, 8794725,1,2031,730,1,
87702361,821,1,2035,743, 87952359,819,1,2033,740,
87711,2363,3142,1,2037, 87961,2361,824,1,2035,
8772748,1,2039,753,1, 8797746,1,2363,3149,1,
87731931,866,1,2041,759, 87982037,751,1,2039,756,
87741,2587,3147,1,2588, 87991,1931,869,1,2041,
87753303,16,0,110,1, 8800762,1,2043,767,1,
87762045,769,1,1574,790, 88012045,772,1,2591,3114,
87771,2029,716,1,1990, 88021,2592,3312,16,0,
87783304,16,0,110,1, 8803110,1,1574,793,1,
87792075,3305,16,0,110, 88042106,3313,16,0,110,
87801,2606,3132,1,2607, 88051,2610,3128,1,2611,
87813137,1,2608,3114,1, 88063121,1,1958,3314,16,
87822609,3120,1,1958,3306, 88070,110,1,2613,3138,
878316,0,110,1,57, 88081,57,3315,19,109,
87843307,19,109,1,57, 88091,57,3316,5,51,
87853308,5,51,1,0, 88101,0,3317,16,0,
87863309,16,0,107,1, 8811107,1,2075,3318,16,
87872402,3310,16,0,107, 88120,107,1,2403,3319,
87881,1860,827,1,10, 881316,0,107,1,1860,
87893311,16,0,107,1, 8814830,1,10,3320,16,
87902198,3312,16,0,107, 88150,107,1,2198,3321,
87911,1873,836,1,2310, 881616,0,107,1,1873,
87923313,16,0,107,1, 8817839,1,2310,3322,16,
87931657,883,1,21,3314, 88180,107,1,1657,886,
879416,0,107,1,2031, 88191,21,3323,16,0,
8795727,1,2032,732,1, 8820107,1,2032,735,1,
87961989,899,1,2535,3315, 88211989,902,1,1990,3324,
879716,0,107,1,1775, 882216,0,107,1,1775,
87983316,16,0,107,1, 88233325,16,0,107,1,
879932,3317,16,0,107, 88242539,3326,16,0,107,
88001,2105,810,1,2106, 88251,2356,864,1,2105,
88013318,16,0,107,1, 8826813,1,32,3327,16,
88022043,764,1,2548,3106, 88270,107,1,2552,3156,
88031,2227,891,1,1901, 88281,2580,3144,1,2227,
88043319,16,0,107,1, 8829894,1,1901,3328,16,
880552,3320,16,0,107, 88300,107,1,52,3329,
88061,1802,777,1,2021, 883116,0,107,1,2612,
8807709,1,1804,3321,16, 88323133,1,1802,780,1,
88080,107,1,2136,845, 88332021,712,1,1804,3330,
88091,2355,804,1,2356, 883416,0,107,1,2136,
8810861,1,2030,722,1, 8835848,1,2355,807,1,
88112576,3125,1,2359,816, 88362029,719,1,2030,725,
88121,2033,737,1,2361, 88371,2031,730,1,2359,
8813821,1,2035,743,1, 8838819,1,2033,740,1,
88142363,3142,1,2037,748, 88392361,824,1,2035,746,
88151,2039,753,1,1931, 88401,2363,3149,1,2037,
8816866,1,2041,759,1, 8841751,1,2039,756,1,
88172587,3147,1,2588,3322, 88421931,869,1,2041,762,
881816,0,107,1,2045, 88431,2043,767,1,2045,
8819769,1,1574,790,1, 8844772,1,2591,3114,1,
88202029,716,1,1990,3323, 88452592,3331,16,0,107,
882116,0,107,1,2075, 88461,1574,793,1,2106,
88223324,16,0,107,1, 88473332,16,0,107,1,
88232606,3132,1,2607,3137, 88482610,3128,1,2611,3121,
88241,2608,3114,1,2609, 88491,1958,3333,16,0,
88253120,1,1958,3325,16, 8850107,1,2613,3138,1,
88260,107,1,58,3326, 885158,3334,19,349,1,
882719,428,1,58,3327, 885258,3335,5,9,1,
88285,9,1,2415,1591, 88532416,1594,1,2454,1603,
88291,2417,3328,16,0, 88541,2418,3336,16,0,
8830426,1,2456,3329,16, 8855347,1,2456,1609,1,
88310,426,1,2452,1600, 88562494,3337,16,0,347,
88321,2454,1606,1,2491, 88571,2458,3338,16,0,
88333330,16,0,426,1, 8858347,1,2356,864,1,
88342356,861,1,2361,821, 88592361,824,1,2367,3339,
88351,2367,3331,16,0, 886016,0,347,1,59,
8836426,1,59,3332,19, 88613340,19,433,1,59,
8837344,1,59,3333,5, 88623341,5,9,1,2416,
88389,1,2415,1591,1, 88631594,1,2454,1603,1,
88392417,3334,16,0,342, 88642418,3342,16,0,431,
88401,2456,3335,16,0, 88651,2456,1609,1,2494,
8841342,1,2452,1600,1, 88663343,16,0,431,1,
88422454,1606,1,2491,3336, 88672458,3344,16,0,431,
884316,0,342,1,2356, 88681,2356,864,1,2361,
8844861,1,2361,821,1, 8869824,1,2367,3345,16,
88452367,3337,16,0,342, 88700,431,1,60,3346,
88461,60,3338,19,341, 887119,345,1,60,3347,
88471,60,3339,5,9, 88725,9,1,2416,1594,
88481,2415,1591,1,2417, 88731,2454,1603,1,2418,
88493340,16,0,339,1, 88743348,16,0,343,1,
88502456,3341,16,0,339, 88752456,1609,1,2494,3349,
88511,2452,1600,1,2454, 887616,0,343,1,2458,
88521606,1,2491,3342,16, 88773350,16,0,343,1,
88530,339,1,2356,861, 88782356,864,1,2361,824,
88541,2361,821,1,2367, 88791,2367,3351,16,0,
88553343,16,0,339,1, 8880343,1,61,3352,19,
885661,3344,19,425,1, 8881342,1,61,3353,5,
885761,3345,5,9,1, 88829,1,2416,1594,1,
88582415,1591,1,2417,3346, 88832454,1603,1,2418,3354,
885916,0,423,1,2456, 888416,0,340,1,2456,
88603347,16,0,423,1, 88851609,1,2494,3355,16,
88612452,1600,1,2454,1606, 88860,340,1,2458,3356,
88621,2491,3348,16,0, 888716,0,340,1,2356,
8863423,1,2356,861,1, 8888864,1,2361,824,1,
88642361,821,1,2367,3349, 88892367,3357,16,0,340,
886516,0,423,1,62, 88901,62,3358,19,430,
88663350,19,337,1,62, 88911,62,3359,5,9,
88673351,5,9,1,2415, 88921,2416,1594,1,2454,
88681591,1,2417,3352,16, 88931603,1,2418,3360,16,
88690,335,1,2456,3353, 88940,428,1,2456,1609,
887016,0,335,1,2452, 88951,2494,3361,16,0,
88711600,1,2454,1606,1, 8896428,1,2458,3362,16,
88722491,3354,16,0,335, 88970,428,1,2356,864,
88731,2356,861,1,2361, 88981,2361,824,1,2367,
8874821,1,2367,3355,16, 88993363,16,0,428,1,
88750,335,1,63,3356, 890063,3364,19,338,1,
887619,334,1,63,3357, 890163,3365,5,9,1,
88775,9,1,2415,1591, 89022416,1594,1,2454,1603,
88781,2417,3358,16,0, 89031,2418,3366,16,0,
8879332,1,2456,3359,16, 8904336,1,2456,1609,1,
88800,332,1,2452,1600, 89052494,3367,16,0,336,
88811,2454,1606,1,2491, 89061,2458,3368,16,0,
88823360,16,0,332,1, 8907336,1,2356,864,1,
88832356,861,1,2361,821, 89082361,824,1,2367,3369,
88841,2367,3361,16,0, 890916,0,336,1,64,
8885332,1,64,3362,19, 89103370,19,335,1,64,
8886555,1,64,3363,5, 89113371,5,9,1,2416,
88879,1,2415,1591,1, 89121594,1,2454,1603,1,
88882417,3364,16,0,553, 89132418,3372,16,0,333,
88891,2456,3365,16,0, 89141,2456,1609,1,2494,
8890553,1,2452,1600,1, 89153373,16,0,333,1,
88912454,1606,1,2491,3366, 89162458,3374,16,0,333,
889216,0,553,1,2356, 89171,2356,864,1,2361,
8893861,1,2361,821,1, 8918824,1,2367,3375,16,
88942367,3367,16,0,553, 89190,333,1,65,3376,
88951,65,3368,19,328, 892019,559,1,65,3377,
88961,65,3369,5,9, 89215,9,1,2416,1594,
88971,2415,1591,1,2417, 89221,2454,1603,1,2418,
88983370,16,0,326,1, 89233378,16,0,557,1,
88992456,3371,16,0,326, 89242456,1609,1,2494,3379,
89001,2452,1600,1,2454, 892516,0,557,1,2458,
89011606,1,2491,3372,16, 89263380,16,0,557,1,
89020,326,1,2356,861, 89272356,864,1,2361,824,
89031,2361,821,1,2367, 89281,2367,3381,16,0,
89043373,16,0,326,1, 8929557,1,66,3382,19,
890566,3374,19,325,1, 8930329,1,66,3383,5,
890666,3375,5,9,1, 89319,1,2416,1594,1,
89072415,1591,1,2417,3376, 89322454,1603,1,2418,3384,
890816,0,323,1,2456, 893316,0,327,1,2456,
89093377,16,0,323,1, 89341609,1,2494,3385,16,
89102452,1600,1,2454,1606, 89350,327,1,2458,3386,
89111,2491,3378,16,0, 893616,0,327,1,2356,
8912323,1,2356,861,1, 8937864,1,2361,824,1,
89132361,821,1,2367,3379, 89382367,3387,16,0,327,
891416,0,323,1,67, 89391,67,3388,19,326,
89153380,19,421,1,67, 89401,67,3389,5,9,
89163381,5,9,1,2415, 89411,2416,1594,1,2454,
89171591,1,2417,3382,16, 89421603,1,2418,3390,16,
89180,419,1,2456,3383, 89430,324,1,2456,1609,
891916,0,419,1,2452, 89441,2494,3391,16,0,
89201600,1,2454,1606,1, 8945324,1,2458,3392,16,
89212491,3384,16,0,419, 89460,324,1,2356,864,
89221,2356,861,1,2361, 89471,2361,824,1,2367,
8923821,1,2367,3385,16, 89483393,16,0,324,1,
89240,419,1,68,3386, 894968,3394,19,426,1,
892519,418,1,68,3387, 895068,3395,5,9,1,
89265,9,1,2415,1591, 89512416,1594,1,2454,1603,
89271,2417,3388,16,0, 89521,2418,3396,16,0,
8928416,1,2456,3389,16, 8953424,1,2456,1609,1,
89290,416,1,2452,1600, 89542494,3397,16,0,424,
89301,2454,1606,1,2491, 89551,2458,3398,16,0,
89313390,16,0,416,1, 8956424,1,2356,864,1,
89322356,861,1,2361,821, 89572361,824,1,2367,3399,
89331,2367,3391,16,0, 895816,0,424,1,69,
8934416,1,69,3392,19, 89593400,19,423,1,69,
8935415,1,69,3393,5, 89603401,5,9,1,2416,
89369,1,2415,1591,1, 89611594,1,2454,1603,1,
89372417,3394,16,0,413, 89622418,3402,16,0,421,
89381,2456,3395,16,0, 89631,2456,1609,1,2494,
8939413,1,2452,1600,1, 89643403,16,0,421,1,
89402454,1606,1,2491,3396, 89652458,3404,16,0,421,
894116,0,413,1,2356, 89661,2356,864,1,2361,
8942861,1,2361,821,1, 8967824,1,2367,3405,16,
89432367,3397,16,0,413, 89680,421,1,70,3406,
89441,70,3398,19,317, 896919,420,1,70,3407,
89451,70,3399,5,9, 89705,9,1,2416,1594,
89461,2415,1591,1,2417, 89711,2454,1603,1,2418,
89473400,16,0,315,1, 89723408,16,0,418,1,
89482456,3401,16,0,315, 89732456,1609,1,2494,3409,
89491,2452,1600,1,2454, 897416,0,418,1,2458,
89501606,1,2491,3402,16, 89753410,16,0,418,1,
89510,315,1,2356,861, 89762356,864,1,2361,824,
89521,2361,821,1,2367, 89771,2367,3411,16,0,
89533403,16,0,315,1, 8978418,1,71,3412,19,
895471,3404,19,409,1, 8979318,1,71,3413,5,
895571,3405,5,9,1, 89809,1,2416,1594,1,
89562415,1591,1,2417,3406, 89812454,1603,1,2418,3414,
895716,0,407,1,2456, 898216,0,316,1,2456,
89583407,16,0,407,1, 89831609,1,2494,3415,16,
89592452,1600,1,2454,1606, 89840,316,1,2458,3416,
89601,2491,3408,16,0, 898516,0,316,1,2356,
8961407,1,2356,861,1, 8986864,1,2361,824,1,
89622361,821,1,2367,3409, 89872367,3417,16,0,316,
896316,0,407,1,72, 89881,72,3418,19,414,
89643410,19,313,1,72, 89891,72,3419,5,9,
89653411,5,9,1,2415, 89901,2416,1594,1,2454,
89661591,1,2417,3412,16, 89911603,1,2418,3420,16,
89670,311,1,2456,3413, 89920,412,1,2456,1609,
896816,0,311,1,2452, 89931,2494,3421,16,0,
89691600,1,2454,1606,1, 8994412,1,2458,3422,16,
89702491,3414,16,0,311, 89950,412,1,2356,864,
89711,2356,861,1,2361, 89961,2361,824,1,2367,
8972821,1,2367,3415,16, 89973423,16,0,412,1,
89730,311,1,73,3416, 899873,3424,19,314,1,
897419,406,1,73,3417, 899973,3425,5,9,1,
89755,9,1,2415,1591, 90002416,1594,1,2454,1603,
89761,2417,3418,16,0, 90011,2418,3426,16,0,
8977404,1,2456,3419,16, 9002312,1,2456,1609,1,
89780,404,1,2452,1600, 90032494,3427,16,0,312,
89791,2454,1606,1,2491, 90041,2458,3428,16,0,
89803420,16,0,404,1, 9005312,1,2356,864,1,
89812356,861,1,2361,821, 90062361,824,1,2367,3429,
89821,2367,3421,16,0, 900716,0,312,1,74,
8983404,1,74,3422,19, 90083430,19,411,1,74,
8984403,1,74,3423,5, 90093431,5,9,1,2416,
89859,1,2415,1591,1, 90101594,1,2454,1603,1,
89862417,3424,16,0,401, 90112418,3432,16,0,409,
89871,2456,3425,16,0, 90121,2456,1609,1,2494,
8988401,1,2452,1600,1, 90133433,16,0,409,1,
89892454,1606,1,2491,3426, 90142458,3434,16,0,409,
899016,0,401,1,2356, 90151,2356,864,1,2361,
8991861,1,2361,821,1, 9016824,1,2367,3435,16,
89922367,3427,16,0,401, 90170,409,1,75,3436,
89931,75,3428,19,306, 901819,408,1,75,3437,
89941,75,3429,5,9, 90195,9,1,2416,1594,
89951,2415,1591,1,2417, 90201,2454,1603,1,2418,
89963430,16,0,304,1, 90213438,16,0,406,1,
89972456,3431,16,0,304, 90222456,1609,1,2494,3439,
89981,2452,1600,1,2454, 902316,0,406,1,2458,
89991606,1,2491,3432,16, 90243440,16,0,406,1,
90000,304,1,2356,861, 90252356,864,1,2361,824,
90011,2361,821,1,2367, 90261,2367,3441,16,0,
90023433,16,0,304,1, 9027406,1,76,3442,19,
900376,3434,19,303,1, 9028307,1,76,3443,5,
900476,3435,5,9,1, 90299,1,2416,1594,1,
90052415,1591,1,2417,3436, 90302454,1603,1,2418,3444,
900616,0,301,1,2456, 903116,0,305,1,2456,
90073437,16,0,301,1, 90321609,1,2494,3445,16,
90082452,1600,1,2454,1606, 90330,305,1,2458,3446,
90091,2491,3438,16,0, 903416,0,305,1,2356,
9010301,1,2356,861,1, 9035864,1,2361,824,1,
90112361,821,1,2367,3439, 90362367,3447,16,0,305,
901216,0,301,1,77, 90371,77,3448,19,304,
90133440,19,398,1,77, 90381,77,3449,5,9,
90143441,5,9,1,2415, 90391,2416,1594,1,2454,
90151591,1,2417,3442,16, 90401603,1,2418,3450,16,
90160,396,1,2456,3443, 90410,302,1,2456,1609,
901716,0,396,1,2452, 90421,2494,3451,16,0,
90181600,1,2454,1606,1, 9043302,1,2458,3452,16,
90192491,3444,16,0,396, 90440,302,1,2356,864,
90201,2356,861,1,2361, 90451,2361,824,1,2367,
9021821,1,2367,3445,16, 90463453,16,0,302,1,
90220,396,1,78,3446, 904778,3454,19,403,1,
902319,299,1,78,3447, 904878,3455,5,9,1,
90245,9,1,2415,1591, 90492416,1594,1,2454,1603,
90251,2417,3448,16,0, 90501,2418,3456,16,0,
9026297,1,2456,3449,16, 9051401,1,2456,1609,1,
90270,297,1,2452,1600, 90522494,3457,16,0,401,
90281,2454,1606,1,2491, 90531,2458,3458,16,0,
90293450,16,0,297,1, 9054401,1,2356,864,1,
90302356,861,1,2361,821, 90552361,824,1,2367,3459,
90311,2367,3451,16,0, 905616,0,401,1,79,
9032297,1,79,3452,19, 90573460,19,300,1,79,
9033462,1,79,3453,5, 90583461,5,9,1,2416,
90349,1,2415,1591,1, 90591594,1,2454,1603,1,
90352417,3454,16,0,460, 90602418,3462,16,0,298,
90361,2456,3455,16,0, 90611,2456,1609,1,2494,
9037460,1,2452,1600,1, 90623463,16,0,298,1,
90382454,1606,1,2491,3456, 90632458,3464,16,0,298,
903916,0,460,1,2356, 90641,2356,864,1,2361,
9040861,1,2361,821,1, 9065824,1,2367,3465,16,
90412367,3457,16,0,460, 90660,298,1,80,3466,
90421,80,3458,19,293, 906719,461,1,80,3467,
90431,80,3459,5,9, 90685,9,1,2416,1594,
90441,2415,1591,1,2417, 90691,2454,1603,1,2418,
90453460,16,0,291,1, 90703468,16,0,459,1,
90462456,3461,16,0,291, 90712456,1609,1,2494,3469,
90471,2452,1600,1,2454, 907216,0,459,1,2458,
90481606,1,2491,3462,16, 90733470,16,0,459,1,
90490,291,1,2356,861, 90742356,864,1,2361,824,
90501,2361,821,1,2367, 90751,2367,3471,16,0,
90513463,16,0,291,1, 9076459,1,81,3472,19,
905281,3464,19,290,1, 9077294,1,81,3473,5,
905381,3465,5,9,1, 90789,1,2416,1594,1,
90542415,1591,1,2417,3466, 90792454,1603,1,2418,3474,
905516,0,288,1,2456, 908016,0,292,1,2456,
90563467,16,0,288,1, 90811609,1,2494,3475,16,
90572452,1600,1,2454,1606, 90820,292,1,2458,3476,
90581,2491,3468,16,0, 908316,0,292,1,2356,
9059288,1,2356,861,1, 9084864,1,2361,824,1,
90602361,821,1,2367,3469, 90852367,3477,16,0,292,
906116,0,288,1,82, 90861,82,3478,19,291,
90623470,19,287,1,82, 90871,82,3479,5,9,
90633471,5,9,1,2415, 90881,2416,1594,1,2454,
90641591,1,2417,3472,16, 90891603,1,2418,3480,16,
90650,285,1,2456,3473, 90900,289,1,2456,1609,
906616,0,285,1,2452, 90911,2494,3481,16,0,
90671600,1,2454,1606,1, 9092289,1,2458,3482,16,
90682491,3474,16,0,285, 90930,289,1,2356,864,
90691,2356,861,1,2361, 90941,2361,824,1,2367,
9070821,1,2367,3475,16, 90953483,16,0,289,1,
90710,285,1,83,3476, 909683,3484,19,288,1,
907219,592,1,83,3477, 909783,3485,5,9,1,
90735,9,1,2415,1591, 90982416,1594,1,2454,1603,
90741,2417,3478,16,0, 90991,2418,3486,16,0,
9075590,1,2456,3479,16, 9100286,1,2456,1609,1,
90760,590,1,2452,1600, 91012494,3487,16,0,286,
90771,2454,1606,1,2491, 91021,2458,3488,16,0,
90783480,16,0,590,1, 9103286,1,2356,864,1,
90792356,861,1,2361,821, 91042361,824,1,2367,3489,
90801,2367,3481,16,0, 910516,0,286,1,84,
9081590,1,84,3482,19, 91063490,19,589,1,84,
9082387,1,84,3483,5, 91073491,5,9,1,2416,
90839,1,2415,1591,1, 91081594,1,2454,1603,1,
90842417,3484,16,0,385, 91092418,3492,16,0,587,
90851,2456,3485,16,0, 91101,2456,1609,1,2494,
9086385,1,2452,1600,1, 91113493,16,0,587,1,
90872454,1606,1,2491,3486, 91122458,3494,16,0,587,
908816,0,385,1,2356, 91131,2356,864,1,2361,
9089861,1,2361,821,1, 9114824,1,2367,3495,16,
90902367,3487,16,0,385, 91150,587,1,85,3496,
90911,85,3488,19,280, 911619,394,1,85,3497,
90921,85,3489,5,9, 91175,9,1,2416,1594,
90931,2415,1591,1,2417, 91181,2454,1603,1,2418,
90943490,16,0,278,1, 91193498,16,0,392,1,
90952456,3491,16,0,278, 91202456,1609,1,2494,3499,
90961,2452,1600,1,2454, 912116,0,392,1,2458,
90971606,1,2491,3492,16, 91223500,16,0,392,1,
90980,278,1,2356,861, 91232356,864,1,2361,824,
90991,2361,821,1,2367, 91241,2367,3501,16,0,
91003493,16,0,278,1, 9125392,1,86,3502,19,
910186,3494,19,277,1, 9126281,1,86,3503,5,
910286,3495,5,9,1, 91279,1,2416,1594,1,
91032415,1591,1,2417,3496, 91282454,1603,1,2418,3504,
910416,0,275,1,2456, 912916,0,279,1,2456,
91053497,16,0,275,1, 91301609,1,2494,3505,16,
91062452,1600,1,2454,1606, 91310,279,1,2458,3506,
91071,2491,3498,16,0, 913216,0,279,1,2356,
9108275,1,2356,861,1, 9133864,1,2361,824,1,
91092361,821,1,2367,3499, 91342367,3507,16,0,279,
911016,0,275,1,87, 91351,87,3508,19,278,
91113500,19,383,1,87, 91361,87,3509,5,9,
91123501,5,9,1,2415, 91371,2416,1594,1,2454,
91131591,1,2417,3502,16, 91381603,1,2418,3510,16,
91140,381,1,2456,3503, 91390,276,1,2456,1609,
911516,0,381,1,2452, 91401,2494,3511,16,0,
91161600,1,2454,1606,1, 9141276,1,2458,3512,16,
91172491,3504,16,0,381, 91420,276,1,2356,864,
91181,2356,861,1,2361, 91431,2361,824,1,2367,
9119821,1,2367,3505,16, 91443513,16,0,276,1,
91200,381,1,88,3506, 914588,3514,19,390,1,
912119,273,1,88,3507, 914688,3515,5,9,1,
91225,9,1,2415,1591, 91472416,1594,1,2454,1603,
91231,2417,3508,16,0, 91481,2418,3516,16,0,
9124271,1,2456,3509,16, 9149388,1,2456,1609,1,
91250,271,1,2452,1600, 91502494,3517,16,0,388,
91261,2454,1606,1,2491, 91511,2458,3518,16,0,
91273510,16,0,271,1, 9152388,1,2356,864,1,
91282356,861,1,2361,821, 91532361,824,1,2367,3519,
91291,2367,3511,16,0, 915416,0,388,1,89,
9130271,1,89,3512,19, 91553520,19,651,1,89,
9131376,1,89,3513,5, 91563521,5,9,1,2416,
91329,1,2415,1591,1, 91571594,1,2454,1603,1,
91332417,3514,16,0,374, 91582418,3522,16,0,649,
91341,2456,3515,16,0, 91591,2456,1609,1,2494,
9135374,1,2452,1600,1, 91603523,16,0,649,1,
91362454,1606,1,2491,3516, 91612458,3524,16,0,649,
913716,0,374,1,2356, 91621,2356,864,1,2361,
9138861,1,2361,821,1, 9163824,1,2367,3525,16,
91392367,3517,16,0,374, 91640,649,1,90,3526,
91401,90,3518,19,650, 916519,274,1,90,3527,
91411,90,3519,5,9, 91665,9,1,2416,1594,
91421,2415,1591,1,2417, 91671,2454,1603,1,2418,
91433520,16,0,648,1, 91683528,16,0,272,1,
91442456,3521,16,0,648, 91692456,1609,1,2494,3529,
91451,2452,1600,1,2454, 917016,0,272,1,2458,
91461606,1,2491,3522,16, 91713530,16,0,272,1,
91470,648,1,2356,861, 91722356,864,1,2361,824,
91481,2361,821,1,2367, 91731,2367,3531,16,0,
91493523,16,0,648,1, 9174272,1,91,3532,19,
915091,3524,19,133,1, 9175383,1,91,3533,5,
915191,3525,5,121,1, 91769,1,2416,1594,1,
91520,3526,16,0,467, 91772454,1603,1,2418,3534,
91531,1,1915,1,2, 917816,0,381,1,2456,
91541921,1,3,1926,1, 91791609,1,2494,3535,16,
91554,1931,1,5,1936, 91800,381,1,2458,3536,
91561,6,1941,1,7, 918116,0,381,1,2356,
91571946,1,8,3527,16, 9182864,1,2361,824,1,
91580,131,1,1515,3528, 91832367,3537,16,0,381,
915916,0,165,1,2607, 91841,92,3538,19,133,
91603137,1,2021,709,1, 91851,92,3539,5,121,
91612022,3529,16,0,495, 91861,0,3540,16,0,
91621,256,3530,16,0, 9187470,1,1,1923,1,
9163173,1,2025,3531,16, 91882,1929,1,3,1934,
91640,499,1,18,3532, 91891,4,1939,1,5,
916516,0,138,1,2027, 91901944,1,6,1949,1,
91663533,16,0,503,1, 91917,1954,1,8,3541,
91672029,716,1,2030,722, 919216,0,131,1,1515,
91681,2031,727,1,2032, 91933542,16,0,165,1,
9169732,1,2033,737,1, 91942021,712,1,2022,3543,
9170277,3534,16,0,173, 919516,0,495,1,256,
91711,2035,743,1,2037, 91963544,16,0,173,1,
9172748,1,2039,753,1, 91972025,3545,16,0,499,
917332,3535,16,0,165, 91981,18,3546,16,0,
91741,2041,759,1,2043, 9199138,1,2027,3547,16,
9175764,1,2045,769,1, 92000,503,1,2029,719,
91762548,3106,1,41,3536, 92011,2030,725,1,2031,
9202730,1,2032,735,1,
92032033,740,1,277,3548,
920416,0,173,1,2035,
9205746,1,2037,751,1,
92062039,756,1,32,3549,
920716,0,165,1,2041,
9208762,1,2043,767,1,
92092045,772,1,41,3550,
917716,0,173,1,1297, 921016,0,173,1,1297,
91783537,16,0,165,1, 92113551,16,0,165,1,
917943,3538,16,0,173, 921243,3552,16,0,173,
91801,1802,777,1,46, 92131,1802,780,1,46,
91813539,16,0,178,1, 92143553,16,0,178,1,
91821804,3540,16,0,165, 92151804,3554,16,0,165,
91831,299,3541,16,0, 92161,299,3555,16,0,
9184173,1,2310,3542,16, 9217173,1,2310,3556,16,
91850,165,1,52,3543, 92180,165,1,52,3557,
918616,0,165,1,509, 921916,0,165,1,509,
91873544,16,0,173,1, 92203558,16,0,173,1,
9188525,3545,16,0,173, 9221525,3559,16,0,173,
91891,62,3546,16,0, 92221,62,3560,16,0,
9190195,1,65,3547,16, 9223195,1,65,3561,16,
91910,197,1,2576,3125, 92240,197,1,2075,3562,
91921,2075,3548,16,0, 922516,0,165,1,1574,
9193165,1,1574,790,1, 9226793,1,2580,3144,1,
919471,3549,16,0,173, 922771,3563,16,0,173,
91951,1775,3550,16,0, 92281,1775,3564,16,0,
9196165,1,76,3551,16, 9229165,1,76,3565,16,
91970,173,1,1834,3552, 92300,173,1,1834,3566,
919816,0,165,1,2588, 923116,0,165,1,79,
91993553,16,0,467,1, 92323567,16,0,173,1,
920079,3554,16,0,173, 92331335,3568,16,0,165,
92011,1335,3555,16,0, 92341,2591,3114,1,2592,
9202165,1,322,3556,16, 92353569,16,0,470,1,
92030,173,1,85,3557, 9236322,3570,16,0,173,
920416,0,173,1,1261, 92371,85,3571,16,0,
92053558,16,0,165,1, 9238173,1,1261,3572,16,
920689,3559,16,0,173, 92390,165,1,89,3573,
92071,346,3560,16,0, 924016,0,173,1,346,
9208173,1,2355,804,1, 92413574,16,0,173,1,
92092356,861,1,2106,3561, 92422355,807,1,2356,864,
921016,0,165,1,2609, 92431,2106,3575,16,0,
92113120,1,2359,816,1, 9244165,1,2359,819,1,
92122361,821,1,1860,827, 92452611,3121,1,2361,824,
92131,2363,3142,1,2365, 92461,1860,830,1,2363,
92143562,16,0,267,1, 92473149,1,2365,3576,16,
921597,3563,16,0,173, 92480,268,1,97,3577,
92161,1113,3564,16,0, 924916,0,173,1,1113,
9217158,1,112,3565,16, 92503578,16,0,158,1,
92180,173,1,1117,3566, 9251112,3579,16,0,173,
921916,0,165,1,1873, 92521,1117,3580,16,0,
9220836,1,102,3567,16, 9253165,1,1873,839,1,
92210,173,1,1876,3568, 9254102,3581,16,0,173,
922216,0,165,1,372, 92551,1876,3582,16,0,
92233569,16,0,533,1, 9256165,1,372,3583,16,
92242551,3570,16,0,173, 92570,533,1,374,3584,
92251,374,3571,16,0, 925816,0,535,1,124,
9226535,1,124,3572,16,
92270,173,1,376,3573,
922816,0,537,1,378,
92293574,16,0,539,1,
92302136,845,1,381,3575,
923116,0,173,1,1585,
92323576,16,0,173,1,
9233137,3577,16,0,173,
92341,1901,3578,16,0,
9235165,1,1153,3579,16,
92360,165,1,151,3580,
923716,0,173,1,1407,
92383581,16,0,165,1,
92391659,3582,16,0,165,
92401,406,3583,16,0,
9241173,1,2587,3147,1,
92421371,3584,16,0,165,
92431,2105,810,1,166,
92443585,16,0,173,1, 92593585,16,0,173,1,
92451622,3586,16,0,173, 9260376,3586,16,0,537,
92461,1931,866,1,1933, 92611,2555,3587,16,0,
92473587,16,0,165,1, 9262173,1,378,3588,16,
92482606,3132,1,431,3588, 92630,539,1,2136,848,
924916,0,173,1,2608, 92641,381,3589,16,0,
92503114,1,182,3589,16, 9265173,1,1585,3590,16,
92510,173,1,1189,3590, 92660,173,1,137,3591,
925216,0,165,1,1443, 926716,0,173,1,1901,
92533591,16,0,165,1, 92683592,16,0,165,1,
92541695,3592,16,0,165, 92691153,3593,16,0,165,
92551,2198,3593,16,0, 92701,151,3594,16,0,
9256165,1,447,3594,16, 9271173,1,1407,3595,16,
92570,173,1,199,3595, 92720,165,1,1659,3596,
925816,0,173,1,1958, 927316,0,165,1,406,
92593596,16,0,165,1, 92743597,16,0,173,1,
92601657,883,1,459,3597, 92751371,3598,16,0,165,
926116,0,173,1,462, 92761,2105,813,1,1657,
92623598,16,0,173,1, 9277886,1,166,3599,16,
9263217,3599,16,0,173, 92780,173,1,1622,3600,
92641,2227,891,1,1225, 927916,0,173,1,1931,
92653600,16,0,165,1, 9280869,1,1933,3601,16,
92661479,3601,16,0,165, 92810,165,1,431,3602,
92671,1731,3602,16,0, 928216,0,173,1,2612,
9268173,1,1989,899,1, 92833133,1,182,3603,16,
92691990,3603,16,0,165, 92840,173,1,2610,3128,
92701,236,3604,16,0, 92851,1189,3604,16,0,
9271173,1,1756,3605,16, 9286165,1,2613,3138,1,
92720,165,1,92,3606, 92871443,3605,16,0,165,
927319,627,1,92,3607, 92881,1695,3606,16,0,
92745,91,1,256,3608, 9289165,1,2198,3607,16,
927516,0,625,1,1261, 92900,165,1,447,3608,
92763609,16,0,625,1, 929116,0,173,1,199,
9277509,3610,16,0,625, 92923609,16,0,173,1,
92781,1515,3611,16,0, 92931958,3610,16,0,165,
9279625,1,2021,709,1, 92941,2552,3156,1,459,
92801775,3612,16,0,625, 92953611,16,0,173,1,
92811,2029,716,1,2030, 9296462,3612,16,0,173,
9282722,1,2031,727,1, 92971,217,3613,16,0,
92832032,732,1,2033,737, 9298173,1,2227,894,1,
92841,277,3613,16,0, 92991225,3614,16,0,165,
9285625,1,2035,743,1, 93001,1479,3615,16,0,
92862037,748,1,2039,753, 9301165,1,1731,3616,16,
92871,32,3614,16,0, 93020,173,1,1989,902,
9288625,1,2041,759,1, 93031,1990,3617,16,0,
92892043,764,1,2045,769, 9304165,1,236,3618,16,
92901,41,3615,16,0, 93050,173,1,1756,3619,
9291625,1,1297,3616,16, 930616,0,165,1,93,
92920,625,1,43,3617, 93073620,19,629,1,93,
929316,0,625,1,1802, 93083621,5,91,1,256,
9294777,1,1804,3618,16, 93093622,16,0,627,1,
92950,625,1,299,3619, 93101261,3623,16,0,627,
929616,0,625,1,2310, 93111,509,3624,16,0,
92973620,16,0,625,1, 9312627,1,1515,3625,16,
929852,3621,16,0,625, 93130,627,1,2021,712,
92991,525,3622,16,0, 93141,1775,3626,16,0,
9300625,1,62,3623,16, 9315627,1,2029,719,1,
93010,625,1,2075,3624, 93162030,725,1,2031,730,
930216,0,625,1,1574, 93171,2032,735,1,2033,
9303790,1,71,3625,16, 9318740,1,277,3627,16,
93040,625,1,76,3626, 93190,627,1,2035,746,
930516,0,625,1,1834, 93201,2037,751,1,2039,
93063627,16,0,625,1, 9321756,1,32,3628,16,
930779,3628,16,0,625, 93220,627,1,2041,762,
93081,1335,3629,16,0, 93231,2043,767,1,2045,
9309625,1,322,3630,16, 9324772,1,41,3629,16,
93100,625,1,85,3631, 93250,627,1,1297,3630,
931116,0,625,1,89, 932616,0,627,1,43,
93123632,16,0,625,1, 93273631,16,0,627,1,
9313346,3633,16,0,625, 93281802,780,1,1804,3632,
93141,2355,804,1,2105, 932916,0,627,1,299,
9315810,1,2106,3634,16, 93303633,16,0,627,1,
93160,625,1,2359,816, 93312310,3634,16,0,627,
93171,2361,821,1,1860, 93321,52,3635,16,0,
9318827,1,97,3635,16, 9333627,1,525,3636,16,
93190,625,1,112,3636, 93340,627,1,62,3637,
932016,0,625,1,1117, 933516,0,627,1,2075,
93213637,16,0,625,1, 93363638,16,0,627,1,
93221873,836,1,102,3638, 93371574,793,1,71,3639,
932316,0,625,1,1876, 933816,0,627,1,76,
93243639,16,0,625,1, 93393640,16,0,627,1,
93252551,3640,16,0,625, 93401834,3641,16,0,627,
93261,124,3641,16,0, 93411,79,3642,16,0,
9327625,1,2136,845,1, 9342627,1,1335,3643,16,
9328381,3642,16,0,625, 93430,627,1,322,3644,
93291,137,3643,16,0, 934416,0,627,1,85,
9330625,1,1901,3644,16, 93453645,16,0,627,1,
93310,625,1,1153,3645, 934689,3646,16,0,627,
933216,0,625,1,151, 93471,346,3647,16,0,
93333646,16,0,625,1, 9348627,1,2355,807,1,
93341407,3647,16,0,625, 93492105,813,1,2106,3648,
93351,1659,3648,16,0, 935016,0,627,1,2359,
9336625,1,406,3649,16, 9351819,1,2361,824,1,
93370,625,1,1371,3650, 93521860,830,1,97,3649,
933816,0,625,1,166, 935316,0,627,1,112,
93393651,16,0,625,1, 93543650,16,0,627,1,
93401622,3652,16,0,625, 93551117,3651,16,0,627,
93411,2356,861,1,1931, 93561,1873,839,1,102,
9342866,1,1933,3653,16, 93573652,16,0,627,1,
93430,625,1,431,3654, 93581876,3653,16,0,627,
934416,0,625,1,1585, 93591,124,3654,16,0,
93453655,16,0,625,1, 9360627,1,2555,3655,16,
9346182,3656,16,0,625, 93610,627,1,2136,848,
93471,1189,3657,16,0, 93621,381,3656,16,0,
9348625,1,1443,3658,16, 9363627,1,137,3657,16,
93490,625,1,1695,3659, 93640,627,1,1901,3658,
935016,0,625,1,2198, 936516,0,627,1,1153,
93513660,16,0,625,1, 93663659,16,0,627,1,
9352447,3661,16,0,625, 9367151,3660,16,0,627,
93531,199,3662,16,0, 93681,1407,3661,16,0,
9354625,1,1958,3663,16, 9369627,1,1659,3662,16,
93550,625,1,1657,883, 93700,627,1,406,3663,
93561,459,3664,16,0, 937116,0,627,1,1371,
9357625,1,462,3665,16, 93723664,16,0,627,1,
93580,625,1,217,3666, 9373166,3665,16,0,627,
935916,0,625,1,2227, 93741,1622,3666,16,0,
9360891,1,1225,3667,16, 9375627,1,2356,864,1,
93610,625,1,1479,3668, 93761931,869,1,1933,3667,
936216,0,625,1,1731, 937716,0,627,1,431,
93633669,16,0,625,1, 93783668,16,0,627,1,
93641989,899,1,1990,3670, 93791585,3669,16,0,627,
936516,0,625,1,236, 93801,182,3670,16,0,
93663671,16,0,625,1, 9381627,1,1189,3671,16,
93671756,3672,16,0,625, 93820,627,1,1443,3672,
93681,93,3673,19,624, 938316,0,627,1,1695,
93691,93,3674,5,91, 93843673,16,0,627,1,
93701,256,3675,16,0, 93852198,3674,16,0,627,
9371622,1,1261,3676,16, 93861,447,3675,16,0,
93720,622,1,509,3677, 9387627,1,199,3676,16,
937316,0,622,1,1515, 93880,627,1,1958,3677,
93743678,16,0,622,1, 938916,0,627,1,1657,
93752021,709,1,1775,3679, 9390886,1,459,3678,16,
937616,0,622,1,2029, 93910,627,1,462,3679,
9377716,1,2030,722,1, 939216,0,627,1,217,
93782031,727,1,2032,732, 93933680,16,0,627,1,
93791,2033,737,1,277, 93942227,894,1,1225,3681,
93803680,16,0,622,1, 939516,0,627,1,1479,
93812035,743,1,2037,748, 93963682,16,0,627,1,
93821,2039,753,1,32, 93971731,3683,16,0,627,
93833681,16,0,622,1, 93981,1989,902,1,1990,
93842041,759,1,2043,764, 93993684,16,0,627,1,
93851,2045,769,1,41, 9400236,3685,16,0,627,
93863682,16,0,622,1, 94011,1756,3686,16,0,
93871297,3683,16,0,622, 9402627,1,94,3687,19,
93881,43,3684,16,0, 9403626,1,94,3688,5,
9389622,1,1802,777,1, 940491,1,256,3689,16,
93901804,3685,16,0,622, 94050,624,1,1261,3690,
93911,299,3686,16,0, 940616,0,624,1,509,
9392622,1,2310,3687,16, 94073691,16,0,624,1,
93930,622,1,52,3688, 94081515,3692,16,0,624,
939416,0,622,1,525, 94091,2021,712,1,1775,
93953689,16,0,622,1, 94103693,16,0,624,1,
939662,3690,16,0,622, 94112029,719,1,2030,725,
93971,2075,3691,16,0, 94121,2031,730,1,2032,
9398622,1,1574,790,1, 9413735,1,2033,740,1,
939971,3692,16,0,622, 9414277,3694,16,0,624,
94001,76,3693,16,0, 94151,2035,746,1,2037,
9401622,1,1834,3694,16, 9416751,1,2039,756,1,
94020,622,1,79,3695, 941732,3695,16,0,624,
940316,0,622,1,1335, 94181,2041,762,1,2043,
94043696,16,0,622,1, 9419767,1,2045,772,1,
9405322,3697,16,0,622, 942041,3696,16,0,624,
94061,85,3698,16,0, 94211,1297,3697,16,0,
9407622,1,89,3699,16, 9422624,1,43,3698,16,
94080,622,1,346,3700, 94230,624,1,1802,780,
940916,0,622,1,2355, 94241,1804,3699,16,0,
9410804,1,2105,810,1, 9425624,1,299,3700,16,
94112106,3701,16,0,622, 94260,624,1,2310,3701,
94121,2359,816,1,2361, 942716,0,624,1,52,
9413821,1,1860,827,1, 94283702,16,0,624,1,
941497,3702,16,0,622, 9429525,3703,16,0,624,
94151,112,3703,16,0, 94301,62,3704,16,0,
9416622,1,1117,3704,16, 9431624,1,2075,3705,16,
94170,622,1,1873,836, 94320,624,1,1574,793,
94181,102,3705,16,0, 94331,71,3706,16,0,
9419622,1,1876,3706,16, 9434624,1,76,3707,16,
94200,622,1,2551,3707, 94350,624,1,1834,3708,
942116,0,622,1,124, 943616,0,624,1,79,
94223708,16,0,622,1, 94373709,16,0,624,1,
94232136,845,1,381,3709, 94381335,3710,16,0,624,
942416,0,622,1,137, 94391,322,3711,16,0,
94253710,16,0,622,1, 9440624,1,85,3712,16,
94261901,3711,16,0,622, 94410,624,1,89,3713,
94271,1153,3712,16,0, 944216,0,624,1,346,
9428622,1,151,3713,16, 94433714,16,0,624,1,
94290,622,1,1407,3714, 94442355,807,1,2105,813,
943016,0,622,1,1659, 94451,2106,3715,16,0,
94313715,16,0,622,1, 9446624,1,2359,819,1,
9432406,3716,16,0,622, 94472361,824,1,1860,830,
94331,1371,3717,16,0, 94481,97,3716,16,0,
9434622,1,166,3718,16, 9449624,1,112,3717,16,
94350,622,1,1622,3719, 94500,624,1,1117,3718,
943616,0,622,1,2356, 945116,0,624,1,1873,
9437861,1,1931,866,1, 9452839,1,102,3719,16,
94381933,3720,16,0,622, 94530,624,1,1876,3720,
94391,431,3721,16,0, 945416,0,624,1,124,
9440622,1,1585,3722,16, 94553721,16,0,624,1,
94410,622,1,182,3723, 94562555,3722,16,0,624,
944216,0,622,1,1189, 94571,2136,848,1,381,
94433724,16,0,622,1, 94583723,16,0,624,1,
94441443,3725,16,0,622, 9459137,3724,16,0,624,
94451,1695,3726,16,0, 94601,1901,3725,16,0,
9446622,1,2198,3727,16, 9461624,1,1153,3726,16,
94470,622,1,447,3728, 94620,624,1,151,3727,
944816,0,622,1,199, 946316,0,624,1,1407,
94493729,16,0,622,1, 94643728,16,0,624,1,
94501958,3730,16,0,622, 94651659,3729,16,0,624,
94511,1657,883,1,459, 94661,406,3730,16,0,
94523731,16,0,622,1, 9467624,1,1371,3731,16,
9453462,3732,16,0,622, 94680,624,1,166,3732,
94541,217,3733,16,0, 946916,0,624,1,1622,
9455622,1,2227,891,1, 94703733,16,0,624,1,
94561225,3734,16,0,622, 94712356,864,1,1931,869,
94571,1479,3735,16,0, 94721,1933,3734,16,0,
9458622,1,1731,3736,16, 9473624,1,431,3735,16,
94590,622,1,1989,899, 94740,624,1,1585,3736,
94601,1990,3737,16,0, 947516,0,624,1,182,
9461622,1,236,3738,16, 94763737,16,0,624,1,
94620,622,1,1756,3739, 94771189,3738,16,0,624,
946316,0,622,1,94, 94781,1443,3739,16,0,
94643740,19,621,1,94, 9479624,1,1695,3740,16,
94653741,5,91,1,256, 94800,624,1,2198,3741,
94663742,16,0,619,1, 948116,0,624,1,447,
94671261,3743,16,0,619, 94823742,16,0,624,1,
94681,509,3744,16,0, 9483199,3743,16,0,624,
9469619,1,1515,3745,16, 94841,1958,3744,16,0,
94700,619,1,2021,709, 9485624,1,1657,886,1,
94711,1775,3746,16,0, 9486459,3745,16,0,624,
9472619,1,2029,716,1, 94871,462,3746,16,0,
94732030,722,1,2031,727, 9488624,1,217,3747,16,
94741,2032,732,1,2033, 94890,624,1,2227,894,
9475737,1,277,3747,16, 94901,1225,3748,16,0,
94760,619,1,2035,743, 9491624,1,1479,3749,16,
94771,2037,748,1,2039, 94920,624,1,1731,3750,
9478753,1,32,3748,16, 949316,0,624,1,1989,
94790,619,1,2041,759, 9494902,1,1990,3751,16,
94801,2043,764,1,2045, 94950,624,1,236,3752,
9481769,1,41,3749,16, 949616,0,624,1,1756,
94820,619,1,1297,3750, 94973753,16,0,624,1,
948316,0,619,1,43, 949895,3754,19,623,1,
94843751,16,0,619,1, 949995,3755,5,91,1,
94851802,777,1,1804,3752, 9500256,3756,16,0,621,
948616,0,619,1,299, 95011,1261,3757,16,0,
94873753,16,0,619,1, 9502621,1,509,3758,16,
94882310,3754,16,0,619, 95030,621,1,1515,3759,
94891,52,3755,16,0, 950416,0,621,1,2021,
9490619,1,525,3756,16, 9505712,1,1775,3760,16,
94910,619,1,62,3757, 95060,621,1,2029,719,
949216,0,619,1,2075, 95071,2030,725,1,2031,
94933758,16,0,619,1, 9508730,1,2032,735,1,
94941574,790,1,71,3759, 95092033,740,1,277,3761,
949516,0,619,1,76, 951016,0,621,1,2035,
94963760,16,0,619,1, 9511746,1,2037,751,1,
94971834,3761,16,0,619, 95122039,756,1,32,3762,
94981,79,3762,16,0, 951316,0,621,1,2041,
9499619,1,1335,3763,16, 9514762,1,2043,767,1,
95000,619,1,322,3764, 95152045,772,1,41,3763,
950116,0,619,1,85, 951616,0,621,1,1297,
95023765,16,0,619,1, 95173764,16,0,621,1,
950389,3766,16,0,619, 951843,3765,16,0,621,
95041,346,3767,16,0, 95191,1802,780,1,1804,
9505619,1,2355,804,1, 95203766,16,0,621,1,
95062105,810,1,2106,3768, 9521299,3767,16,0,621,
950716,0,619,1,2359, 95221,2310,3768,16,0,
9508816,1,2361,821,1, 9523621,1,52,3769,16,
95091860,827,1,97,3769, 95240,621,1,525,3770,
951016,0,619,1,112, 952516,0,621,1,62,
95113770,16,0,619,1, 95263771,16,0,621,1,
95121117,3771,16,0,619, 95272075,3772,16,0,621,
95131,1873,836,1,102, 95281,1574,793,1,71,
95143772,16,0,619,1, 95293773,16,0,621,1,
95151876,3773,16,0,619, 953076,3774,16,0,621,
95161,2551,3774,16,0, 95311,1834,3775,16,0,
9517619,1,124,3775,16, 9532621,1,79,3776,16,
95180,619,1,2136,845, 95330,621,1,1335,3777,
95191,381,3776,16,0, 953416,0,621,1,322,
9520619,1,137,3777,16, 95353778,16,0,621,1,
95210,619,1,1901,3778, 953685,3779,16,0,621,
952216,0,619,1,1153, 95371,89,3780,16,0,
95233779,16,0,619,1, 9538621,1,346,3781,16,
9524151,3780,16,0,619, 95390,621,1,2355,807,
95251,1407,3781,16,0, 95401,2105,813,1,2106,
9526619,1,1659,3782,16, 95413782,16,0,621,1,
95270,619,1,406,3783, 95422359,819,1,2361,824,
952816,0,619,1,1371, 95431,1860,830,1,97,
95293784,16,0,619,1, 95443783,16,0,621,1,
9530166,3785,16,0,619, 9545112,3784,16,0,621,
95311,1622,3786,16,0, 95461,1117,3785,16,0,
9532619,1,2356,861,1, 9547621,1,1873,839,1,
95331931,866,1,1933,3787, 9548102,3786,16,0,621,
953416,0,619,1,431, 95491,1876,3787,16,0,
95353788,16,0,619,1, 9550621,1,124,3788,16,
95361585,3789,16,0,619, 95510,621,1,2555,3789,
95371,182,3790,16,0, 955216,0,621,1,2136,
9538619,1,1189,3791,16, 9553848,1,381,3790,16,
95390,619,1,1443,3792, 95540,621,1,137,3791,
954016,0,619,1,1695, 955516,0,621,1,1901,
95413793,16,0,619,1, 95563792,16,0,621,1,
95422198,3794,16,0,619, 95571153,3793,16,0,621,
95431,447,3795,16,0, 95581,151,3794,16,0,
9544619,1,199,3796,16, 9559621,1,1407,3795,16,
95450,619,1,1958,3797, 95600,621,1,1659,3796,
954616,0,619,1,1657, 956116,0,621,1,406,
9547883,1,459,3798,16, 95623797,16,0,621,1,
95480,619,1,462,3799, 95631371,3798,16,0,621,
954916,0,619,1,217, 95641,166,3799,16,0,
95503800,16,0,619,1, 9565621,1,1622,3800,16,
95512227,891,1,1225,3801, 95660,621,1,2356,864,
955216,0,619,1,1479, 95671,1931,869,1,1933,
95533802,16,0,619,1, 95683801,16,0,621,1,
95541731,3803,16,0,619, 9569431,3802,16,0,621,
95551,1989,899,1,1990, 95701,1585,3803,16,0,
95563804,16,0,619,1, 9571621,1,182,3804,16,
9557236,3805,16,0,619, 95720,621,1,1189,3805,
95581,1756,3806,16,0, 957316,0,621,1,1443,
9559619,1,95,3807,19, 95743806,16,0,621,1,
9560103,1,95,3808,5, 95751695,3807,16,0,621,
95611,1,0,3809,16, 95761,2198,3808,16,0,
95620,104,1,96,3810, 9577621,1,447,3809,16,
956319,586,1,96,3811, 95780,621,1,199,3810,
95645,1,1,0,3812, 957916,0,621,1,1958,
956516,0,584,1,97, 95803811,16,0,621,1,
95663813,19,635,1,97, 95811657,886,1,459,3812,
95673814,5,2,1,0, 958216,0,621,1,462,
95683815,16,0,663,1, 95833813,16,0,621,1,
95692588,3816,16,0,633, 9584217,3814,16,0,621,
95701,98,3817,19,561, 95851,2227,894,1,1225,
95711,98,3818,5,2, 95863815,16,0,621,1,
95721,0,3819,16,0, 95871479,3816,16,0,621,
9573605,1,2588,3820,16, 95881,1731,3817,16,0,
95740,559,1,99,3821, 9589621,1,1989,902,1,
957519,458,1,99,3822, 95901990,3818,16,0,621,
95765,2,1,0,3823, 95911,236,3819,16,0,
957716,0,456,1,2588, 9592621,1,1756,3820,16,
95783824,16,0,469,1, 95930,621,1,96,3821,
9579100,3825,19,465,1, 959419,103,1,96,3822,
9580100,3826,5,4,1, 95955,1,1,0,3823,
95810,3827,16,0,551, 959616,0,104,1,97,
95821,2599,3828,16,0, 95973824,19,658,1,97,
9583463,1,2588,3829,16, 95983825,5,1,1,0,
95840,551,1,2529,3830, 95993826,16,0,656,1,
958516,0,463,1,101, 960098,3827,19,609,1,
95863831,19,442,1,101, 960198,3828,5,2,1,
95873832,5,2,1,2367, 96020,3829,16,0,611,
95883833,16,0,440,1, 96031,2592,3830,16,0,
95892456,3834,16,0,484, 9604607,1,99,3831,19,
95901,102,3835,19,391, 9605546,1,99,3832,5,
95911,102,3836,5,4, 96062,1,0,3833,16,
95921,2367,3837,16,0, 96070,610,1,2592,3834,
9593393,1,2456,3838,16, 960816,0,544,1,100,
95940,393,1,2491,3839, 96093835,19,554,1,100,
959516,0,389,1,2417, 96103836,5,2,1,0,
95963840,16,0,389,1, 96113837,16,0,552,1,
9597103,3841,19,141,1, 96122592,3838,16,0,594,
9598103,3842,5,3,1, 96131,101,3839,19,469,
95992402,3843,16,0,483, 96141,101,3840,5,4,
96001,2535,3844,16,0, 96151,0,3841,16,0,
9601470,1,10,3845,16, 9616467,1,2533,3842,16,
96020,139,1,104,3846, 96170,556,1,2603,3843,
960319,151,1,104,3847, 961816,0,556,1,2592,
96045,16,1,0,3848, 96193844,16,0,467,1,
960516,0,632,1,2075, 9620102,3845,19,364,1,
96063849,16,0,642,1, 9621102,3846,5,2,1,
960710,3850,16,0,263, 96222367,3847,16,0,362,
96081,1901,3851,16,0, 96231,2458,3848,16,0,
9609642,1,2198,3852,16, 9624445,1,103,3849,19,
96100,642,1,2310,3853, 9625398,1,103,3850,5,
961116,0,642,1,2535, 96264,1,2367,3851,16,
96123854,16,0,263,1, 96270,400,1,2458,3852,
961321,3855,16,0,149, 962816,0,400,1,2494,
96141,2106,3856,16,0, 96293853,16,0,396,1,
9615642,1,1958,3857,16, 96302418,3854,16,0,396,
96160,642,1,1804,3858, 96311,104,3855,19,141,
961716,0,642,1,1990, 96321,104,3856,5,3,
96183859,16,0,642,1, 96331,2403,3857,16,0,
961932,3860,16,0,642, 9634358,1,2539,3858,16,
96201,2402,3861,16,0, 96350,476,1,10,3859,
9621263,1,2588,3862,16, 963616,0,139,1,105,
96220,632,1,1775,3863, 96373860,19,151,1,105,
962316,0,642,1,105, 96383861,5,16,1,0,
96243864,19,130,1,105, 96393862,16,0,635,1,
96253865,5,17,1,0, 96402592,3863,16,0,635,
96263866,16,0,128,1, 96411,2075,3864,16,0,
96272075,3867,16,0,137, 9642642,1,10,3865,16,
96281,10,3868,16,0, 96430,264,1,1901,3866,
9629137,1,2198,3869,16, 964416,0,642,1,2198,
96300,137,1,1901,3870, 96453867,16,0,642,1,
963116,0,137,1,52, 96462310,3868,16,0,642,
96323871,16,0,193,1, 96471,21,3869,16,0,
96332310,3872,16,0,137, 9648149,1,2106,3870,16,
96341,2535,3873,16,0, 96490,642,1,2539,3871,
9635137,1,21,3874,16, 965016,0,264,1,1804,
96360,137,1,2106,3875, 96513872,16,0,642,1,
96521990,3873,16,0,642,
96531,32,3874,16,0,
9654642,1,1958,3875,16,
96550,642,1,2403,3876,
965616,0,264,1,1775,
96573877,16,0,642,1,
9658106,3878,19,130,1,
9659106,3879,5,17,1,
96600,3880,16,0,128,
96611,2592,3881,16,0,
9662128,1,2075,3882,16,
96630,137,1,10,3883,
966416,0,137,1,2198,
96653884,16,0,137,1,
96661901,3885,16,0,137,
96671,52,3886,16,0,
9668193,1,2310,3887,16,
96690,137,1,21,3888,
967016,0,137,1,2106,
96713889,16,0,137,1,
96722539,3890,16,0,137,
96731,1804,3891,16,0,
9674137,1,1990,3892,16,
96750,137,1,32,3893,
963716,0,137,1,1958, 967616,0,137,1,1958,
96383876,16,0,137,1, 96773894,16,0,137,1,
96391804,3877,16,0,137, 96782403,3895,16,0,137,
96401,1990,3878,16,0, 96791,1775,3896,16,0,
9641137,1,32,3879,16, 9680137,1,107,3897,19,
96420,137,1,2402,3880, 9681352,1,107,3898,5,
964316,0,137,1,2588, 96824,1,2367,3899,16,
96443881,16,0,128,1, 96830,350,1,2458,3900,
96451775,3882,16,0,137, 968416,0,350,1,2494,
96461,106,3883,19,348, 96853901,16,0,350,1,
96471,106,3884,5,4, 96862418,3902,16,0,350,
96481,2367,3885,16,0, 96871,108,3903,19,263,
9649346,1,2456,3886,16, 96881,108,3904,5,13,
96500,346,1,2491,3887, 96891,2075,3905,16,0,
965116,0,346,1,2417, 9690504,1,2550,3906,16,
96523888,16,0,346,1, 96910,564,1,2414,3907,
9653107,3889,19,262,1, 969216,0,485,1,1901,
9654107,3890,5,13,1, 96933908,16,0,504,1,
96552075,3891,16,0,504, 96942198,3909,16,0,504,
96561,2413,3892,16,0, 96951,2310,3910,16,0,
9657355,1,1901,3893,16, 9696504,1,2106,3911,16,
96580,504,1,2198,3894, 96970,504,1,1804,3912,
965916,0,504,1,2310, 969816,0,504,1,1990,
96603895,16,0,504,1, 96993913,16,0,504,1,
96612106,3896,16,0,504, 970031,3914,16,0,261,
96621,1804,3897,16,0, 97011,32,3915,16,0,
9663504,1,1990,3898,16, 9702504,1,1958,3916,16,
96640,504,1,2546,3899, 97030,504,1,1775,3917,
966516,0,475,1,31, 970416,0,504,1,109,
96663900,16,0,260,1, 97053918,19,310,1,109,
966732,3901,16,0,504, 97063919,5,1,1,32,
96681,1958,3902,16,0, 97073920,16,0,308,1,
9669504,1,1775,3903,16, 9708110,3921,19,251,1,
96700,504,1,108,3904, 9709110,3922,5,10,1,
967119,309,1,108,3905, 97102075,3923,16,0,575,
96725,1,1,32,3906, 97111,1901,3924,16,0,
967316,0,307,1,109, 9712438,1,2198,3925,16,
96743907,19,251,1,109, 97130,380,1,2310,3926,
96753908,5,10,1,2075, 971416,0,249,1,2106,
96763909,16,0,575,1, 97153927,16,0,606,1,
96771901,3910,16,0,433, 97161804,3928,16,0,319,
96781,2198,3911,16,0, 97171,1990,3929,16,0,
9679373,1,2310,3912,16, 9718490,1,32,3930,16,
96800,249,1,2106,3913, 97190,377,1,1958,3931,
968116,0,609,1,1804, 972016,0,472,1,1775,
96823914,16,0,318,1, 97213932,16,0,256,1,
96831990,3915,16,0,490, 9722111,3933,19,581,1,
96841,32,3916,16,0, 9723111,3934,5,10,1,
9685370,1,1958,3917,16, 97242075,3935,16,0,579,
96860,471,1,1775,3918, 97251,1901,3936,16,0,
968716,0,256,1,110, 9726579,1,2198,3937,16,
96883919,19,581,1,110, 97270,579,1,2310,3938,
96893920,5,10,1,2075, 972816,0,579,1,2106,
96903921,16,0,579,1, 97293939,16,0,579,1,
96911901,3922,16,0,579, 97301804,3940,16,0,579,
96921,2198,3923,16,0, 97311,1990,3941,16,0,
9693579,1,2310,3924,16, 9732579,1,32,3942,16,
96940,579,1,2106,3925, 97330,579,1,1958,3943,
969516,0,579,1,1804, 973416,0,579,1,1775,
96963926,16,0,579,1, 97353944,16,0,579,1,
96971990,3927,16,0,579, 9736112,3945,19,639,1,
96981,32,3928,16,0, 9737112,3946,5,10,1,
9699579,1,1958,3929,16, 97382075,3947,16,0,637,
97000,579,1,1775,3930, 97391,1901,3948,16,0,
970116,0,579,1,111, 9740637,1,2198,3949,16,
97023931,19,639,1,111, 97410,637,1,2310,3950,
97033932,5,10,1,2075, 974216,0,637,1,2106,
97043933,16,0,637,1, 97433951,16,0,637,1,
97051901,3934,16,0,637, 97441804,3952,16,0,637,
97061,2198,3935,16,0, 97451,1990,3953,16,0,
9707637,1,2310,3936,16, 9746637,1,32,3954,16,
97080,637,1,2106,3937, 97470,637,1,1958,3955,
970916,0,637,1,1804, 974816,0,637,1,1775,
97103938,16,0,637,1, 97493956,16,0,637,1,
97111990,3939,16,0,637, 9750113,3957,19,161,1,
97121,32,3940,16,0, 9751113,3958,5,29,1,
9713637,1,1958,3941,16, 97521479,3959,16,0,560,
97140,637,1,1775,3942, 97531,2075,3960,16,0,
971516,0,637,1,112, 9754641,1,1695,3961,16,
97163943,19,161,1,112, 97550,189,1,1756,3962,
97173944,5,29,1,1479, 975616,0,188,1,2198,
97183945,16,0,557,1, 97573963,16,0,641,1,
97192075,3946,16,0,641, 97582310,3964,16,0,641,
97201,1695,3947,16,0, 97591,1876,3965,16,0,
9721189,1,1756,3948,16, 9760653,1,1659,3966,16,
97220,188,1,2198,3949, 97610,188,1,1443,3967,
972316,0,641,1,2310, 976216,0,520,1,1117,
97243950,16,0,641,1, 97633968,16,0,159,1,
97251876,3951,16,0,653, 97641990,3969,16,0,641,
97261,1659,3952,16,0, 97651,1189,3970,16,0,
9727188,1,1443,3953,16, 9766235,1,1775,3971,16,
97280,520,1,1117,3954, 97670,641,1,32,3972,
972916,0,159,1,1990, 976816,0,641,1,2106,
97303955,16,0,641,1, 97693973,16,0,641,1,
97311189,3956,16,0,235, 97701515,3974,16,0,577,
97321,1775,3957,16,0, 97711,1901,3975,16,0,
9733641,1,32,3958,16, 9772641,1,52,3976,16,
97340,641,1,2106,3959, 97730,590,1,1804,3977,
973516,0,641,1,1515, 977416,0,641,1,1261,
97363960,16,0,577,1, 97753978,16,0,354,1,
97371901,3961,16,0,641, 97761153,3979,16,0,242,
97381,52,3962,16,0, 97771,1225,3980,16,0,
9739593,1,1804,3963,16, 9778282,1,1335,3981,16,
97400,641,1,1261,3964, 97790,458,1,1933,3982,
974116,0,350,1,1153, 978016,0,562,1,1834,
97423965,16,0,242,1, 97813983,16,0,372,1,
97431225,3966,16,0,281, 97821297,3984,16,0,387,
97441,1335,3967,16,0, 97831,1407,3985,16,0,
9745455,1,1933,3968,16, 9784569,1,1958,3986,16,
97460,562,1,1834,3969, 97850,641,1,1371,3987,
974716,0,365,1,1297, 978616,0,453,1,114,
97483970,16,0,380,1, 97873988,19,529,1,114,
97491407,3971,16,0,569, 97883989,5,10,1,2075,
97501,1958,3972,16,0, 97893990,16,0,527,1,
9751641,1,1371,3973,16, 97901901,3991,16,0,527,
97520,450,1,113,3974, 97911,2198,3992,16,0,
975319,529,1,113,3975, 9792527,1,2310,3993,16,
97545,10,1,2075,3976, 97930,527,1,2106,3994,
975516,0,527,1,1901, 979416,0,527,1,1804,
97563977,16,0,527,1, 97953995,16,0,527,1,
97572198,3978,16,0,527, 97961990,3996,16,0,527,
97581,2310,3979,16,0, 97971,32,3997,16,0,
9759527,1,2106,3980,16, 9798527,1,1958,3998,16,
97600,527,1,1804,3981, 97990,527,1,1775,3999,
976116,0,527,1,1990, 980016,0,527,1,115,
97623982,16,0,527,1, 98014000,19,525,1,115,
976332,3983,16,0,527, 98024001,5,10,1,2075,
97641,1958,3984,16,0, 98034002,16,0,523,1,
9765527,1,1775,3985,16, 98041901,4003,16,0,523,
97660,527,1,114,3986, 98051,2198,4004,16,0,
976719,525,1,114,3987, 9806523,1,2310,4005,16,
97685,10,1,2075,3988, 98070,523,1,2106,4006,
976916,0,523,1,1901, 980816,0,523,1,1804,
97703989,16,0,523,1, 98094007,16,0,523,1,
97712198,3990,16,0,523, 98101990,4008,16,0,523,
97721,2310,3991,16,0, 98111,32,4009,16,0,
9773523,1,2106,3992,16, 9812523,1,1958,4010,16,
97740,523,1,1804,3993, 98130,523,1,1775,4011,
977516,0,523,1,1990, 981416,0,523,1,116,
97763994,16,0,523,1, 98154012,19,573,1,116,
977732,3995,16,0,523, 98164013,5,10,1,2075,
97781,1958,3996,16,0, 98174014,16,0,571,1,
9779523,1,1775,3997,16, 98181901,4015,16,0,571,
97800,523,1,115,3998, 98191,2198,4016,16,0,
978119,573,1,115,3999, 9820571,1,2310,4017,16,
97825,10,1,2075,4000, 98210,571,1,2106,4018,
978316,0,571,1,1901, 982216,0,571,1,1804,
97844001,16,0,571,1, 98234019,16,0,571,1,
97852198,4002,16,0,571, 98241990,4020,16,0,571,
97861,2310,4003,16,0, 98251,32,4021,16,0,
9787571,1,2106,4004,16, 9826571,1,1958,4022,16,
97880,571,1,1804,4005, 98270,571,1,1775,4023,
978916,0,571,1,1990, 982816,0,571,1,117,
97904006,16,0,571,1, 98294024,19,519,1,117,
979132,4007,16,0,571, 98304025,5,10,1,2075,
97921,1958,4008,16,0, 98314026,16,0,517,1,
9793571,1,1775,4009,16, 98321901,4027,16,0,517,
97940,571,1,116,4010, 98331,2198,4028,16,0,
979519,519,1,116,4011, 9834517,1,2310,4029,16,
97965,10,1,2075,4012, 98350,517,1,2106,4030,
979716,0,517,1,1901, 983616,0,517,1,1804,
97984013,16,0,517,1, 98374031,16,0,517,1,
97992198,4014,16,0,517, 98381990,4032,16,0,517,
98001,2310,4015,16,0, 98391,32,4033,16,0,
9801517,1,2106,4016,16, 9840517,1,1958,4034,16,
98020,517,1,1804,4017, 98410,517,1,1775,4035,
980316,0,517,1,1990, 984216,0,517,1,118,
98044018,16,0,517,1, 98434036,19,516,1,118,
980532,4019,16,0,517, 98444037,5,10,1,2075,
98061,1958,4020,16,0, 98454038,16,0,514,1,
9807517,1,1775,4021,16, 98461901,4039,16,0,514,
98080,517,1,117,4022, 98471,2198,4040,16,0,
980919,516,1,117,4023, 9848514,1,2310,4041,16,
98105,10,1,2075,4024, 98490,514,1,2106,4042,
981116,0,514,1,1901, 985016,0,514,1,1804,
98124025,16,0,514,1, 98514043,16,0,514,1,
98132198,4026,16,0,514, 98521990,4044,16,0,514,
98141,2310,4027,16,0, 98531,32,4045,16,0,
9815514,1,2106,4028,16, 9854514,1,1958,4046,16,
98160,514,1,1804,4029, 98550,514,1,1775,4047,
981716,0,514,1,1990, 985616,0,514,1,119,
98184030,16,0,514,1, 98574048,19,513,1,119,
981932,4031,16,0,514, 98584049,5,10,1,2075,
98201,1958,4032,16,0, 98594050,16,0,511,1,
9821514,1,1775,4033,16, 98601901,4051,16,0,511,
98220,514,1,118,4034, 98611,2198,4052,16,0,
982319,513,1,118,4035, 9862511,1,2310,4053,16,
98245,10,1,2075,4036, 98630,511,1,2106,4054,
982516,0,511,1,1901, 986416,0,511,1,1804,
98264037,16,0,511,1, 98654055,16,0,511,1,
98272198,4038,16,0,511, 98661990,4056,16,0,511,
98281,2310,4039,16,0, 98671,32,4057,16,0,
9829511,1,2106,4040,16, 9868511,1,1958,4058,16,
98300,511,1,1804,4041, 98690,511,1,1775,4059,
983116,0,511,1,1990, 987016,0,511,1,120,
98324042,16,0,511,1, 98714060,19,510,1,120,
983332,4043,16,0,511, 98724061,5,10,1,2075,
98341,1958,4044,16,0, 98734062,16,0,508,1,
9835511,1,1775,4045,16, 98741901,4063,16,0,508,
98360,511,1,119,4046, 98751,2198,4064,16,0,
983719,510,1,119,4047, 9876508,1,2310,4065,16,
98385,10,1,2075,4048, 98770,508,1,2106,4066,
983916,0,508,1,1901, 987816,0,508,1,1804,
98404049,16,0,508,1, 98794067,16,0,508,1,
98412198,4050,16,0,508, 98801990,4068,16,0,508,
98421,2310,4051,16,0, 98811,32,4069,16,0,
9843508,1,2106,4052,16, 9882508,1,1958,4070,16,
98440,508,1,1804,4053, 98830,508,1,1775,4071,
984516,0,508,1,1990, 988416,0,508,1,121,
98464054,16,0,508,1, 98854072,19,507,1,121,
984732,4055,16,0,508, 98864073,5,10,1,2075,
98481,1958,4056,16,0, 98874074,16,0,505,1,
9849508,1,1775,4057,16, 98881901,4075,16,0,505,
98500,508,1,120,4058, 98891,2198,4076,16,0,
985119,507,1,120,4059, 9890505,1,2310,4077,16,
98525,10,1,2075,4060, 98910,505,1,2106,4078,
985316,0,505,1,1901, 989216,0,505,1,1804,
98544061,16,0,505,1, 98934079,16,0,505,1,
98552198,4062,16,0,505, 98941990,4080,16,0,505,
98561,2310,4063,16,0, 98951,32,4081,16,0,
9857505,1,2106,4064,16, 9896505,1,1958,4082,16,
98580,505,1,1804,4065, 98970,505,1,1775,4083,
985916,0,505,1,1990, 989816,0,505,1,122,
98604066,16,0,505,1, 98994084,19,147,1,122,
986132,4067,16,0,505, 99004085,5,2,1,1756,
98621,1958,4068,16,0, 99014086,16,0,315,1,
9863505,1,1775,4069,16, 99021659,4087,16,0,145,
98640,505,1,121,4070, 99031,123,4088,19,550,
986519,147,1,121,4071, 99041,123,4089,5,65,
98665,2,1,1756,4072, 99051,1479,4090,16,0,
986716,0,314,1,1659, 9906548,1,112,4091,16,
98684073,16,0,145,1, 99070,548,1,2075,4092,
9869122,4074,19,549,1, 990816,0,548,1,1804,
9870122,4075,5,65,1, 99094093,16,0,548,1,
98711479,4076,16,0,547, 9910431,4094,16,0,548,
98721,112,4077,16,0, 99111,1443,4095,16,0,
9873547,1,2075,4078,16, 9912548,1,1756,4096,16,
98740,547,1,1804,4079, 99130,548,1,124,4097,
987516,0,547,1,431, 991416,0,548,1,525,
98764080,16,0,547,1, 99154098,16,0,548,1,
98771443,4081,16,0,547, 9916236,4099,16,0,548,
98781,1756,4082,16,0, 99171,346,4100,16,0,
9879547,1,124,4083,16, 9918548,1,2555,4101,16,
98800,547,1,525,4084, 99190,548,1,2310,4102,
988116,0,547,1,236, 992016,0,548,1,1876,
98824085,16,0,547,1, 99214103,16,0,548,1,
9883346,4086,16,0,547, 99221659,4104,16,0,548,
98841,2310,4087,16,0, 99231,1225,4105,16,0,
9885547,1,1876,4088,16, 9924548,1,1117,4106,16,
98860,547,1,1659,4089, 99250,548,1,137,4107,
988716,0,547,1,1225, 992616,0,548,1,1775,
98884090,16,0,547,1, 99274108,16,0,548,1,
98891117,4091,16,0,547, 992832,4109,16,0,548,
98901,137,4092,16,0, 99291,1407,4110,16,0,
9891547,1,1775,4093,16, 9930548,1,256,4111,16,
98920,547,1,32,4094, 99310,548,1,459,4112,
989316,0,547,1,1407, 993216,0,548,1,41,
98944095,16,0,547,1, 99334113,16,0,548,1,
9895256,4096,16,0,547, 9934151,4114,16,0,548,
98961,459,4097,16,0, 99351,43,4115,16,0,
9897547,1,41,4098,16, 9936548,1,1901,4116,16,
98980,547,1,151,4099, 99370,548,1,509,4117,
989916,0,547,1,43, 993816,0,548,1,52,
99004100,16,0,547,1, 99394118,16,0,548,1,
99012551,4101,16,0,547, 9940381,4119,16,0,548,
99021,1901,4102,16,0, 99411,447,4120,16,0,
9903547,1,509,4103,16, 9942548,1,166,4121,16,
99040,547,1,52,4104, 99430,548,1,462,4122,
990516,0,547,1,381, 994416,0,548,1,277,
99064105,16,0,547,1, 99454123,16,0,548,1,
9907447,4106,16,0,547, 99461695,4124,16,0,548,
99081,166,4107,16,0, 99471,1261,4125,16,0,
9909547,1,462,4108,16, 9948548,1,1153,4126,16,
99100,547,1,277,4109, 99490,548,1,62,4127,
991116,0,547,1,1695, 995016,0,584,1,2106,
99124110,16,0,547,1, 99514128,16,0,548,1,
99131261,4111,16,0,547, 99521335,4129,16,0,548,
99141,1153,4112,16,0, 99531,71,4130,16,0,
9915547,1,62,4113,16, 9954548,1,182,4131,16,
99160,587,1,2106,4114, 99550,548,1,76,4132,
991716,0,547,1,1335, 995616,0,548,1,79,
99184115,16,0,547,1, 99574133,16,0,548,1,
991971,4116,16,0,547, 99581933,4134,16,0,548,
99201,182,4117,16,0, 99591,299,4135,16,0,
9921547,1,76,4118,16, 9960548,1,85,4136,16,
99220,547,1,79,4119, 99610,548,1,1515,4137,
992316,0,547,1,1933, 996216,0,548,1,2198,
99244120,16,0,547,1, 99634138,16,0,548,1,
9925299,4121,16,0,547, 996489,4139,16,0,548,
99261,85,4122,16,0, 99651,1834,4140,16,0,
9927547,1,1515,4123,16, 9966548,1,1622,4141,16,
99280,547,1,2198,4124, 99670,548,1,1990,4142,
992916,0,547,1,89, 996816,0,548,1,406,
99304125,16,0,547,1, 99694143,16,0,548,1,
99311834,4126,16,0,547, 99701731,4144,16,0,548,
99321,1622,4127,16,0, 99711,97,4145,16,0,
9933547,1,1990,4128,16, 9972548,1,1297,4146,16,
99340,547,1,406,4129, 99730,548,1,1189,4147,
993516,0,547,1,1731, 997416,0,548,1,102,
99364130,16,0,547,1, 99754148,16,0,548,1,
993797,4131,16,0,547, 99761585,4149,16,0,548,
99381,1297,4132,16,0, 99771,322,4150,16,0,
9939547,1,1189,4133,16, 9978548,1,1958,4151,16,
99400,547,1,102,4134, 99790,548,1,199,4152,
994116,0,547,1,1585, 998016,0,548,1,1371,
99424135,16,0,547,1, 99814153,16,0,548,1,
9943322,4136,16,0,547, 9982217,4154,16,0,548,
99441,1958,4137,16,0, 99831,124,4155,19,601,
9945547,1,199,4138,16, 99841,124,4156,5,2,
99460,547,1,1371,4139, 99851,459,4157,16,0,
994716,0,547,1,217, 9986599,1,41,4158,16,
99484140,16,0,547,1, 99870,659,1,125,4159,
9949123,4141,19,603,1, 998819,605,1,125,4160,
9950123,4142,5,2,1, 99895,3,1,462,4161,
9951459,4143,16,0,601, 999016,0,603,1,459,
99521,41,4144,16,0, 99914162,16,0,633,1,
9953656,1,124,4145,19, 999241,4163,16,0,633,
9954608,1,124,4146,5, 99931,126,4164,19,4165,
99553,1,462,4147,16, 99944,36,69,0,120,
99560,606,1,459,4148, 99950,112,0,114,0,
995716,0,631,1,41, 9996101,0,115,0,115,
99584149,16,0,631,1, 99970,105,0,111,0,
9959125,4150,19,4151,4, 9998110,0,65,0,114,
996036,69,0,120,0, 99990,103,0,117,0,
9961112,0,114,0,101, 10000109,0,101,0,110,
99620,115,0,115,0, 100010,116,0,1,126,
9963105,0,111,0,110, 100024160,1,127,4166,19,
99640,65,0,114,0, 10003542,1,127,4167,5,
9965103,0,117,0,109, 1000465,1,1479,4168,16,
99660,101,0,110,0, 100050,540,1,112,4169,
9967116,0,1,125,4146, 1000616,0,540,1,2075,
99681,126,4152,19,542, 100074170,16,0,540,1,
99691,126,4153,5,65, 100081804,4171,16,0,540,
99701,1479,4154,16,0, 100091,431,4172,16,0,
9971540,1,112,4155,16, 10010540,1,1443,4173,16,
99720,540,1,2075,4156, 100110,540,1,1756,4174,
997316,0,540,1,1804, 1001216,0,540,1,124,
99744157,16,0,540,1, 100134175,16,0,540,1,
9975431,4158,16,0,540, 10014525,4176,16,0,540,
99761,1443,4159,16,0, 100151,236,4177,16,0,
9977540,1,1756,4160,16, 10016540,1,346,4178,16,
99780,540,1,124,4161, 100170,540,1,2555,4179,
997916,0,540,1,525, 1001816,0,540,1,2310,
99804162,16,0,540,1, 100194180,16,0,540,1,
9981236,4163,16,0,540, 100201876,4181,16,0,540,
99821,346,4164,16,0, 100211,1659,4182,16,0,
9983540,1,2310,4165,16, 10022540,1,1225,4183,16,
99840,540,1,1876,4166, 100230,540,1,1117,4184,
998516,0,540,1,1659, 1002416,0,540,1,137,
99864167,16,0,540,1, 100254185,16,0,540,1,
99871225,4168,16,0,540, 100261775,4186,16,0,540,
99881,1117,4169,16,0, 100271,32,4187,16,0,
9989540,1,137,4170,16, 10028540,1,1407,4188,16,
99900,540,1,1775,4171, 100290,540,1,256,4189,
999116,0,540,1,32, 1003016,0,540,1,459,
99924172,16,0,540,1, 100314190,16,0,540,1,
99931407,4173,16,0,540, 1003241,4191,16,0,540,
99941,256,4174,16,0, 100331,151,4192,16,0,
9995540,1,459,4175,16, 10034540,1,43,4193,16,
99960,540,1,41,4176, 100350,540,1,1901,4194,
999716,0,540,1,151, 1003616,0,540,1,509,
99984177,16,0,540,1, 100374195,16,0,540,1,
999943,4178,16,0,540, 1003852,4196,16,0,540,
100001,2551,4179,16,0, 100391,381,4197,16,0,
10001540,1,1901,4180,16, 10040540,1,447,4198,16,
100020,540,1,509,4181, 100410,540,1,166,4199,
1000316,0,540,1,52, 1004216,0,540,1,462,
100044182,16,0,540,1, 100434200,16,0,540,1,
10005381,4183,16,0,540, 10044277,4201,16,0,540,
100061,447,4184,16,0, 100451,1695,4202,16,0,
10007540,1,166,4185,16, 10046540,1,1261,4203,16,
100080,540,1,462,4186, 100470,540,1,1153,4204,
1000916,0,540,1,277, 1004816,0,540,1,62,
100104187,16,0,540,1, 100494205,16,0,585,1,
100111695,4188,16,0,540, 100502106,4206,16,0,540,
100121,1261,4189,16,0, 100511,1335,4207,16,0,
10013540,1,1153,4190,16, 10052540,1,71,4208,16,
100140,540,1,62,4191, 100530,540,1,182,4209,
1001516,0,588,1,2106, 1005416,0,540,1,76,
100164192,16,0,540,1, 100554210,16,0,540,1,
100171335,4193,16,0,540, 1005679,4211,16,0,540,
100181,71,4194,16,0, 100571,1933,4212,16,0,
10019540,1,182,4195,16, 10058540,1,299,4213,16,
100200,540,1,76,4196, 100590,540,1,85,4214,
1002116,0,540,1,79, 1006016,0,540,1,1515,
100224197,16,0,540,1, 100614215,16,0,540,1,
100231933,4198,16,0,540, 100622198,4216,16,0,540,
100241,299,4199,16,0, 100631,89,4217,16,0,
10025540,1,85,4200,16, 10064540,1,1834,4218,16,
100260,540,1,1515,4201, 100650,540,1,1622,4219,
1002716,0,540,1,2198, 1006616,0,540,1,1990,
100284202,16,0,540,1, 100674220,16,0,540,1,
1002989,4203,16,0,540, 10068406,4221,16,0,540,
100301,1834,4204,16,0, 100691,1731,4222,16,0,
10031540,1,1622,4205,16, 10070540,1,97,4223,16,
100320,540,1,1990,4206, 100710,540,1,1297,4224,
1003316,0,540,1,406, 1007216,0,540,1,1189,
100344207,16,0,540,1, 100734225,16,0,540,1,
100351731,4208,16,0,540, 10074102,4226,16,0,540,
100361,97,4209,16,0, 100751,1585,4227,16,0,
10037540,1,1297,4210,16, 10076540,1,322,4228,16,
100380,540,1,1189,4211, 100770,540,1,1958,4229,
1003916,0,540,1,102, 1007816,0,540,1,199,
100404212,16,0,540,1, 100794230,16,0,540,1,
100411585,4213,16,0,540, 100801371,4231,16,0,540,
100421,322,4214,16,0, 100811,217,4232,16,0,
10043540,1,1958,4215,16, 10082540,1,128,4233,19,
100440,540,1,199,4216, 100834234,4,28,86,0,
1004516,0,540,1,1371, 10084101,0,99,0,116,
100464217,16,0,540,1, 100850,111,0,114,0,
10047217,4218,16,0,540,
100481,127,4219,19,4220,
100494,28,86,0,101,
100500,99,0,116,0,
10051111,0,114,0,67,
100520,111,0,110,0,
10053115,0,116,0,97,
100540,110,0,116,0,
100551,127,4153,1,128,
100564221,19,4222,4,32,
1005782,0,111,0,116,
100580,97,0,116,0,
10059105,0,111,0,110,
100600,67,0,111,0,
10061110,0,115,0,116,
100620,97,0,110,0,
10063116,0,1,128,4153,
100641,129,4223,19,4224,
100654,24,76,0,105,
100660,115,0,116,0,
1006767,0,111,0,110,
100680,115,0,116,0,
1006997,0,110,0,116,
100700,1,129,4153,1,
10071130,4225,19,169,1,
10072130,4226,5,64,1,
100731479,4227,16,0,531,
100741,112,4228,16,0,
10075244,1,2075,4229,16,
100760,583,1,1804,4230,
1007716,0,583,1,431,
100784231,16,0,578,1,
100791443,4232,16,0,482,
100801,1756,4233,16,0,
10081664,1,124,4234,16,
100820,255,1,525,4235,
1008316,0,358,1,236,
100844236,16,0,422,1,
10085346,4237,16,0,494,
100861,2310,4238,16,0,
10087583,1,1876,4239,16,
100880,372,1,1659,4240,
1008916,0,664,1,1225,
100904241,16,0,243,1,
100911117,4242,16,0,219,
100921,137,4243,16,0,
10093274,1,1775,4244,16,
100940,583,1,32,4245,
1009516,0,583,1,1407,
100964246,16,0,485,1,
10097256,4247,16,0,437,
100981,459,4248,16,0,
10099167,1,41,4249,16,
101000,167,1,151,4250,
1010116,0,310,1,43,
101024251,16,0,636,1,
101032551,4252,16,0,566,
101041,1901,4253,16,0,
10105583,1,509,4254,16,
101060,647,1,52,4255,
1010716,0,595,1,381,
101084256,16,0,552,1,
10109447,4257,16,0,358,
101101,166,4258,16,0,
10111345,1,462,4259,16,
101120,167,1,277,4260,
1011316,0,448,1,1695,
101144261,16,0,269,1,
101151261,4262,16,0,300,
101161,1153,4263,16,0,
10117174,1,2106,4264,16,
101180,583,1,1335,4265,
1011916,0,394,1,71,
101204266,16,0,203,1,
10121182,4267,16,0,358,
101221,76,4268,16,0,
10123550,1,79,4269,16,
101240,218,1,1933,4270,
1012516,0,443,1,299,
101264271,16,0,466,1,
1012785,4272,16,0,479,
101281,1515,4273,16,0,
10129565,1,2198,4274,16,
101300,583,1,89,4275,
1013116,0,226,1,1834,
101324276,16,0,338,1,
101331622,4277,16,0,646,
101341,1990,4278,16,0,
10135583,1,406,4279,16,
101360,567,1,1731,4280,
1013716,0,245,1,97,
101384281,16,0,444,1,
101391297,4282,16,0,400,
101401,1189,4283,16,0,
10141217,1,102,4284,16,
101420,234,1,1585,4285,
1014316,0,655,1,322,
101444286,16,0,480,1,
101451958,4287,16,0,583,
101461,199,4288,16,0,
10147369,1,1371,4289,16,
101480,438,1,217,4290,
1014916,0,388,1,131,
101504291,19,4292,4,36,
1015167,0,111,0,110, 1008667,0,111,0,110,
101520,115,0,116,0, 100870,115,0,116,0,
1015397,0,110,0,116, 1008897,0,110,0,116,
101540,69,0,120,0, 100890,1,128,4167,1,
10155112,0,114,0,101, 10090129,4235,19,4236,4,
101560,115,0,115,0, 1009132,82,0,111,0,
10157105,0,111,0,110, 10092116,0,97,0,116,
101580,1,131,4226,1, 100930,105,0,111,0,
10159132,4293,19,4294,4, 10094110,0,67,0,111,
1016030,73,0,100,0, 100950,110,0,115,0,
10161101,0,110,0,116, 10096116,0,97,0,110,
101620,69,0,120,0, 100970,116,0,1,129,
10163112,0,114,0,101, 100984167,1,130,4237,19,
101640,115,0,115,0, 100994238,4,24,76,0,
10165105,0,111,0,110, 10100105,0,115,0,116,
101660,1,132,4226,1, 101010,67,0,111,0,
10167133,4295,19,4296,4, 10102110,0,115,0,116,
1016836,73,0,100,0, 101030,97,0,110,0,
10169101,0,110,0,116, 10104116,0,1,130,4167,
101700,68,0,111,0, 101051,131,4239,19,169,
101061,131,4240,5,64,
101071,1479,4241,16,0,
10108531,1,112,4242,16,
101090,244,1,2075,4243,
1011016,0,583,1,1804,
101114244,16,0,583,1,
10112431,4245,16,0,578,
101131,1443,4246,16,0,
10114484,1,1756,4247,16,
101150,667,1,124,4248,
1011616,0,255,1,525,
101174249,16,0,365,1,
10118236,4250,16,0,427,
101191,346,4251,16,0,
10120494,1,2555,4252,16,
101210,483,1,2310,4253,
1012216,0,583,1,1876,
101234254,16,0,379,1,
101241659,4255,16,0,667,
101251,1225,4256,16,0,
10126243,1,1117,4257,16,
101270,219,1,137,4258,
1012816,0,275,1,1775,
101294259,16,0,583,1,
1013032,4260,16,0,583,
101311,1407,4261,16,0,
10132486,1,256,4262,16,
101330,442,1,459,4263,
1013416,0,167,1,41,
101354264,16,0,167,1,
10136151,4265,16,0,311,
101371,43,4266,16,0,
10138636,1,1901,4267,16,
101390,583,1,509,4268,
1014016,0,647,1,52,
101414269,16,0,592,1,
10142381,4270,16,0,555,
101431,447,4271,16,0,
10144365,1,166,4272,16,
101450,346,1,462,4273,
1014616,0,167,1,277,
101474274,16,0,451,1,
101481695,4275,16,0,270,
101491,1261,4276,16,0,
10150301,1,1153,4277,16,
101510,174,1,2106,4278,
1015216,0,583,1,1335,
101534279,16,0,399,1,
1015471,4280,16,0,203,
101551,182,4281,16,0,
10156365,1,76,4282,16,
101570,551,1,79,4283,
1015816,0,218,1,1933,
101594284,16,0,446,1,
10160299,4285,16,0,462,
101611,85,4286,16,0,
10162479,1,1515,4287,16,
101630,566,1,2198,4288,
1016416,0,583,1,89,
101654289,16,0,226,1,
101661834,4290,16,0,339,
101671,1622,4291,16,0,
10168646,1,1990,4292,16,
101690,583,1,406,4293,
1017016,0,567,1,1731,
101714294,16,0,245,1,
1017297,4295,16,0,447,
101731,1297,4296,16,0,
10174405,1,1189,4297,16,
101750,217,1,102,4298,
1017616,0,234,1,1585,
101774299,16,0,655,1,
10178322,4300,16,0,481,
101791,1958,4301,16,0,
10180583,1,199,4302,16,
101810,376,1,1371,4303,
1018216,0,443,1,217,
101834304,16,0,395,1,
10184132,4305,19,4306,4,
1018536,67,0,111,0,
10186110,0,115,0,116,
101870,97,0,110,0,
10171116,0,69,0,120, 10188116,0,69,0,120,
101720,112,0,114,0, 101890,112,0,114,0,
10173101,0,115,0,115, 10190101,0,115,0,115,
101740,105,0,111,0, 101910,105,0,111,0,
10175110,0,1,133,4226, 10192110,0,1,132,4240,
101761,134,4297,19,4298, 101931,133,4307,19,4308,
101774,44,70,0,117, 101944,30,73,0,100,
101780,110,0,99,0, 101950,101,0,110,0,
10179116,0,105,0,111, 10196116,0,69,0,120,
101800,110,0,67,0, 101970,112,0,114,0,
1018197,0,108,0,108, 10198101,0,115,0,115,
101820,69,0,120,0, 101990,105,0,111,0,
10183112,0,114,0,101, 10200110,0,1,133,4240,
101840,115,0,115,0, 102011,134,4309,19,4310,
10185105,0,111,0,110, 102024,36,73,0,100,
101860,1,134,4226,1, 102030,101,0,110,0,
10187135,4299,19,4300,4, 10204116,0,68,0,111,
1018832,66,0,105,0, 102050,116,0,69,0,
10189110,0,97,0,114,
101900,121,0,69,0,
10191120,0,112,0,114,
101920,101,0,115,0,
10193115,0,105,0,111,
101940,110,0,1,135,
101954226,1,136,4301,19,
101964302,4,30,85,0,
10197110,0,97,0,114,
101980,121,0,69,0,
10199120,0,112,0,114, 10206120,0,112,0,114,
102000,101,0,115,0, 102070,101,0,115,0,
10201115,0,105,0,111, 10208115,0,105,0,111,
102020,110,0,1,136, 102090,110,0,1,134,
102034226,1,137,4303,19, 102104240,1,135,4311,19,
102044304,4,36,84,0, 102114312,4,44,70,0,
10205121,0,112,0,101, 10212117,0,110,0,99,
102060,99,0,97,0, 102130,116,0,105,0,
10207115,0,116,0,69, 10214111,0,110,0,67,
102150,97,0,108,0,
10216108,0,69,0,120,
102170,112,0,114,0,
10218101,0,115,0,115,
102190,105,0,111,0,
10220110,0,1,135,4240,
102211,136,4313,19,4314,
102224,32,66,0,105,
102230,110,0,97,0,
10224114,0,121,0,69,
102080,120,0,112,0, 102250,120,0,112,0,
10209114,0,101,0,115, 10226114,0,101,0,115,
102100,115,0,105,0, 102270,115,0,105,0,
10211111,0,110,0,1, 10228111,0,110,0,1,
10212137,4226,1,138,4305, 10229136,4240,1,137,4315,
1021319,4306,4,42,80, 1023019,4316,4,30,85,
102140,97,0,114,0, 102310,110,0,97,0,
10215101,0,110,0,116, 10232114,0,121,0,69,
102160,104,0,101,0, 102330,120,0,112,0,
10217115,0,105,0,115, 10234114,0,101,0,115,
102180,69,0,120,0, 102350,115,0,105,0,
10219112,0,114,0,101, 10236111,0,110,0,1,
102200,115,0,115,0, 10237137,4240,1,138,4317,
10221105,0,111,0,110, 1023819,4318,4,36,84,
102220,1,138,4226,1, 102390,121,0,112,0,
10223139,4307,19,4308,4, 10240101,0,99,0,97,
1022456,73,0,110,0, 102410,115,0,116,0,
1022599,0,114,0,101, 1024269,0,120,0,112,
102260,109,0,101,0, 102430,114,0,101,0,
10227110,0,116,0,68, 10244115,0,115,0,105,
102280,101,0,99,0, 102450,111,0,110,0,
10229114,0,101,0,109, 102461,138,4240,1,139,
102474319,19,4320,4,42,
1024880,0,97,0,114,
102300,101,0,110,0, 102490,101,0,110,0,
10231116,0,69,0,120, 10250116,0,104,0,101,
102510,115,0,105,0,
10252115,0,69,0,120,
102320,112,0,114,0, 102530,112,0,114,0,
10233101,0,115,0,115, 10254101,0,115,0,115,
102340,105,0,111,0, 102550,105,0,111,0,
10235110,0,1,139,4226, 10256110,0,1,139,4240,
102361,141,4309,19,686, 102571,140,4321,19,4322,
102371,141,3808,1,142, 102584,56,73,0,110,
102384310,19,701,1,142, 102590,99,0,114,0,
102393808,1,143,4311,19, 10260101,0,109,0,101,
102403123,1,143,3811,1,
10241144,4312,19,3140,1,
10242144,3811,1,145,4313,
1024319,3118,1,145,3811,
102441,146,4314,19,3135,
102451,146,3811,1,147,
102464315,19,3150,1,147,
102473814,1,148,4316,19,
102483129,1,148,3814,1,
10249149,4317,19,3110,1,
10250149,3818,1,150,4318,
1025119,3145,1,150,3818,
102521,151,4319,19,691,
102531,151,3822,1,152,
102544320,19,680,1,152,
102553822,1,153,4321,19,
10256696,1,153,3826,1,
10257154,4322,19,674,1,
10258154,3826,1,155,4323,
1025919,1609,1,155,3832,
102601,156,4324,19,1604,
102611,156,3832,1,157,
102624325,19,1595,1,157,
102633836,1,158,4326,19,
102641641,1,158,3842,1,
10265159,4327,19,1625,1,
10266159,3842,1,160,4328,
1026719,1094,1,160,3847,
102681,161,4329,19,825,
102691,161,3890,1,162,
102704330,19,864,1,162,
102713890,1,163,4331,19,
10272819,1,163,3905,1,
10273164,4332,19,808,1,
10274164,3905,1,165,4333,
1027519,1122,1,165,3920,
102761,166,4334,19,772,
102771,166,3908,1,167,
102784335,19,886,1,167,
102793908,1,168,4336,19,
10280767,1,168,3908,1,
10281169,4337,19,793,1,
10282169,3908,1,170,4338,
1028319,762,1,170,3908,
102841,171,4339,19,756,
102851,171,3908,1,172,
102864340,19,751,1,172,
102873908,1,173,4341,19,
10288746,1,173,3908,1,
10289174,4342,19,740,1,
10290174,3908,1,175,4343,
1029119,735,1,175,3908,
102921,176,4344,19,730,
102931,176,3908,1,177,
102944345,19,725,1,177,
102953908,1,178,4346,19,
10296720,1,178,3908,1,
10297179,4347,19,1129,1,
10298179,3987,1,180,4348,
1029919,1270,1,180,3999,
103001,181,4349,19,1116,
103011,181,4011,1,182,
103024350,19,1258,1,182,
103034011,1,183,4351,19,
10304902,1,183,4023,1,
10305184,4352,19,713,1,
10306184,4023,1,185,4353,
1030719,813,1,185,4023,
103081,186,4354,19,848,
103091,186,4023,1,187,
103104355,19,870,1,187,
103114035,1,188,4356,19,
10312894,1,188,4035,1,
10313189,4357,19,831,1,
10314189,4047,1,190,4358,
1031519,839,1,190,4047,
103161,191,4359,19,781,
103171,191,4059,1,192,
103184360,19,1501,1,192,
103194071,1,193,4361,19,
103201135,1,193,4071,1,
10321194,4362,19,1478,1,
10322194,4071,1,195,4363,
1032319,1516,1,195,4071,
103241,196,4364,19,1377,
103251,196,3932,1,197,
103264365,19,1440,1,197,
103273932,1,198,4366,19,
103281110,1,198,3944,1,
10329199,4367,19,1548,1,
10330199,3944,1,200,4368,
1033119,1473,1,200,3944,
103321,201,4369,19,1424,
103331,201,3944,1,202,
103344370,19,1344,1,202,
103353944,1,203,4371,19,
103361280,1,203,3944,1,
10337204,4372,19,1290,1,
10338204,3944,1,205,4373,
1033919,1105,1,205,3944,
103401,206,4374,19,1532,
103411,206,3944,1,207,
103424375,19,1468,1,207,
103433944,1,208,4376,19,
103441414,1,208,3944,1,
10345209,4377,19,1332,1,
10346209,3944,1,210,4378,
1034719,1306,1,210,3944,
103481,211,4379,19,1088,
103491,211,3944,1,212,
103504380,19,1435,1,212,
103513944,1,213,4381,19,
103521456,1,213,3944,1,
10353214,4382,19,1409,1,
10354214,3944,1,215,4383,
1035519,1429,1,215,3944,
103561,216,4384,19,1242,
103571,216,3944,1,217,
103584385,19,1152,1,217,
103593944,1,218,4386,19,
103601077,1,218,3944,1,
10361219,4387,19,1506,1,
10362219,3944,1,220,4388,
1036319,1451,1,220,3944,
103641,221,4389,19,1404,
103651,221,3944,1,222,
103664390,19,1275,1,222,
103673975,1,223,4391,19,
103681253,1,223,3975,1,
10369224,4392,19,1537,1,
10370224,4153,1,225,4393,
1037119,1560,1,225,4153,
103721,226,4394,19,1527,
103731,226,4153,1,227,
103744395,19,1522,1,227,
103754153,1,228,4396,19,
103761543,1,228,4153,1,
10377229,4397,19,1484,1,
10378229,4153,1,230,4398,
1037919,1196,1,230,4153,
103801,231,4399,19,1366,
103811,231,4226,1,232,
103824400,19,1147,1,232,
103834226,1,233,4401,19,
103841164,1,233,4226,1,
10385234,4402,19,1185,1,
10386234,4226,1,235,4403,
1038719,1180,1,235,4226,
103881,236,4404,19,1175,
103891,236,4226,1,237,
103904405,19,1170,1,237,
103914226,1,238,4406,19,
103921355,1,238,4226,1,
10393239,4407,19,1383,1,
10394239,4226,1,240,4408,
1039519,1393,1,240,4226,
103961,241,4409,19,1349,
103971,241,4226,1,242,
103984410,19,1338,1,242,
103994226,1,243,4411,19,
104001313,1,243,4226,1,
10401244,4412,19,1285,1,
10402244,4226,1,245,4413,
1040319,1190,1,245,4226,
104041,246,4414,19,1157,
104051,246,4226,1,247,
104064415,19,1100,1,247,
104074226,1,248,4416,19,
104081555,1,248,4226,1,
10409249,4417,19,1511,1,
10410249,4226,1,250,4418,
1041119,1495,1,250,4226,
104121,251,4419,19,1490,
104131,251,4226,1,252,
104144420,19,1446,1,252,
104154226,1,253,4421,19,
104161419,1,253,4226,1,
10417254,4422,19,1398,1,
10418254,4226,1,255,4423,
1041919,1388,1,255,4226,
104201,256,4424,19,1327,
104211,256,4226,1,257,
104224425,19,1360,1,257,
104234226,1,258,4426,19,
104241371,1,258,4226,1,
10425259,4427,19,1462,1,
10426259,4226,1,260,4428,
1042719,1247,1,260,4226,
104281,261,4429,19,1320,
104291,261,4226,1,262,
104304430,19,1301,1,262,
104314226,1,263,4431,19,
104321264,1,263,4226,1,
10433264,4432,19,1237,1,
10434264,4226,1,265,4433,
1043519,1083,1,265,4226,
104361,266,4434,19,1570,
104371,266,4226,1,267,
104384435,19,1202,1,267,
104394226,1,268,4436,19,
104401207,1,268,4226,1,
10441269,4437,19,1227,1,
10442269,4226,1,270,4438,
1044319,1217,1,270,4226,
104441,271,4439,19,1222,
104451,271,4226,1,272,
104464440,19,1212,1,272,
104474226,1,273,4441,19,
104481565,1,273,4226,1,
10449274,4442,19,1232,1,
10450274,4226,1,275,4443,
1045119,1296,1,275,4075,
104521,276,4444,19,1662,
104531,276,4142,1,277,
104544445,19,1657,1,277,
104554142,1,278,4446,19,
104561636,1,278,4146,1,
10457279,4447,19,1949,1,
10458279,3865,1,280,4448,
1045919,1944,1,280,3865,
104601,281,4449,19,1939,
104611,281,3865,1,282,
104624450,19,1934,1,282,
104633865,1,283,4451,19,
104641929,1,283,3865,1,
10465284,4452,19,1924,1,
10466284,3865,1,285,4453,
1046719,1919,1,285,3865,
104681,286,4454,19,1850,
104691,286,3884,1,287,
104704455,19,1845,1,287,
104713884,1,288,4456,19,
104721840,1,288,3884,1,
10473289,4457,19,1835,1,
10474289,3884,1,290,4458,
1047519,1903,1,290,3884,
104761,291,4459,19,1829,
104771,291,3884,1,292,
104784460,19,1824,1,292,
104793884,1,293,4461,19,
104801819,1,293,3884,1,
10481294,4462,19,1814,1,
10482294,3884,1,295,4463,
1048319,1809,1,295,3884,
104841,296,4464,19,1804,
104851,296,3884,1,297,
104864465,19,1799,1,297,
104873884,1,298,4466,19,
104881794,1,298,3884,1,
10489299,4467,19,1789,1,
10490299,3884,1,300,4468,
1049119,1784,1,300,3884,
104921,301,4469,19,1779,
104931,301,3884,1,302,
104944470,19,1774,1,302,
104953884,1,303,4471,19,
104961893,1,303,3884,1,
10497304,4472,19,1768,1,
10498304,3884,1,305,4473,
1049919,1763,1,305,3884,
105001,306,4474,19,1758,
105011,306,3884,1,307,
105024475,19,1753,1,307,
105033884,1,308,4476,19,
105041748,1,308,3884,1,
10505309,4477,19,1886,1,
10506309,3884,1,310,4478,
1050719,1742,1,310,3884,
105081,311,4479,19,1881,
105091,311,3884,1,312,
105104480,19,1737,1,312,
105113884,1,313,4481,19,
105121732,1,313,3884,1,
10513314,4482,19,1680,1,
10514314,3884,1,315,4483,
1051519,1874,1,315,3884,
105161,316,4484,19,1725,
105171,316,3884,1,317,
105184485,19,1720,1,317,
105193884,1,318,4486,19,
105201715,1,318,3884,1,
10521319,4487,19,4488,4,
1052250,65,0,114,0,
10523103,0,117,0,109,
105240,101,0,110,0,
10525116,0,68,0,101,
105260,99,0,108,0,
1052797,0,114,0,97,
105280,116,0,105,0,
10529111,0,110,0,76,
105300,105,0,115,0,
10531116,0,95,0,51,
105320,1,319,3842,1,
10533320,4489,19,4490,4,
1053428,65,0,114,0,
10535103,0,117,0,109,
105360,101,0,110,0,
10537116,0,76,0,105,
105380,115,0,116,0,
1053995,0,51,0,1,
10540320,4142,1,321,4491,
1054119,4492,4,50,65,
105420,114,0,103,0,
10543117,0,109,0,101,
105440,110,0,116,0,
1054568,0,101,0,99,
105460,108,0,97,0,
10547114,0,97,0,116,
105480,105,0,111,0,
10549110,0,76,0,105,
105500,115,0,116,0,
1055195,0,52,0,1,
10552321,3842,1,322,4493,
1055319,4494,4,50,65,
105540,114,0,103,0,
10555117,0,109,0,101,
105560,110,0,116,0, 102610,110,0,116,0,
1055768,0,101,0,99, 1026268,0,101,0,99,
105580,108,0,97,0, 102630,114,0,101,0,
10559114,0,97,0,116, 10264109,0,101,0,110,
105600,105,0,111,0, 102650,116,0,69,0,
10561110,0,76,0,105, 10266120,0,112,0,114,
105620,115,0,116,0, 102670,101,0,115,0,
1056395,0,53,0,1, 10268115,0,105,0,111,
10564322,3842,1,323,4495, 102690,110,0,1,140,
1056519,4496,4,28,65, 102704240,1,142,4323,19,
105660,114,0,103,0, 10271704,1,142,3822,1,
10567117,0,109,0,101, 10272143,4324,19,688,1,
105680,110,0,116,0, 10273143,3822,1,144,4325,
1056976,0,105,0,115, 1027419,3141,1,144,3825,
105700,116,0,95,0, 102751,145,4326,19,3125,
1057152,0,1,323,4142, 102761,145,3825,1,146,
105722,0,0}; 102774327,19,3136,1,146,
102783825,1,147,4328,19,
102793131,1,147,3825,1,
10280148,4329,19,3118,1,
10281148,3828,1,149,4330,
1028219,3147,1,149,3828,
102831,150,4331,19,3159,
102841,150,3832,1,151,
102854332,19,3153,1,151,
102863832,1,152,4333,19,
10287699,1,152,3836,1,
10288153,4334,19,694,1,
10289153,3836,1,154,4335,
1029019,677,1,154,3840,
102911,155,4336,19,682,
102921,155,3840,1,156,
102934337,19,1612,1,156,
102943846,1,157,4338,19,
102951607,1,157,3846,1,
10296158,4339,19,1598,1,
10297158,3850,1,159,4340,
1029819,1644,1,159,3856,
102991,160,4341,19,1628,
103001,160,3856,1,161,
103014342,19,1097,1,161,
103023861,1,162,4343,19,
10303828,1,162,3904,1,
10304163,4344,19,867,1,
10305163,3904,1,164,4345,
1030619,822,1,164,3919,
103071,165,4346,19,811,
103081,165,3919,1,166,
103094347,19,1125,1,166,
103103934,1,167,4348,19,
10311775,1,167,3922,1,
10312168,4349,19,889,1,
10313168,3922,1,169,4350,
1031419,770,1,169,3922,
103151,170,4351,19,796,
103161,170,3922,1,171,
103174352,19,765,1,171,
103183922,1,172,4353,19,
10319759,1,172,3922,1,
10320173,4354,19,754,1,
10321173,3922,1,174,4355,
1032219,749,1,174,3922,
103231,175,4356,19,743,
103241,175,3922,1,176,
103254357,19,738,1,176,
103263922,1,177,4358,19,
10327733,1,177,3922,1,
10328178,4359,19,728,1,
10329178,3922,1,179,4360,
1033019,723,1,179,3922,
103311,180,4361,19,1132,
103321,180,4001,1,181,
103334362,19,1273,1,181,
103344013,1,182,4363,19,
103351119,1,182,4025,1,
10336183,4364,19,1261,1,
10337183,4025,1,184,4365,
1033819,905,1,184,4037,
103391,185,4366,19,716,
103401,185,4037,1,186,
103414367,19,816,1,186,
103424037,1,187,4368,19,
10343851,1,187,4037,1,
10344188,4369,19,873,1,
10345188,4049,1,189,4370,
1034619,897,1,189,4049,
103471,190,4371,19,834,
103481,190,4061,1,191,
103494372,19,842,1,191,
103504061,1,192,4373,19,
10351784,1,192,4073,1,
10352193,4374,19,1504,1,
10353193,4085,1,194,4375,
1035419,1138,1,194,4085,
103551,195,4376,19,1480,
103561,195,4085,1,196,
103574377,19,1519,1,196,
103584085,1,197,4378,19,
103591379,1,197,3946,1,
10360198,4379,19,1442,1,
10361198,3946,1,199,4380,
1036219,1113,1,199,3958,
103631,200,4381,19,1551,
103641,200,3958,1,201,
103654382,19,1475,1,201,
103663958,1,202,4383,19,
103671426,1,202,3958,1,
10368203,4384,19,1346,1,
10369203,3958,1,204,4385,
1037019,1283,1,204,3958,
103711,205,4386,19,1293,
103721,205,3958,1,206,
103734387,19,1108,1,206,
103743958,1,207,4388,19,
103751535,1,207,3958,1,
10376208,4389,19,1470,1,
10377208,3958,1,209,4390,
1037819,1416,1,209,3958,
103791,210,4391,19,1335,
103801,210,3958,1,211,
103814392,19,1309,1,211,
103823958,1,212,4393,19,
103831091,1,212,3958,1,
10384213,4394,19,1437,1,
10385213,3958,1,214,4395,
1038619,1458,1,214,3958,
103871,215,4396,19,1411,
103881,215,3958,1,216,
103894397,19,1431,1,216,
103903958,1,217,4398,19,
103911245,1,217,3958,1,
10392218,4399,19,1155,1,
10393218,3958,1,219,4400,
1039419,1080,1,219,3958,
103951,220,4401,19,1509,
103961,220,3958,1,221,
103974402,19,1453,1,221,
103983958,1,222,4403,19,
103991406,1,222,3958,1,
10400223,4404,19,1278,1,
10401223,3989,1,224,4405,
1040219,1256,1,224,3989,
104031,225,4406,19,1540,
104041,225,4167,1,226,
104054407,19,1563,1,226,
104064167,1,227,4408,19,
104071530,1,227,4167,1,
10408228,4409,19,1525,1,
10409228,4167,1,229,4410,
1041019,1546,1,229,4167,
104111,230,4411,19,1486,
104121,230,4167,1,231,
104134412,19,1199,1,231,
104144167,1,232,4413,19,
104151368,1,232,4240,1,
10416233,4414,19,1150,1,
10417233,4240,1,234,4415,
1041819,1167,1,234,4240,
104191,235,4416,19,1188,
104201,235,4240,1,236,
104214417,19,1183,1,236,
104224240,1,237,4418,19,
104231178,1,237,4240,1,
10424238,4419,19,1173,1,
10425238,4240,1,239,4420,
1042619,1357,1,239,4240,
104271,240,4421,19,1385,
104281,240,4240,1,241,
104294422,19,1395,1,241,
104304240,1,242,4423,19,
104311351,1,242,4240,1,
10432243,4424,19,1341,1,
10433243,4240,1,244,4425,
1043419,1316,1,244,4240,
104351,245,4426,19,1288,
104361,245,4240,1,246,
104374427,19,1193,1,246,
104384240,1,247,4428,19,
104391160,1,247,4240,1,
10440248,4429,19,1103,1,
10441248,4240,1,249,4430,
1044219,1558,1,249,4240,
104431,250,4431,19,1514,
104441,250,4240,1,251,
104454432,19,1498,1,251,
104464240,1,252,4433,19,
104471493,1,252,4240,1,
10448253,4434,19,1448,1,
10449253,4240,1,254,4435,
1045019,1421,1,254,4240,
104511,255,4436,19,1400,
104521,255,4240,1,256,
104534437,19,1390,1,256,
104544240,1,257,4438,19,
104551330,1,257,4240,1,
10456258,4439,19,1362,1,
10457258,4240,1,259,4440,
1045819,1373,1,259,4240,
104591,260,4441,19,1464,
104601,260,4240,1,261,
104614442,19,1250,1,261,
104624240,1,262,4443,19,
104631323,1,262,4240,1,
10464263,4444,19,1304,1,
10465263,4240,1,264,4445,
1046619,1267,1,264,4240,
104671,265,4446,19,1240,
104681,265,4240,1,266,
104694447,19,1086,1,266,
104704240,1,267,4448,19,
104711573,1,267,4240,1,
10472268,4449,19,1205,1,
10473268,4240,1,269,4450,
1047419,1210,1,269,4240,
104751,270,4451,19,1230,
104761,270,4240,1,271,
104774452,19,1220,1,271,
104784240,1,272,4453,19,
104791225,1,272,4240,1,
10480273,4454,19,1215,1,
10481273,4240,1,274,4455,
1048219,1568,1,274,4240,
104831,275,4456,19,1235,
104841,275,4240,1,276,
104854457,19,1299,1,276,
104864089,1,277,4458,19,
104871665,1,277,4156,1,
10488278,4459,19,1660,1,
10489278,4156,1,279,4460,
1049019,1639,1,279,4160,
104911,280,4461,19,1957,
104921,280,3879,1,281,
104934462,19,1952,1,281,
104943879,1,282,4463,19,
104951947,1,282,3879,1,
10496283,4464,19,1942,1,
10497283,3879,1,284,4465,
1049819,1937,1,284,3879,
104991,285,4466,19,1932,
105001,285,3879,1,286,
105014467,19,1927,1,286,
105023879,1,287,4468,19,
105031858,1,287,3898,1,
10504288,4469,19,1853,1,
10505288,3898,1,289,4470,
1050619,1848,1,289,3898,
105071,290,4471,19,1843,
105081,290,3898,1,291,
105094472,19,1838,1,291,
105103898,1,292,4473,19,
105111911,1,292,3898,1,
10512293,4474,19,1832,1,
10513293,3898,1,294,4475,
1051419,1827,1,294,3898,
105151,295,4476,19,1822,
105161,295,3898,1,296,
105174477,19,1817,1,296,
105183898,1,297,4478,19,
105191812,1,297,3898,1,
10520298,4479,19,1807,1,
10521298,3898,1,299,4480,
1052219,1802,1,299,3898,
105231,300,4481,19,1797,
105241,300,3898,1,301,
105254482,19,1792,1,301,
105263898,1,302,4483,19,
105271787,1,302,3898,1,
10528303,4484,19,1782,1,
10529303,3898,1,304,4485,
1053019,1777,1,304,3898,
105311,305,4486,19,1901,
105321,305,3898,1,306,
105334487,19,1771,1,306,
105343898,1,307,4488,19,
105351766,1,307,3898,1,
10536308,4489,19,1761,1,
10537308,3898,1,309,4490,
1053819,1756,1,309,3898,
105391,310,4491,19,1751,
105401,310,3898,1,311,
105414492,19,1894,1,311,
105423898,1,312,4493,19,
105431745,1,312,3898,1,
10544313,4494,19,1889,1,
10545313,3898,1,314,4495,
1054619,1740,1,314,3898,
105471,315,4496,19,1735,
105481,315,3898,1,316,
105494497,19,1683,1,316,
105503898,1,317,4498,19,
105511882,1,317,3898,1,
10552318,4499,19,1728,1,
10553318,3898,1,319,4500,
1055419,1723,1,319,3898,
105551,320,4501,19,1718,
105561,320,3898,1,321,
105574502,19,4503,4,50,
1055865,0,114,0,103,
105590,117,0,109,0,
10560101,0,110,0,116,
105610,68,0,101,0,
1056299,0,108,0,97,
105630,114,0,97,0,
10564116,0,105,0,111,
105650,110,0,76,0,
10566105,0,115,0,116,
105670,95,0,51,0,
105681,321,3856,1,322,
105694504,19,4505,4,28,
1057065,0,114,0,103,
105710,117,0,109,0,
10572101,0,110,0,116,
105730,76,0,105,0,
10574115,0,116,0,95,
105750,51,0,1,322,
105764156,1,323,4506,19,
105774507,4,50,65,0,
10578114,0,103,0,117,
105790,109,0,101,0,
10580110,0,116,0,68,
105810,101,0,99,0,
10582108,0,97,0,114,
105830,97,0,116,0,
10584105,0,111,0,110,
105850,76,0,105,0,
10586115,0,116,0,95,
105870,52,0,1,323,
105883856,1,324,4508,19,
105894509,4,50,65,0,
10590114,0,103,0,117,
105910,109,0,101,0,
10592110,0,116,0,68,
105930,101,0,99,0,
10594108,0,97,0,114,
105950,97,0,116,0,
10596105,0,111,0,110,
105970,76,0,105,0,
10598115,0,116,0,95,
105990,53,0,1,324,
106003856,1,325,4510,19,
106014511,4,28,65,0,
10602114,0,103,0,117,
106030,109,0,101,0,
10604110,0,116,0,76,
106050,105,0,115,0,
10606116,0,95,0,52,
106070,1,325,4156,2,
106080,0};
10573new Sfactory(this,"ExpressionArgument_1",new SCreator(ExpressionArgument_1_factory)); 10609new Sfactory(this,"ExpressionArgument_1",new SCreator(ExpressionArgument_1_factory));
10574new Sfactory(this,"SimpleAssignment_8",new SCreator(SimpleAssignment_8_factory)); 10610new Sfactory(this,"SimpleAssignment_8",new SCreator(SimpleAssignment_8_factory));
10575new Sfactory(this,"StatementList_1",new SCreator(StatementList_1_factory)); 10611new Sfactory(this,"StatementList_1",new SCreator(StatementList_1_factory));
@@ -10595,10 +10631,12 @@ new Sfactory(this,"IfStatement_1",new SCreator(IfStatement_1_factory));
10595new Sfactory(this,"Assignment",new SCreator(Assignment_factory)); 10631new Sfactory(this,"Assignment",new SCreator(Assignment_factory));
10596new Sfactory(this,"CompoundStatement_1",new SCreator(CompoundStatement_1_factory)); 10632new Sfactory(this,"CompoundStatement_1",new SCreator(CompoundStatement_1_factory));
10597new Sfactory(this,"CompoundStatement_2",new SCreator(CompoundStatement_2_factory)); 10633new Sfactory(this,"CompoundStatement_2",new SCreator(CompoundStatement_2_factory));
10634new Sfactory(this,"BinaryExpression_8",new SCreator(BinaryExpression_8_factory));
10598new Sfactory(this,"ReturnStatement_1",new SCreator(ReturnStatement_1_factory)); 10635new Sfactory(this,"ReturnStatement_1",new SCreator(ReturnStatement_1_factory));
10599new Sfactory(this,"IdentDotExpression",new SCreator(IdentDotExpression_factory)); 10636new Sfactory(this,"IdentDotExpression",new SCreator(IdentDotExpression_factory));
10600new Sfactory(this,"Argument",new SCreator(Argument_factory)); 10637new Sfactory(this,"Argument",new SCreator(Argument_factory));
10601new Sfactory(this,"State_2",new SCreator(State_2_factory)); 10638new Sfactory(this,"State_2",new SCreator(State_2_factory));
10639new Sfactory(this,"WhileStatement_1",new SCreator(WhileStatement_1_factory));
10602new Sfactory(this,"GlobalDefinitions_3",new SCreator(GlobalDefinitions_3_factory)); 10640new Sfactory(this,"GlobalDefinitions_3",new SCreator(GlobalDefinitions_3_factory));
10603new Sfactory(this,"GlobalDefinitions_4",new SCreator(GlobalDefinitions_4_factory)); 10641new Sfactory(this,"GlobalDefinitions_4",new SCreator(GlobalDefinitions_4_factory));
10604new Sfactory(this,"Event_1",new SCreator(Event_1_factory)); 10642new Sfactory(this,"Event_1",new SCreator(Event_1_factory));
@@ -10670,7 +10708,7 @@ new Sfactory(this,"UnaryExpression_1",new SCreator(UnaryExpression_1_factory));
10670new Sfactory(this,"UnaryExpression_2",new SCreator(UnaryExpression_2_factory)); 10708new Sfactory(this,"UnaryExpression_2",new SCreator(UnaryExpression_2_factory));
10671new Sfactory(this,"UnaryExpression_3",new SCreator(UnaryExpression_3_factory)); 10709new Sfactory(this,"UnaryExpression_3",new SCreator(UnaryExpression_3_factory));
10672new Sfactory(this,"ArgumentList_1",new SCreator(ArgumentList_1_factory)); 10710new Sfactory(this,"ArgumentList_1",new SCreator(ArgumentList_1_factory));
10673new Sfactory(this,"StateBody_2",new SCreator(StateBody_2_factory)); 10711new Sfactory(this,"ArgumentList_2",new SCreator(ArgumentList_2_factory));
10674new Sfactory(this,"Constant",new SCreator(Constant_factory)); 10712new Sfactory(this,"Constant",new SCreator(Constant_factory));
10675new Sfactory(this,"State",new SCreator(State_factory)); 10713new Sfactory(this,"State",new SCreator(State_factory));
10676new Sfactory(this,"Event_13",new SCreator(Event_13_factory)); 10714new Sfactory(this,"Event_13",new SCreator(Event_13_factory));
@@ -10686,7 +10724,6 @@ new Sfactory(this,"IncrementDecrementExpression_8",new SCreator(IncrementDecreme
10686new Sfactory(this,"Assignment_1",new SCreator(Assignment_1_factory)); 10724new Sfactory(this,"Assignment_1",new SCreator(Assignment_1_factory));
10687new Sfactory(this,"Event_21",new SCreator(Event_21_factory)); 10725new Sfactory(this,"Event_21",new SCreator(Event_21_factory));
10688new Sfactory(this,"Event_22",new SCreator(Event_22_factory)); 10726new Sfactory(this,"Event_22",new SCreator(Event_22_factory));
10689new Sfactory(this,"ArgumentList_2",new SCreator(ArgumentList_2_factory));
10690new Sfactory(this,"CompoundStatement",new SCreator(CompoundStatement_factory)); 10727new Sfactory(this,"CompoundStatement",new SCreator(CompoundStatement_factory));
10691new Sfactory(this,"RotationConstant_1",new SCreator(RotationConstant_1_factory)); 10728new Sfactory(this,"RotationConstant_1",new SCreator(RotationConstant_1_factory));
10692new Sfactory(this,"TypecastExpression",new SCreator(TypecastExpression_factory)); 10729new Sfactory(this,"TypecastExpression",new SCreator(TypecastExpression_factory));
@@ -10730,6 +10767,7 @@ new Sfactory(this,"Statement_13",new SCreator(Statement_13_factory));
10730new Sfactory(this,"Event_15",new SCreator(Event_15_factory)); 10767new Sfactory(this,"Event_15",new SCreator(Event_15_factory));
10731new Sfactory(this,"Event_16",new SCreator(Event_16_factory)); 10768new Sfactory(this,"Event_16",new SCreator(Event_16_factory));
10732new Sfactory(this,"Event_32",new SCreator(Event_32_factory)); 10769new Sfactory(this,"Event_32",new SCreator(Event_32_factory));
10770new Sfactory(this,"Event_34",new SCreator(Event_34_factory));
10733new Sfactory(this,"SimpleAssignment_20",new SCreator(SimpleAssignment_20_factory)); 10771new Sfactory(this,"SimpleAssignment_20",new SCreator(SimpleAssignment_20_factory));
10734new Sfactory(this,"SimpleAssignment_24",new SCreator(SimpleAssignment_24_factory)); 10772new Sfactory(this,"SimpleAssignment_24",new SCreator(SimpleAssignment_24_factory));
10735new Sfactory(this,"SimpleAssignment_1",new SCreator(SimpleAssignment_1_factory)); 10773new Sfactory(this,"SimpleAssignment_1",new SCreator(SimpleAssignment_1_factory));
@@ -10754,7 +10792,6 @@ new Sfactory(this,"BinaryExpression_13",new SCreator(BinaryExpression_13_factory
10754new Sfactory(this,"BinaryExpression_14",new SCreator(BinaryExpression_14_factory)); 10792new Sfactory(this,"BinaryExpression_14",new SCreator(BinaryExpression_14_factory));
10755new Sfactory(this,"BinaryExpression_6",new SCreator(BinaryExpression_6_factory)); 10793new Sfactory(this,"BinaryExpression_6",new SCreator(BinaryExpression_6_factory));
10756new Sfactory(this,"BinaryExpression_7",new SCreator(BinaryExpression_7_factory)); 10794new Sfactory(this,"BinaryExpression_7",new SCreator(BinaryExpression_7_factory));
10757new Sfactory(this,"BinaryExpression_8",new SCreator(BinaryExpression_8_factory));
10758new Sfactory(this,"ArgumentList",new SCreator(ArgumentList_factory)); 10795new Sfactory(this,"ArgumentList",new SCreator(ArgumentList_factory));
10759new Sfactory(this,"Event_10",new SCreator(Event_10_factory)); 10796new Sfactory(this,"Event_10",new SCreator(Event_10_factory));
10760new Sfactory(this,"ConstantExpression_1",new SCreator(ConstantExpression_1_factory)); 10797new Sfactory(this,"ConstantExpression_1",new SCreator(ConstantExpression_1_factory));
@@ -10795,7 +10832,7 @@ new Sfactory(this,"WhileStatement",new SCreator(WhileStatement_factory));
10795new Sfactory(this,"ForLoop_1",new SCreator(ForLoop_1_factory)); 10832new Sfactory(this,"ForLoop_1",new SCreator(ForLoop_1_factory));
10796new Sfactory(this,"Constant_2",new SCreator(Constant_2_factory)); 10833new Sfactory(this,"Constant_2",new SCreator(Constant_2_factory));
10797new Sfactory(this,"StatementList",new SCreator(StatementList_factory)); 10834new Sfactory(this,"StatementList",new SCreator(StatementList_factory));
10798new Sfactory(this,"WhileStatement_1",new SCreator(WhileStatement_1_factory)); 10835new Sfactory(this,"StateBody_2",new SCreator(StateBody_2_factory));
10799new Sfactory(this,"WhileStatement_2",new SCreator(WhileStatement_2_factory)); 10836new Sfactory(this,"WhileStatement_2",new SCreator(WhileStatement_2_factory));
10800new Sfactory(this,"IdentExpression_1",new SCreator(IdentExpression_1_factory)); 10837new Sfactory(this,"IdentExpression_1",new SCreator(IdentExpression_1_factory));
10801new Sfactory(this,"States",new SCreator(States_factory)); 10838new Sfactory(this,"States",new SCreator(States_factory));
@@ -10825,10 +10862,12 @@ public static object IfStatement_1_factory(Parser yyp) { return new IfStatement_
10825public static object Assignment_factory(Parser yyp) { return new Assignment(yyp); } 10862public static object Assignment_factory(Parser yyp) { return new Assignment(yyp); }
10826public static object CompoundStatement_1_factory(Parser yyp) { return new CompoundStatement_1(yyp); } 10863public static object CompoundStatement_1_factory(Parser yyp) { return new CompoundStatement_1(yyp); }
10827public static object CompoundStatement_2_factory(Parser yyp) { return new CompoundStatement_2(yyp); } 10864public static object CompoundStatement_2_factory(Parser yyp) { return new CompoundStatement_2(yyp); }
10865public static object BinaryExpression_8_factory(Parser yyp) { return new BinaryExpression_8(yyp); }
10828public static object ReturnStatement_1_factory(Parser yyp) { return new ReturnStatement_1(yyp); } 10866public static object ReturnStatement_1_factory(Parser yyp) { return new ReturnStatement_1(yyp); }
10829public static object IdentDotExpression_factory(Parser yyp) { return new IdentDotExpression(yyp); } 10867public static object IdentDotExpression_factory(Parser yyp) { return new IdentDotExpression(yyp); }
10830public static object Argument_factory(Parser yyp) { return new Argument(yyp); } 10868public static object Argument_factory(Parser yyp) { return new Argument(yyp); }
10831public static object State_2_factory(Parser yyp) { return new State_2(yyp); } 10869public static object State_2_factory(Parser yyp) { return new State_2(yyp); }
10870public static object WhileStatement_1_factory(Parser yyp) { return new WhileStatement_1(yyp); }
10832public static object GlobalDefinitions_3_factory(Parser yyp) { return new GlobalDefinitions_3(yyp); } 10871public static object GlobalDefinitions_3_factory(Parser yyp) { return new GlobalDefinitions_3(yyp); }
10833public static object GlobalDefinitions_4_factory(Parser yyp) { return new GlobalDefinitions_4(yyp); } 10872public static object GlobalDefinitions_4_factory(Parser yyp) { return new GlobalDefinitions_4(yyp); }
10834public static object Event_1_factory(Parser yyp) { return new Event_1(yyp); } 10873public static object Event_1_factory(Parser yyp) { return new Event_1(yyp); }
@@ -10900,7 +10939,7 @@ public static object UnaryExpression_1_factory(Parser yyp) { return new UnaryExp
10900public static object UnaryExpression_2_factory(Parser yyp) { return new UnaryExpression_2(yyp); } 10939public static object UnaryExpression_2_factory(Parser yyp) { return new UnaryExpression_2(yyp); }
10901public static object UnaryExpression_3_factory(Parser yyp) { return new UnaryExpression_3(yyp); } 10940public static object UnaryExpression_3_factory(Parser yyp) { return new UnaryExpression_3(yyp); }
10902public static object ArgumentList_1_factory(Parser yyp) { return new ArgumentList_1(yyp); } 10941public static object ArgumentList_1_factory(Parser yyp) { return new ArgumentList_1(yyp); }
10903public static object StateBody_2_factory(Parser yyp) { return new StateBody_2(yyp); } 10942public static object ArgumentList_2_factory(Parser yyp) { return new ArgumentList_2(yyp); }
10904public static object Constant_factory(Parser yyp) { return new Constant(yyp); } 10943public static object Constant_factory(Parser yyp) { return new Constant(yyp); }
10905public static object State_factory(Parser yyp) { return new State(yyp); } 10944public static object State_factory(Parser yyp) { return new State(yyp); }
10906public static object Event_13_factory(Parser yyp) { return new Event_13(yyp); } 10945public static object Event_13_factory(Parser yyp) { return new Event_13(yyp); }
@@ -10916,7 +10955,6 @@ public static object IncrementDecrementExpression_8_factory(Parser yyp) { return
10916public static object Assignment_1_factory(Parser yyp) { return new Assignment_1(yyp); } 10955public static object Assignment_1_factory(Parser yyp) { return new Assignment_1(yyp); }
10917public static object Event_21_factory(Parser yyp) { return new Event_21(yyp); } 10956public static object Event_21_factory(Parser yyp) { return new Event_21(yyp); }
10918public static object Event_22_factory(Parser yyp) { return new Event_22(yyp); } 10957public static object Event_22_factory(Parser yyp) { return new Event_22(yyp); }
10919public static object ArgumentList_2_factory(Parser yyp) { return new ArgumentList_2(yyp); }
10920public static object CompoundStatement_factory(Parser yyp) { return new CompoundStatement(yyp); } 10958public static object CompoundStatement_factory(Parser yyp) { return new CompoundStatement(yyp); }
10921public static object RotationConstant_1_factory(Parser yyp) { return new RotationConstant_1(yyp); } 10959public static object RotationConstant_1_factory(Parser yyp) { return new RotationConstant_1(yyp); }
10922public static object TypecastExpression_factory(Parser yyp) { return new TypecastExpression(yyp); } 10960public static object TypecastExpression_factory(Parser yyp) { return new TypecastExpression(yyp); }
@@ -10960,6 +10998,7 @@ public static object Statement_13_factory(Parser yyp) { return new Statement_13(
10960public static object Event_15_factory(Parser yyp) { return new Event_15(yyp); } 10998public static object Event_15_factory(Parser yyp) { return new Event_15(yyp); }
10961public static object Event_16_factory(Parser yyp) { return new Event_16(yyp); } 10999public static object Event_16_factory(Parser yyp) { return new Event_16(yyp); }
10962public static object Event_32_factory(Parser yyp) { return new Event_32(yyp); } 11000public static object Event_32_factory(Parser yyp) { return new Event_32(yyp); }
11001public static object Event_34_factory(Parser yyp) { return new Event_34(yyp); }
10963public static object SimpleAssignment_20_factory(Parser yyp) { return new SimpleAssignment_20(yyp); } 11002public static object SimpleAssignment_20_factory(Parser yyp) { return new SimpleAssignment_20(yyp); }
10964public static object SimpleAssignment_24_factory(Parser yyp) { return new SimpleAssignment_24(yyp); } 11003public static object SimpleAssignment_24_factory(Parser yyp) { return new SimpleAssignment_24(yyp); }
10965public static object SimpleAssignment_1_factory(Parser yyp) { return new SimpleAssignment_1(yyp); } 11004public static object SimpleAssignment_1_factory(Parser yyp) { return new SimpleAssignment_1(yyp); }
@@ -10984,7 +11023,6 @@ public static object BinaryExpression_13_factory(Parser yyp) { return new Binary
10984public static object BinaryExpression_14_factory(Parser yyp) { return new BinaryExpression_14(yyp); } 11023public static object BinaryExpression_14_factory(Parser yyp) { return new BinaryExpression_14(yyp); }
10985public static object BinaryExpression_6_factory(Parser yyp) { return new BinaryExpression_6(yyp); } 11024public static object BinaryExpression_6_factory(Parser yyp) { return new BinaryExpression_6(yyp); }
10986public static object BinaryExpression_7_factory(Parser yyp) { return new BinaryExpression_7(yyp); } 11025public static object BinaryExpression_7_factory(Parser yyp) { return new BinaryExpression_7(yyp); }
10987public static object BinaryExpression_8_factory(Parser yyp) { return new BinaryExpression_8(yyp); }
10988public static object ArgumentList_factory(Parser yyp) { return new ArgumentList(yyp); } 11026public static object ArgumentList_factory(Parser yyp) { return new ArgumentList(yyp); }
10989public static object Event_10_factory(Parser yyp) { return new Event_10(yyp); } 11027public static object Event_10_factory(Parser yyp) { return new Event_10(yyp); }
10990public static object ConstantExpression_1_factory(Parser yyp) { return new ConstantExpression_1(yyp); } 11028public static object ConstantExpression_1_factory(Parser yyp) { return new ConstantExpression_1(yyp); }
@@ -11025,7 +11063,7 @@ public static object WhileStatement_factory(Parser yyp) { return new WhileStatem
11025public static object ForLoop_1_factory(Parser yyp) { return new ForLoop_1(yyp); } 11063public static object ForLoop_1_factory(Parser yyp) { return new ForLoop_1(yyp); }
11026public static object Constant_2_factory(Parser yyp) { return new Constant_2(yyp); } 11064public static object Constant_2_factory(Parser yyp) { return new Constant_2(yyp); }
11027public static object StatementList_factory(Parser yyp) { return new StatementList(yyp); } 11065public static object StatementList_factory(Parser yyp) { return new StatementList(yyp); }
11028public static object WhileStatement_1_factory(Parser yyp) { return new WhileStatement_1(yyp); } 11066public static object StateBody_2_factory(Parser yyp) { return new StateBody_2(yyp); }
11029public static object WhileStatement_2_factory(Parser yyp) { return new WhileStatement_2(yyp); } 11067public static object WhileStatement_2_factory(Parser yyp) { return new WhileStatement_2(yyp); }
11030public static object IdentExpression_1_factory(Parser yyp) { return new IdentExpression_1(yyp); } 11068public static object IdentExpression_1_factory(Parser yyp) { return new IdentExpression_1(yyp); }
11031public static object States_factory(Parser yyp) { return new States(yyp); } 11069public static object States_factory(Parser yyp) { return new States(yyp); }