lbug 0.16.1

An in-process property graph database management system built for query speed and scalability
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965

// Generated from Cypher.g4 by ANTLR 4.13.1


#include "cypher_lexer.h"


using namespace antlr4;



using namespace antlr4;

namespace {

struct CypherLexerStaticData final {
  CypherLexerStaticData(std::vector<std::string> ruleNames,
                          std::vector<std::string> channelNames,
                          std::vector<std::string> modeNames,
                          std::vector<std::string> literalNames,
                          std::vector<std::string> symbolicNames)
      : ruleNames(std::move(ruleNames)), channelNames(std::move(channelNames)),
        modeNames(std::move(modeNames)), literalNames(std::move(literalNames)),
        symbolicNames(std::move(symbolicNames)),
        vocabulary(this->literalNames, this->symbolicNames) {}

  CypherLexerStaticData(const CypherLexerStaticData&) = delete;
  CypherLexerStaticData(CypherLexerStaticData&&) = delete;
  CypherLexerStaticData& operator=(const CypherLexerStaticData&) = delete;
  CypherLexerStaticData& operator=(CypherLexerStaticData&&) = delete;

  std::vector<antlr4::dfa::DFA> decisionToDFA;
  antlr4::atn::PredictionContextCache sharedContextCache;
  const std::vector<std::string> ruleNames;
  const std::vector<std::string> channelNames;
  const std::vector<std::string> modeNames;
  const std::vector<std::string> literalNames;
  const std::vector<std::string> symbolicNames;
  const antlr4::dfa::Vocabulary vocabulary;
  antlr4::atn::SerializedATNView serializedATN;
  std::unique_ptr<antlr4::atn::ATN> atn;
};

::antlr4::internal::OnceFlag cypherlexerLexerOnceFlag;
#if ANTLR4_USE_THREAD_LOCAL_CACHE
static thread_local
#endif
CypherLexerStaticData *cypherlexerLexerStaticData = nullptr;

void cypherlexerLexerInitialize() {
#if ANTLR4_USE_THREAD_LOCAL_CACHE
  if (cypherlexerLexerStaticData != nullptr) {
    return;
  }
#else
  assert(cypherlexerLexerStaticData == nullptr);
#endif
  auto staticData = std::make_unique<CypherLexerStaticData>(
    std::vector<std::string>{
      "T__0", "T__1", "T__2", "T__3", "T__4", "T__5", "T__6", "T__7", "T__8", 
      "T__9", "T__10", "T__11", "T__12", "T__13", "T__14", "T__15", "T__16", 
      "T__17", "T__18", "T__19", "T__20", "T__21", "T__22", "T__23", "T__24", 
      "T__25", "T__26", "T__27", "T__28", "T__29", "T__30", "T__31", "T__32", 
      "T__33", "T__34", "T__35", "T__36", "T__37", "T__38", "T__39", "T__40", 
      "T__41", "T__42", "T__43", "ACYCLIC", "ANY", "ADD", "ALL", "ALTER", 
      "AND", "AS", "ASC", "ASCENDING", "ATTACH", "BEGIN", "BY", "CALL", 
      "CASE", "CAST", "CHECKPOINT", "COLUMN", "COMMENT", "COMMIT", "COMMIT_SKIP_CHECKPOINT", 
      "CONTAINS", "COPY", "COUNT", "CREATE", "CYCLE", "DATABASE", "DBTYPE", 
      "DEFAULT", "DELETE", "DESC", "DESCENDING", "DETACH", "DISTINCT", "DROP", 
      "ELSE", "END", "ENDS", "EXISTS", "EXPLAIN", "EXPORT", "EXTENSION", 
      "FALSE", "FROM", "FORCE", "GLOB", "GRAPH", "GROUP", "HEADERS", "HINT", 
      "IMPORT", "IF", "IN", "INCREMENT", "INSTALL", "IS", "JOIN", "KEY", 
      "LIMIT", "LOAD", "LOGICAL", "MACRO", "MATCH", "MAXVALUE", "MERGE", 
      "MINVALUE", "MULTI_JOIN", "NO", "NODE", "NOT", "NONE", "NULL", "ON", 
      "ONLY", "OPTIONAL", "OR", "ORDER", "PRIMARY", "PROFILE", "PROJECT", 
      "READ", "REL", "RENAME", "RETURN", "ROLLBACK", "ROLLBACK_SKIP_CHECKPOINT", 
      "SEQUENCE", "SET", "SHORTEST", "START", "STARTS", "STRUCT", "TABLE", 
      "THEN", "TO", "TRAIL", "TRANSACTION", "TRUE", "TYPE", "UNION", "UNWIND", 
      "UNINSTALL", "UPDATE", "USE", "WHEN", "WHERE", "WITH", "WRITE", "WSHORTEST", 
      "XOR", "SINGLE", "YIELD", "USER", "PASSWORD", "ROLE", "MAP", "DECIMAL", 
      "STAR", "L_SKIP", "INVALID_NOT_EQUAL", "COLON", "DOTDOT", "MINUS", 
      "FACTORIAL", "StringLiteral", "EscapedChar", "DecimalInteger", "HexLetter", 
      "HexDigit", "Digit", "NonZeroDigit", "NonZeroOctDigit", "ZeroDigit", 
      "ExponentDecimalReal", "RegularDecimalReal", "UnescapedSymbolicName", 
      "IdentifierStart", "IdentifierPart", "EscapedSymbolicName", "SP", 
      "WHITESPACE", "CypherComment", "FF", "EscapedSymbolicName_0", "RS", 
      "ID_Continue", "Comment_1", "StringLiteral_1", "Comment_3", "Comment_2", 
      "GS", "FS", "CR", "Sc", "SPACE", "Pc", "TAB", "StringLiteral_0", "LF", 
      "VT", "US", "ID_Start", "Unknown"
    },
    std::vector<std::string>{
      "DEFAULT_TOKEN_CHANNEL", "HIDDEN"
    },
    std::vector<std::string>{
      "DEFAULT_MODE"
    },
    std::vector<std::string>{
      "", "';'", "'('", "')'", "','", "'.'", "'='", "'['", "']'", "'{'", 
      "'}'", "'|'", "'<>'", "'<'", "'<='", "'>'", "'>='", "'&'", "'>>'", 
      "'<<'", "'+'", "'/'", "'%'", "'^'", "'=~'", "'$'", "'\\u27E8'", "'\\u3008'", 
      "'\\uFE64'", "'\\uFF1C'", "'\\u27E9'", "'\\u3009'", "'\\uFE65'", "'\\uFF1E'", 
      "'\\u00AD'", "'\\u2010'", "'\\u2011'", "'\\u2012'", "'\\u2013'", "'\\u2014'", 
      "'\\u2015'", "'\\u2212'", "'\\uFE58'", "'\\uFE63'", "'\\uFF0D'", "", 
      "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
      "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
      "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
      "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
      "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
      "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
      "", "", "", "", "", "", "", "", "", "", "", "", "", "'*'", "", "'!='", 
      "':'", "'..'", "'-'", "'!'", "", "", "", "", "", "", "", "", "'0'"
    },
    std::vector<std::string>{
      "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
      "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", 
      "", "", "", "", "", "", "", "", "", "", "", "ACYCLIC", "ANY", "ADD", 
      "ALL", "ALTER", "AND", "AS", "ASC", "ASCENDING", "ATTACH", "BEGIN", 
      "BY", "CALL", "CASE", "CAST", "CHECKPOINT", "COLUMN", "COMMENT", "COMMIT", 
      "COMMIT_SKIP_CHECKPOINT", "CONTAINS", "COPY", "COUNT", "CREATE", "CYCLE", 
      "DATABASE", "DBTYPE", "DEFAULT", "DELETE", "DESC", "DESCENDING", "DETACH", 
      "DISTINCT", "DROP", "ELSE", "END", "ENDS", "EXISTS", "EXPLAIN", "EXPORT", 
      "EXTENSION", "FALSE", "FROM", "FORCE", "GLOB", "GRAPH", "GROUP", "HEADERS", 
      "HINT", "IMPORT", "IF", "IN", "INCREMENT", "INSTALL", "IS", "JOIN", 
      "KEY", "LIMIT", "LOAD", "LOGICAL", "MACRO", "MATCH", "MAXVALUE", "MERGE", 
      "MINVALUE", "MULTI_JOIN", "NO", "NODE", "NOT", "NONE", "NULL", "ON", 
      "ONLY", "OPTIONAL", "OR", "ORDER", "PRIMARY", "PROFILE", "PROJECT", 
      "READ", "REL", "RENAME", "RETURN", "ROLLBACK", "ROLLBACK_SKIP_CHECKPOINT", 
      "SEQUENCE", "SET", "SHORTEST", "START", "STARTS", "STRUCT", "TABLE", 
      "THEN", "TO", "TRAIL", "TRANSACTION", "TRUE", "TYPE", "UNION", "UNWIND", 
      "UNINSTALL", "UPDATE", "USE", "WHEN", "WHERE", "WITH", "WRITE", "WSHORTEST", 
      "XOR", "SINGLE", "YIELD", "USER", "PASSWORD", "ROLE", "MAP", "DECIMAL", 
      "STAR", "L_SKIP", "INVALID_NOT_EQUAL", "COLON", "DOTDOT", "MINUS", 
      "FACTORIAL", "StringLiteral", "EscapedChar", "DecimalInteger", "HexLetter", 
      "HexDigit", "Digit", "NonZeroDigit", "NonZeroOctDigit", "ZeroDigit", 
      "ExponentDecimalReal", "RegularDecimalReal", "UnescapedSymbolicName", 
      "IdentifierStart", "IdentifierPart", "EscapedSymbolicName", "SP", 
      "WHITESPACE", "CypherComment", "Unknown"
    }
  );
  static const int32_t serializedATNSegment[] = {
  	4,0,186,1527,6,-1,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6,
  	7,6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12,2,13,7,13,2,
  	14,7,14,2,15,7,15,2,16,7,16,2,17,7,17,2,18,7,18,2,19,7,19,2,20,7,20,2,
  	21,7,21,2,22,7,22,2,23,7,23,2,24,7,24,2,25,7,25,2,26,7,26,2,27,7,27,2,
  	28,7,28,2,29,7,29,2,30,7,30,2,31,7,31,2,32,7,32,2,33,7,33,2,34,7,34,2,
  	35,7,35,2,36,7,36,2,37,7,37,2,38,7,38,2,39,7,39,2,40,7,40,2,41,7,41,2,
  	42,7,42,2,43,7,43,2,44,7,44,2,45,7,45,2,46,7,46,2,47,7,47,2,48,7,48,2,
  	49,7,49,2,50,7,50,2,51,7,51,2,52,7,52,2,53,7,53,2,54,7,54,2,55,7,55,2,
  	56,7,56,2,57,7,57,2,58,7,58,2,59,7,59,2,60,7,60,2,61,7,61,2,62,7,62,2,
  	63,7,63,2,64,7,64,2,65,7,65,2,66,7,66,2,67,7,67,2,68,7,68,2,69,7,69,2,
  	70,7,70,2,71,7,71,2,72,7,72,2,73,7,73,2,74,7,74,2,75,7,75,2,76,7,76,2,
  	77,7,77,2,78,7,78,2,79,7,79,2,80,7,80,2,81,7,81,2,82,7,82,2,83,7,83,2,
  	84,7,84,2,85,7,85,2,86,7,86,2,87,7,87,2,88,7,88,2,89,7,89,2,90,7,90,2,
  	91,7,91,2,92,7,92,2,93,7,93,2,94,7,94,2,95,7,95,2,96,7,96,2,97,7,97,2,
  	98,7,98,2,99,7,99,2,100,7,100,2,101,7,101,2,102,7,102,2,103,7,103,2,104,
  	7,104,2,105,7,105,2,106,7,106,2,107,7,107,2,108,7,108,2,109,7,109,2,110,
  	7,110,2,111,7,111,2,112,7,112,2,113,7,113,2,114,7,114,2,115,7,115,2,116,
  	7,116,2,117,7,117,2,118,7,118,2,119,7,119,2,120,7,120,2,121,7,121,2,122,
  	7,122,2,123,7,123,2,124,7,124,2,125,7,125,2,126,7,126,2,127,7,127,2,128,
  	7,128,2,129,7,129,2,130,7,130,2,131,7,131,2,132,7,132,2,133,7,133,2,134,
  	7,134,2,135,7,135,2,136,7,136,2,137,7,137,2,138,7,138,2,139,7,139,2,140,
  	7,140,2,141,7,141,2,142,7,142,2,143,7,143,2,144,7,144,2,145,7,145,2,146,
  	7,146,2,147,7,147,2,148,7,148,2,149,7,149,2,150,7,150,2,151,7,151,2,152,
  	7,152,2,153,7,153,2,154,7,154,2,155,7,155,2,156,7,156,2,157,7,157,2,158,
  	7,158,2,159,7,159,2,160,7,160,2,161,7,161,2,162,7,162,2,163,7,163,2,164,
  	7,164,2,165,7,165,2,166,7,166,2,167,7,167,2,168,7,168,2,169,7,169,2,170,
  	7,170,2,171,7,171,2,172,7,172,2,173,7,173,2,174,7,174,2,175,7,175,2,176,
  	7,176,2,177,7,177,2,178,7,178,2,179,7,179,2,180,7,180,2,181,7,181,2,182,
  	7,182,2,183,7,183,2,184,7,184,2,185,7,185,2,186,7,186,2,187,7,187,2,188,
  	7,188,2,189,7,189,2,190,7,190,2,191,7,191,2,192,7,192,2,193,7,193,2,194,
  	7,194,2,195,7,195,2,196,7,196,2,197,7,197,2,198,7,198,2,199,7,199,2,200,
  	7,200,2,201,7,201,2,202,7,202,2,203,7,203,2,204,7,204,2,205,7,205,1,0,
  	1,0,1,1,1,1,1,2,1,2,1,3,1,3,1,4,1,4,1,5,1,5,1,6,1,6,1,7,1,7,1,8,1,8,1,
  	9,1,9,1,10,1,10,1,11,1,11,1,11,1,12,1,12,1,13,1,13,1,13,1,14,1,14,1,15,
  	1,15,1,15,1,16,1,16,1,17,1,17,1,17,1,18,1,18,1,18,1,19,1,19,1,20,1,20,
  	1,21,1,21,1,22,1,22,1,23,1,23,1,23,1,24,1,24,1,25,1,25,1,26,1,26,1,27,
  	1,27,1,28,1,28,1,29,1,29,1,30,1,30,1,31,1,31,1,32,1,32,1,33,1,33,1,34,
  	1,34,1,35,1,35,1,36,1,36,1,37,1,37,1,38,1,38,1,39,1,39,1,40,1,40,1,41,
  	1,41,1,42,1,42,1,43,1,43,1,44,1,44,1,44,1,44,1,44,1,44,1,44,1,44,1,45,
  	1,45,1,45,1,45,1,46,1,46,1,46,1,46,1,47,1,47,1,47,1,47,1,48,1,48,1,48,
  	1,48,1,48,1,48,1,49,1,49,1,49,1,49,1,50,1,50,1,50,1,51,1,51,1,51,1,51,
  	1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,52,1,53,1,53,1,53,1,53,
  	1,53,1,53,1,53,1,54,1,54,1,54,1,54,1,54,1,54,1,55,1,55,1,55,1,56,1,56,
  	1,56,1,56,1,56,1,57,1,57,1,57,1,57,1,57,1,58,1,58,1,58,1,58,1,58,1,59,
  	1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,60,1,60,1,60,1,60,
  	1,60,1,60,1,60,1,61,1,61,1,61,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,
  	1,62,1,62,1,62,1,62,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,
  	1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,64,
  	1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,65,1,65,1,65,1,65,1,65,1,66,
  	1,66,1,66,1,66,1,66,1,66,1,67,1,67,1,67,1,67,1,67,1,67,1,67,1,68,1,68,
  	1,68,1,68,1,68,1,68,1,69,1,69,1,69,1,69,1,69,1,69,1,69,1,69,1,69,1,70,
  	1,70,1,70,1,70,1,70,1,70,1,70,1,71,1,71,1,71,1,71,1,71,1,71,1,71,1,71,
  	1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,73,1,73,1,73,1,73,1,73,1,74,1,74,
  	1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,75,1,75,1,75,1,75,1,75,
  	1,75,1,75,1,76,1,76,1,76,1,76,1,76,1,76,1,76,1,76,1,76,1,77,1,77,1,77,
  	1,77,1,77,1,78,1,78,1,78,1,78,1,78,1,79,1,79,1,79,1,79,1,80,1,80,1,80,
  	1,80,1,80,1,81,1,81,1,81,1,81,1,81,1,81,1,81,1,82,1,82,1,82,1,82,1,82,
  	1,82,1,82,1,82,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,84,1,84,1,84,1,84,
  	1,84,1,84,1,84,1,84,1,84,1,84,1,85,1,85,1,85,1,85,1,85,1,85,1,86,1,86,
  	1,86,1,86,1,86,1,87,1,87,1,87,1,87,1,87,1,87,1,88,1,88,1,88,1,88,1,88,
  	1,89,1,89,1,89,1,89,1,89,1,89,1,90,1,90,1,90,1,90,1,90,1,90,1,91,1,91,
  	1,91,1,91,1,91,1,91,1,91,1,91,1,92,1,92,1,92,1,92,1,92,1,93,1,93,1,93,
  	1,93,1,93,1,93,1,93,1,94,1,94,1,94,1,95,1,95,1,95,1,96,1,96,1,96,1,96,
  	1,96,1,96,1,96,1,96,1,96,1,96,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,
  	1,98,1,98,1,98,1,99,1,99,1,99,1,99,1,99,1,100,1,100,1,100,1,100,1,101,
  	1,101,1,101,1,101,1,101,1,101,1,102,1,102,1,102,1,102,1,102,1,103,1,103,
  	1,103,1,103,1,103,1,103,1,103,1,103,1,104,1,104,1,104,1,104,1,104,1,104,
  	1,105,1,105,1,105,1,105,1,105,1,105,1,106,1,106,1,106,1,106,1,106,1,106,
  	1,106,1,106,1,106,1,107,1,107,1,107,1,107,1,107,1,107,1,108,1,108,1,108,
  	1,108,1,108,1,108,1,108,1,108,1,108,1,109,1,109,1,109,1,109,1,109,1,109,
  	1,109,1,109,1,109,1,109,1,109,1,110,1,110,1,110,1,111,1,111,1,111,1,111,
  	1,111,1,112,1,112,1,112,1,112,1,113,1,113,1,113,1,113,1,113,1,114,1,114,
  	1,114,1,114,1,114,1,115,1,115,1,115,1,116,1,116,1,116,1,116,1,116,1,117,
  	1,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117,1,118,1,118,1,118,1,119,
  	1,119,1,119,1,119,1,119,1,119,1,120,1,120,1,120,1,120,1,120,1,120,1,120,
  	1,120,1,121,1,121,1,121,1,121,1,121,1,121,1,121,1,121,1,122,1,122,1,122,
  	1,122,1,122,1,122,1,122,1,122,1,123,1,123,1,123,1,123,1,123,1,124,1,124,
  	1,124,1,124,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,126,1,126,1,126,
  	1,126,1,126,1,126,1,126,1,127,1,127,1,127,1,127,1,127,1,127,1,127,1,127,
  	1,127,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,
  	1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,
  	1,128,1,128,1,129,1,129,1,129,1,129,1,129,1,129,1,129,1,129,1,129,1,130,
  	1,130,1,130,1,130,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,
  	1,132,1,132,1,132,1,132,1,132,1,132,1,133,1,133,1,133,1,133,1,133,1,133,
  	1,133,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,135,1,135,1,135,1,135,
  	1,135,1,135,1,136,1,136,1,136,1,136,1,136,1,137,1,137,1,137,1,138,1,138,
  	1,138,1,138,1,138,1,138,1,139,1,139,1,139,1,139,1,139,1,139,1,139,1,139,
  	1,139,1,139,1,139,1,139,1,140,1,140,1,140,1,140,1,140,1,141,1,141,1,141,
  	1,141,1,141,1,142,1,142,1,142,1,142,1,142,1,142,1,143,1,143,1,143,1,143,
  	1,143,1,143,1,143,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,
  	1,144,1,145,1,145,1,145,1,145,1,145,1,145,1,145,1,146,1,146,1,146,1,146,
  	1,147,1,147,1,147,1,147,1,147,1,148,1,148,1,148,1,148,1,148,1,148,1,149,
  	1,149,1,149,1,149,1,149,1,150,1,150,1,150,1,150,1,150,1,150,1,151,1,151,
  	1,151,1,151,1,151,1,151,1,151,1,151,1,151,1,151,1,152,1,152,1,152,1,152,
  	1,153,1,153,1,153,1,153,1,153,1,153,1,153,1,154,1,154,1,154,1,154,1,154,
  	1,154,1,155,1,155,1,155,1,155,1,155,1,156,1,156,1,156,1,156,1,156,1,156,
  	1,156,1,156,1,156,1,157,1,157,1,157,1,157,1,157,1,158,1,158,1,158,1,158,
  	1,159,1,159,1,159,1,159,1,159,1,159,1,159,1,159,1,160,1,160,1,161,1,161,
  	1,161,1,161,1,161,1,162,1,162,1,162,1,163,1,163,1,164,1,164,1,164,1,165,
  	1,165,1,166,1,166,1,167,1,167,1,167,5,167,1294,8,167,10,167,12,167,1297,
  	9,167,1,167,1,167,1,167,1,167,5,167,1303,8,167,10,167,12,167,1306,9,167,
  	1,167,3,167,1309,8,167,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,
  	1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,
  	1,168,1,168,3,168,1333,8,168,1,169,1,169,1,169,5,169,1338,8,169,10,169,
  	12,169,1341,9,169,3,169,1343,8,169,1,170,3,170,1346,8,170,1,171,1,171,
  	3,171,1350,8,171,1,172,1,172,3,172,1354,8,172,1,173,1,173,3,173,1358,
  	8,173,1,174,1,174,1,175,1,175,1,176,4,176,1365,8,176,11,176,12,176,1366,
  	1,176,4,176,1370,8,176,11,176,12,176,1371,1,176,1,176,4,176,1376,8,176,
  	11,176,12,176,1377,1,176,1,176,4,176,1382,8,176,11,176,12,176,1383,3,
  	176,1386,8,176,1,176,1,176,3,176,1390,8,176,1,176,4,176,1393,8,176,11,
  	176,12,176,1394,1,177,5,177,1398,8,177,10,177,12,177,1401,9,177,1,177,
  	1,177,4,177,1405,8,177,11,177,12,177,1406,1,178,1,178,5,178,1411,8,178,
  	10,178,12,178,1414,9,178,1,179,1,179,3,179,1418,8,179,1,180,1,180,3,180,
  	1422,8,180,1,181,1,181,5,181,1426,8,181,10,181,12,181,1429,9,181,1,181,
  	4,181,1432,8,181,11,181,12,181,1433,1,182,4,182,1437,8,182,11,182,12,
  	182,1438,1,183,1,183,1,183,1,183,1,183,1,183,1,183,1,183,1,183,1,183,
  	1,183,1,183,3,183,1453,8,183,1,184,1,184,1,184,1,184,1,184,1,184,5,184,
  	1461,8,184,10,184,12,184,1464,9,184,1,184,1,184,1,184,1,184,1,184,1,184,
  	5,184,1472,8,184,10,184,12,184,1475,9,184,1,184,3,184,1478,8,184,1,184,
  	1,184,3,184,1482,8,184,3,184,1484,8,184,1,185,1,185,1,186,1,186,1,187,
  	1,187,1,188,1,188,1,189,1,189,1,190,1,190,1,191,1,191,1,192,1,192,1,193,
  	1,193,1,194,1,194,1,195,1,195,1,196,1,196,1,197,1,197,1,198,1,198,1,199,
  	1,199,1,200,1,200,1,201,1,201,1,202,1,202,1,203,1,203,1,204,1,204,1,205,
  	1,205,0,0,206,1,1,3,2,5,3,7,4,9,5,11,6,13,7,15,8,17,9,19,10,21,11,23,
  	12,25,13,27,14,29,15,31,16,33,17,35,18,37,19,39,20,41,21,43,22,45,23,
  	47,24,49,25,51,26,53,27,55,28,57,29,59,30,61,31,63,32,65,33,67,34,69,
  	35,71,36,73,37,75,38,77,39,79,40,81,41,83,42,85,43,87,44,89,45,91,46,
  	93,47,95,48,97,49,99,50,101,51,103,52,105,53,107,54,109,55,111,56,113,
  	57,115,58,117,59,119,60,121,61,123,62,125,63,127,64,129,65,131,66,133,
  	67,135,68,137,69,139,70,141,71,143,72,145,73,147,74,149,75,151,76,153,
  	77,155,78,157,79,159,80,161,81,163,82,165,83,167,84,169,85,171,86,173,
  	87,175,88,177,89,179,90,181,91,183,92,185,93,187,94,189,95,191,96,193,
  	97,195,98,197,99,199,100,201,101,203,102,205,103,207,104,209,105,211,
  	106,213,107,215,108,217,109,219,110,221,111,223,112,225,113,227,114,229,
  	115,231,116,233,117,235,118,237,119,239,120,241,121,243,122,245,123,247,
  	124,249,125,251,126,253,127,255,128,257,129,259,130,261,131,263,132,265,
  	133,267,134,269,135,271,136,273,137,275,138,277,139,279,140,281,141,283,
  	142,285,143,287,144,289,145,291,146,293,147,295,148,297,149,299,150,301,
  	151,303,152,305,153,307,154,309,155,311,156,313,157,315,158,317,159,319,
  	160,321,161,323,162,325,163,327,164,329,165,331,166,333,167,335,168,337,
  	169,339,170,341,171,343,172,345,173,347,174,349,175,351,176,353,177,355,
  	178,357,179,359,180,361,181,363,182,365,183,367,184,369,185,371,0,373,
  	0,375,0,377,0,379,0,381,0,383,0,385,0,387,0,389,0,391,0,393,0,395,0,397,
  	0,399,0,401,0,403,0,405,0,407,0,409,0,411,186,1,0,48,2,0,65,65,97,97,
  	2,0,67,67,99,99,2,0,89,89,121,121,2,0,76,76,108,108,2,0,73,73,105,105,
  	2,0,78,78,110,110,2,0,68,68,100,100,2,0,84,84,116,116,2,0,69,69,101,101,
  	2,0,82,82,114,114,2,0,83,83,115,115,2,0,71,71,103,103,2,0,72,72,104,104,
  	2,0,66,66,98,98,2,0,75,75,107,107,2,0,80,80,112,112,2,0,79,79,111,111,
  	2,0,85,85,117,117,2,0,77,77,109,109,2,0,70,70,102,102,2,0,88,88,120,120,
  	2,0,74,74,106,106,2,0,86,86,118,118,2,0,81,81,113,113,2,0,87,87,119,119,
  	13,0,34,34,39,39,66,66,70,70,78,78,82,82,84,84,92,92,98,98,102,102,110,
  	110,114,114,116,116,2,0,65,70,97,102,8,0,160,160,5760,5760,6158,6158,
  	8192,8202,8232,8233,8239,8239,8287,8287,12288,12288,1,0,12,12,1,0,96,
  	96,1,0,30,30,768,0,48,57,65,90,95,95,97,122,170,170,181,181,183,183,186,
  	186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,768,884,886,
  	887,890,893,895,895,902,906,908,908,910,929,931,1013,1015,1153,1155,1159,
  	1162,1327,1329,1366,1369,1369,1376,1416,1425,1469,1471,1471,1473,1474,
  	1476,1477,1479,1479,1488,1514,1519,1522,1552,1562,1568,1641,1646,1747,
  	1749,1756,1759,1768,1770,1788,1791,1791,1808,1866,1869,1969,1984,2037,
  	2042,2042,2045,2045,2048,2093,2112,2139,2144,2154,2160,2183,2185,2190,
  	2200,2273,2275,2403,2406,2415,2417,2435,2437,2444,2447,2448,2451,2472,
  	2474,2480,2482,2482,2486,2489,2492,2500,2503,2504,2507,2510,2519,2519,
  	2524,2525,2527,2531,2534,2545,2556,2556,2558,2558,2561,2563,2565,2570,
  	2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,
  	2622,2626,2631,2632,2635,2637,2641,2641,2649,2652,2654,2654,2662,2677,
  	2689,2691,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,
  	2748,2757,2759,2761,2763,2765,2768,2768,2784,2787,2790,2799,2809,2815,
  	2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,
  	2876,2884,2887,2888,2891,2893,2901,2903,2908,2909,2911,2915,2918,2927,
  	2929,2929,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,
  	2974,2975,2979,2980,2984,2986,2990,3001,3006,3010,3014,3016,3018,3021,
  	3024,3024,3031,3031,3046,3055,3072,3084,3086,3088,3090,3112,3114,3129,
  	3132,3140,3142,3144,3146,3149,3157,3158,3160,3162,3165,3165,3168,3171,
  	3174,3183,3200,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,
  	3260,3268,3270,3272,3274,3277,3285,3286,3293,3294,3296,3299,3302,3311,
  	3313,3315,3328,3340,3342,3344,3346,3396,3398,3400,3402,3406,3412,3415,
  	3423,3427,3430,3439,3450,3455,3457,3459,3461,3478,3482,3505,3507,3515,
  	3517,3517,3520,3526,3530,3530,3535,3540,3542,3542,3544,3551,3558,3567,
  	3570,3571,3585,3642,3648,3662,3664,3673,3713,3714,3716,3716,3718,3722,
  	3724,3747,3749,3749,3751,3773,3776,3780,3782,3782,3784,3790,3792,3801,
  	3804,3807,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,
  	3902,3911,3913,3948,3953,3972,3974,3991,3993,4028,4038,4038,4096,4169,
  	4176,4253,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,
  	4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,
  	4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,
  	4957,4959,4969,4977,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,
  	5761,5786,5792,5866,5870,5880,5888,5909,5919,5940,5952,5971,5984,5996,
  	5998,6000,6002,6003,6016,6099,6103,6103,6108,6109,6112,6121,6155,6157,
  	6159,6169,6176,6264,6272,6314,6320,6389,6400,6430,6432,6443,6448,6459,
  	6470,6509,6512,6516,6528,6571,6576,6601,6608,6618,6656,6683,6688,6750,
  	6752,6780,6783,6793,6800,6809,6823,6823,6832,6845,6847,6862,6912,6988,
  	6992,7001,7019,7027,7040,7155,7168,7223,7232,7241,7245,7293,7296,7304,
  	7312,7354,7357,7359,7376,7378,7380,7418,7424,7957,7960,7965,7968,8005,
  	8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,
  	8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,
  	8178,8180,8182,8188,8255,8256,8276,8276,8305,8305,8319,8319,8336,8348,
  	8400,8412,8417,8417,8421,8432,8450,8450,8455,8455,8458,8467,8469,8469,
  	8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,
  	8526,8526,8544,8584,11264,11492,11499,11507,11520,11557,11559,11559,11565,
  	11565,11568,11623,11631,11631,11647,11670,11680,11686,11688,11694,11696,
  	11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11744,
  	11775,12293,12295,12321,12335,12337,12341,12344,12348,12353,12438,12441,
  	12447,12449,12538,12540,12543,12549,12591,12593,12686,12704,12735,12784,
  	12799,13312,19903,19968,42124,42192,42237,42240,42508,42512,42539,42560,
  	42607,42612,42621,42623,42737,42775,42783,42786,42888,42891,42954,42960,
  	42961,42963,42963,42965,42969,42994,43047,43052,43052,43072,43123,43136,
  	43205,43216,43225,43232,43255,43259,43259,43261,43309,43312,43347,43360,
  	43388,43392,43456,43471,43481,43488,43518,43520,43574,43584,43597,43600,
  	43609,43616,43638,43642,43714,43739,43741,43744,43759,43762,43766,43777,
  	43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,
  	43881,43888,44010,44012,44013,44016,44025,44032,55203,55216,55238,55243,
  	55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64296,64298,
  	64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,
  	64829,64848,64911,64914,64967,65008,65019,65024,65039,65056,65071,65075,
  	65076,65101,65103,65136,65140,65142,65276,65296,65305,65313,65338,65343,
  	65343,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,
  	65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,
  	65629,65664,65786,65856,65908,66045,66045,66176,66204,66208,66256,66272,
  	66272,66304,66335,66349,66378,66384,66426,66432,66461,66464,66499,66504,
  	66511,66513,66517,66560,66717,66720,66729,66736,66771,66776,66811,66816,
  	66855,66864,66915,66928,66938,66940,66954,66956,66962,66964,66965,66967,
  	66977,66979,66993,66995,67001,67003,67004,67072,67382,67392,67413,67424,
  	67431,67456,67461,67463,67504,67506,67514,67584,67589,67592,67592,67594,
  	67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,
  	67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,
  	68099,68101,68102,68108,68115,68117,68119,68121,68149,68152,68154,68159,
  	68159,68192,68220,68224,68252,68288,68295,68297,68326,68352,68405,68416,
  	68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,
  	68903,68912,68921,69248,69289,69291,69292,69296,69297,69373,69404,69415,
  	69415,69424,69456,69488,69509,69552,69572,69600,69622,69632,69702,69734,
  	69749,69759,69818,69826,69826,69840,69864,69872,69881,69888,69940,69942,
  	69951,69956,69959,69968,70003,70006,70006,70016,70084,70089,70092,70094,
  	70106,70108,70108,70144,70161,70163,70199,70206,70209,70272,70278,70280,
  	70280,70282,70285,70287,70301,70303,70312,70320,70378,70384,70393,70400,
  	70403,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,
  	70457,70459,70468,70471,70472,70475,70477,70480,70480,70487,70487,70493,
  	70499,70502,70508,70512,70516,70656,70730,70736,70745,70750,70753,70784,
  	70853,70855,70855,70864,70873,71040,71093,71096,71104,71128,71133,71168,
  	71232,71236,71236,71248,71257,71296,71352,71360,71369,71424,71450,71453,
  	71467,71472,71481,71488,71494,71680,71738,71840,71913,71935,71942,71945,
  	71945,71948,71955,71957,71958,71960,71989,71991,71992,71995,72003,72016,
  	72025,72096,72103,72106,72151,72154,72161,72163,72164,72192,72254,72263,
  	72263,72272,72345,72349,72349,72368,72440,72704,72712,72714,72758,72760,
  	72768,72784,72793,72818,72847,72850,72871,72873,72886,72960,72966,72968,
  	72969,72971,73014,73018,73018,73020,73021,73023,73031,73040,73049,73056,
  	73061,73063,73064,73066,73102,73104,73105,73107,73112,73120,73129,73440,
  	73462,73472,73488,73490,73530,73534,73538,73552,73561,73648,73648,73728,
  	74649,74752,74862,74880,75075,77712,77808,77824,78895,78912,78933,82944,
  	83526,92160,92728,92736,92766,92768,92777,92784,92862,92864,92873,92880,
  	92909,92912,92916,92928,92982,92992,92995,93008,93017,93027,93047,93053,
  	93071,93760,93823,93952,94026,94031,94087,94095,94111,94176,94177,94179,
  	94180,94192,94193,94208,100343,100352,101589,101632,101640,110576,110579,
  	110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,
  	110933,110933,110948,110951,110960,111355,113664,113770,113776,113788,
  	113792,113800,113808,113817,113821,113822,118528,118573,118576,118598,
  	119141,119145,119149,119154,119163,119170,119173,119179,119210,119213,
  	119362,119364,119808,119892,119894,119964,119966,119967,119970,119970,
  	119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,
  	120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,
  	120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,
  	120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,
  	120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,
  	120772,120779,120782,120831,121344,121398,121403,121452,121461,121461,
  	121476,121476,121499,121503,121505,121519,122624,122654,122661,122666,
  	122880,122886,122888,122904,122907,122913,122915,122916,122918,122922,
  	122928,122989,123023,123023,123136,123180,123184,123197,123200,123209,
  	123214,123214,123536,123566,123584,123641,124112,124153,124896,124902,
  	124904,124907,124909,124910,124912,124926,124928,125124,125136,125142,
  	125184,125259,125264,125273,126464,126467,126469,126495,126497,126498,
  	126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,
  	126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,
  	126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,
  	126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,
  	126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,
  	126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,
  	130032,130041,131072,173791,173824,177977,177984,178205,178208,183969,
  	183984,191456,194560,195101,196608,201546,201552,205743,917760,917999,
  	1,0,42,42,2,0,39,39,92,92,2,0,10,10,13,13,1,0,47,47,1,0,29,29,1,0,28,
  	28,1,0,13,13,21,0,36,36,162,165,1423,1423,1547,1547,2046,2047,2546,2547,
  	2555,2555,2801,2801,3065,3065,3647,3647,6107,6107,8352,8384,43064,43064,
  	65020,65020,65129,65129,65284,65284,65504,65505,65509,65510,73693,73696,
  	123647,123647,126128,126128,1,0,32,32,6,0,95,95,8255,8256,8276,8276,65075,
  	65076,65101,65103,65343,65343,1,0,9,9,2,0,34,34,92,92,1,0,10,10,1,0,11,
  	11,1,0,31,31,659,0,65,90,97,122,170,170,181,181,186,186,192,214,216,246,
  	248,705,710,721,736,740,748,748,750,750,880,884,886,887,890,893,895,895,
  	902,902,904,906,908,908,910,929,931,1013,1015,1153,1162,1327,1329,1366,
  	1369,1369,1376,1416,1488,1514,1519,1522,1568,1610,1646,1647,1649,1747,
  	1749,1749,1765,1766,1774,1775,1786,1788,1791,1791,1808,1808,1810,1839,
  	1869,1957,1969,1969,1994,2026,2036,2037,2042,2042,2048,2069,2074,2074,
  	2084,2084,2088,2088,2112,2136,2144,2154,2160,2183,2185,2190,2208,2249,
  	2308,2361,2365,2365,2384,2384,2392,2401,2417,2432,2437,2444,2447,2448,
  	2451,2472,2474,2480,2482,2482,2486,2489,2493,2493,2510,2510,2524,2525,
  	2527,2529,2544,2545,2556,2556,2565,2570,2575,2576,2579,2600,2602,2608,
  	2610,2611,2613,2614,2616,2617,2649,2652,2654,2654,2674,2676,2693,2701,
  	2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,
  	2784,2785,2809,2809,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,
  	2869,2873,2877,2877,2908,2909,2911,2913,2929,2929,2947,2947,2949,2954,
  	2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,
  	2990,3001,3024,3024,3077,3084,3086,3088,3090,3112,3114,3129,3133,3133,
  	3160,3162,3165,3165,3168,3169,3200,3200,3205,3212,3214,3216,3218,3240,
  	3242,3251,3253,3257,3261,3261,3293,3294,3296,3297,3313,3314,3332,3340,
  	3342,3344,3346,3386,3389,3389,3406,3406,3412,3414,3423,3425,3450,3455,
  	3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3585,3632,3634,3635,
  	3648,3654,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3760,
  	3762,3763,3773,3773,3776,3780,3782,3782,3804,3807,3840,3840,3904,3911,
  	3913,3948,3976,3980,4096,4138,4159,4159,4176,4181,4186,4189,4193,4193,
  	4197,4198,4206,4208,4213,4225,4238,4238,4256,4293,4295,4295,4301,4301,
  	4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,
  	4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,
  	4824,4880,4882,4885,4888,4954,4992,5007,5024,5109,5112,5117,5121,5740,
  	5743,5759,5761,5786,5792,5866,5870,5880,5888,5905,5919,5937,5952,5969,
  	5984,5996,5998,6000,6016,6067,6103,6103,6108,6108,6176,6264,6272,6312,
  	6314,6314,6320,6389,6400,6430,6480,6509,6512,6516,6528,6571,6576,6601,
  	6656,6678,6688,6740,6823,6823,6917,6963,6981,6988,7043,7072,7086,7087,
  	7098,7141,7168,7203,7245,7247,7258,7293,7296,7304,7312,7354,7357,7359,
  	7401,7404,7406,7411,7413,7414,7418,7418,7424,7615,7680,7957,7960,7965,
  	7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,
  	8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,
  	8160,8172,8178,8180,8182,8188,8305,8305,8319,8319,8336,8348,8450,8450,
  	8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,
  	8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11492,11499,11502,
  	11506,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,
  	11648,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,
  	11720,11726,11728,11734,11736,11742,12293,12295,12321,12329,12337,12341,
  	12344,12348,12353,12438,12443,12447,12449,12538,12540,12543,12549,12591,
  	12593,12686,12704,12735,12784,12799,13312,19903,19968,42124,42192,42237,
  	42240,42508,42512,42527,42538,42539,42560,42606,42623,42653,42656,42735,
  	42775,42783,42786,42888,42891,42954,42960,42961,42963,42963,42965,42969,
  	42994,43009,43011,43013,43015,43018,43020,43042,43072,43123,43138,43187,
  	43250,43255,43259,43259,43261,43262,43274,43301,43312,43334,43360,43388,
  	43396,43442,43471,43471,43488,43492,43494,43503,43514,43518,43520,43560,
  	43584,43586,43588,43595,43616,43638,43642,43642,43646,43695,43697,43697,
  	43701,43702,43705,43709,43712,43712,43714,43714,43739,43741,43744,43754,
  	43762,43764,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,
  	43824,43866,43868,43881,43888,44002,44032,55203,55216,55238,55243,55291,
  	63744,64109,64112,64217,64256,64262,64275,64279,64285,64285,64287,64296,
  	64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,
  	64467,64829,64848,64911,64914,64967,65008,65019,65136,65140,65142,65276,
  	65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,
  	65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,
  	65616,65629,65664,65786,65856,65908,66176,66204,66208,66256,66304,66335,
  	66349,66378,66384,66421,66432,66461,66464,66499,66504,66511,66513,66517,
  	66560,66717,66736,66771,66776,66811,66816,66855,66864,66915,66928,66938,
  	66940,66954,66956,66962,66964,66965,66967,66977,66979,66993,66995,67001,
  	67003,67004,67072,67382,67392,67413,67424,67431,67456,67461,67463,67504,
  	67506,67514,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,
  	67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,
  	67872,67897,67968,68023,68030,68031,68096,68096,68112,68115,68117,68119,
  	68121,68149,68192,68220,68224,68252,68288,68295,68297,68324,68352,68405,
  	68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,
  	68864,68899,69248,69289,69296,69297,69376,69404,69415,69415,69424,69445,
  	69488,69505,69552,69572,69600,69622,69635,69687,69745,69746,69749,69749,
  	69763,69807,69840,69864,69891,69926,69956,69956,69959,69959,69968,70002,
  	70006,70006,70019,70066,70081,70084,70106,70106,70108,70108,70144,70161,
  	70163,70187,70207,70208,70272,70278,70280,70280,70282,70285,70287,70301,
  	70303,70312,70320,70366,70405,70412,70415,70416,70419,70440,70442,70448,
  	70450,70451,70453,70457,70461,70461,70480,70480,70493,70497,70656,70708,
  	70727,70730,70751,70753,70784,70831,70852,70853,70855,70855,71040,71086,
  	71128,71131,71168,71215,71236,71236,71296,71338,71352,71352,71424,71450,
  	71488,71494,71680,71723,71840,71903,71935,71942,71945,71945,71948,71955,
  	71957,71958,71960,71983,71999,71999,72001,72001,72096,72103,72106,72144,
  	72161,72161,72163,72163,72192,72192,72203,72242,72250,72250,72272,72272,
  	72284,72329,72349,72349,72368,72440,72704,72712,72714,72750,72768,72768,
  	72818,72847,72960,72966,72968,72969,72971,73008,73030,73030,73056,73061,
  	73063,73064,73066,73097,73112,73112,73440,73458,73474,73474,73476,73488,
  	73490,73523,73648,73648,73728,74649,74752,74862,74880,75075,77712,77808,
  	77824,78895,78913,78918,82944,83526,92160,92728,92736,92766,92784,92862,
  	92880,92909,92928,92975,92992,92995,93027,93047,93053,93071,93760,93823,
  	93952,94026,94032,94032,94099,94111,94176,94177,94179,94179,94208,100343,
  	100352,101589,101632,101640,110576,110579,110581,110587,110589,110590,
  	110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,
  	110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,
  	119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,
  	119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,
  	120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,
  	120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,
  	120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,
  	120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,
  	122624,122654,122661,122666,122928,122989,123136,123180,123191,123197,
  	123214,123214,123536,123565,123584,123627,124112,124139,124896,124902,
  	124904,124907,124909,124910,124912,124926,124928,125124,125184,125251,
  	125259,125259,126464,126467,126469,126495,126497,126498,126500,126500,
  	126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,
  	126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,
  	126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,
  	126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,
  	126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,
  	126603,126619,126625,126627,126629,126633,126635,126651,131072,173791,
  	173824,177977,177984,178205,178208,183969,183984,191456,194560,195101,
  	196608,201546,201552,205743,1552,0,1,1,0,0,0,0,3,1,0,0,0,0,5,1,0,0,0,
  	0,7,1,0,0,0,0,9,1,0,0,0,0,11,1,0,0,0,0,13,1,0,0,0,0,15,1,0,0,0,0,17,1,
  	0,0,0,0,19,1,0,0,0,0,21,1,0,0,0,0,23,1,0,0,0,0,25,1,0,0,0,0,27,1,0,0,
  	0,0,29,1,0,0,0,0,31,1,0,0,0,0,33,1,0,0,0,0,35,1,0,0,0,0,37,1,0,0,0,0,
  	39,1,0,0,0,0,41,1,0,0,0,0,43,1,0,0,0,0,45,1,0,0,0,0,47,1,0,0,0,0,49,1,
  	0,0,0,0,51,1,0,0,0,0,53,1,0,0,0,0,55,1,0,0,0,0,57,1,0,0,0,0,59,1,0,0,
  	0,0,61,1,0,0,0,0,63,1,0,0,0,0,65,1,0,0,0,0,67,1,0,0,0,0,69,1,0,0,0,0,
  	71,1,0,0,0,0,73,1,0,0,0,0,75,1,0,0,0,0,77,1,0,0,0,0,79,1,0,0,0,0,81,1,
  	0,0,0,0,83,1,0,0,0,0,85,1,0,0,0,0,87,1,0,0,0,0,89,1,0,0,0,0,91,1,0,0,
  	0,0,93,1,0,0,0,0,95,1,0,0,0,0,97,1,0,0,0,0,99,1,0,0,0,0,101,1,0,0,0,0,
  	103,1,0,0,0,0,105,1,0,0,0,0,107,1,0,0,0,0,109,1,0,0,0,0,111,1,0,0,0,0,
  	113,1,0,0,0,0,115,1,0,0,0,0,117,1,0,0,0,0,119,1,0,0,0,0,121,1,0,0,0,0,
  	123,1,0,0,0,0,125,1,0,0,0,0,127,1,0,0,0,0,129,1,0,0,0,0,131,1,0,0,0,0,
  	133,1,0,0,0,0,135,1,0,0,0,0,137,1,0,0,0,0,139,1,0,0,0,0,141,1,0,0,0,0,
  	143,1,0,0,0,0,145,1,0,0,0,0,147,1,0,0,0,0,149,1,0,0,0,0,151,1,0,0,0,0,
  	153,1,0,0,0,0,155,1,0,0,0,0,157,1,0,0,0,0,159,1,0,0,0,0,161,1,0,0,0,0,
  	163,1,0,0,0,0,165,1,0,0,0,0,167,1,0,0,0,0,169,1,0,0,0,0,171,1,0,0,0,0,
  	173,1,0,0,0,0,175,1,0,0,0,0,177,1,0,0,0,0,179,1,0,0,0,0,181,1,0,0,0,0,
  	183,1,0,0,0,0,185,1,0,0,0,0,187,1,0,0,0,0,189,1,0,0,0,0,191,1,0,0,0,0,
  	193,1,0,0,0,0,195,1,0,0,0,0,197,1,0,0,0,0,199,1,0,0,0,0,201,1,0,0,0,0,
  	203,1,0,0,0,0,205,1,0,0,0,0,207,1,0,0,0,0,209,1,0,0,0,0,211,1,0,0,0,0,
  	213,1,0,0,0,0,215,1,0,0,0,0,217,1,0,0,0,0,219,1,0,0,0,0,221,1,0,0,0,0,
  	223,1,0,0,0,0,225,1,0,0,0,0,227,1,0,0,0,0,229,1,0,0,0,0,231,1,0,0,0,0,
  	233,1,0,0,0,0,235,1,0,0,0,0,237,1,0,0,0,0,239,1,0,0,0,0,241,1,0,0,0,0,
  	243,1,0,0,0,0,245,1,0,0,0,0,247,1,0,0,0,0,249,1,0,0,0,0,251,1,0,0,0,0,
  	253,1,0,0,0,0,255,1,0,0,0,0,257,1,0,0,0,0,259,1,0,0,0,0,261,1,0,0,0,0,
  	263,1,0,0,0,0,265,1,0,0,0,0,267,1,0,0,0,0,269,1,0,0,0,0,271,1,0,0,0,0,
  	273,1,0,0,0,0,275,1,0,0,0,0,277,1,0,0,0,0,279,1,0,0,0,0,281,1,0,0,0,0,
  	283,1,0,0,0,0,285,1,0,0,0,0,287,1,0,0,0,0,289,1,0,0,0,0,291,1,0,0,0,0,
  	293,1,0,0,0,0,295,1,0,0,0,0,297,1,0,0,0,0,299,1,0,0,0,0,301,1,0,0,0,0,
  	303,1,0,0,0,0,305,1,0,0,0,0,307,1,0,0,0,0,309,1,0,0,0,0,311,1,0,0,0,0,
  	313,1,0,0,0,0,315,1,0,0,0,0,317,1,0,0,0,0,319,1,0,0,0,0,321,1,0,0,0,0,
  	323,1,0,0,0,0,325,1,0,0,0,0,327,1,0,0,0,0,329,1,0,0,0,0,331,1,0,0,0,0,
  	333,1,0,0,0,0,335,1,0,0,0,0,337,1,0,0,0,0,339,1,0,0,0,0,341,1,0,0,0,0,
  	343,1,0,0,0,0,345,1,0,0,0,0,347,1,0,0,0,0,349,1,0,0,0,0,351,1,0,0,0,0,
  	353,1,0,0,0,0,355,1,0,0,0,0,357,1,0,0,0,0,359,1,0,0,0,0,361,1,0,0,0,0,
  	363,1,0,0,0,0,365,1,0,0,0,0,367,1,0,0,0,0,369,1,0,0,0,0,411,1,0,0,0,1,
  	413,1,0,0,0,3,415,1,0,0,0,5,417,1,0,0,0,7,419,1,0,0,0,9,421,1,0,0,0,11,
  	423,1,0,0,0,13,425,1,0,0,0,15,427,1,0,0,0,17,429,1,0,0,0,19,431,1,0,0,
  	0,21,433,1,0,0,0,23,435,1,0,0,0,25,438,1,0,0,0,27,440,1,0,0,0,29,443,
  	1,0,0,0,31,445,1,0,0,0,33,448,1,0,0,0,35,450,1,0,0,0,37,453,1,0,0,0,39,
  	456,1,0,0,0,41,458,1,0,0,0,43,460,1,0,0,0,45,462,1,0,0,0,47,464,1,0,0,
  	0,49,467,1,0,0,0,51,469,1,0,0,0,53,471,1,0,0,0,55,473,1,0,0,0,57,475,
  	1,0,0,0,59,477,1,0,0,0,61,479,1,0,0,0,63,481,1,0,0,0,65,483,1,0,0,0,67,
  	485,1,0,0,0,69,487,1,0,0,0,71,489,1,0,0,0,73,491,1,0,0,0,75,493,1,0,0,
  	0,77,495,1,0,0,0,79,497,1,0,0,0,81,499,1,0,0,0,83,501,1,0,0,0,85,503,
  	1,0,0,0,87,505,1,0,0,0,89,507,1,0,0,0,91,515,1,0,0,0,93,519,1,0,0,0,95,
  	523,1,0,0,0,97,527,1,0,0,0,99,533,1,0,0,0,101,537,1,0,0,0,103,540,1,0,
  	0,0,105,544,1,0,0,0,107,554,1,0,0,0,109,561,1,0,0,0,111,567,1,0,0,0,113,
  	570,1,0,0,0,115,575,1,0,0,0,117,580,1,0,0,0,119,585,1,0,0,0,121,596,1,
  	0,0,0,123,603,1,0,0,0,125,611,1,0,0,0,127,618,1,0,0,0,129,641,1,0,0,0,
  	131,650,1,0,0,0,133,655,1,0,0,0,135,661,1,0,0,0,137,668,1,0,0,0,139,674,
  	1,0,0,0,141,683,1,0,0,0,143,690,1,0,0,0,145,698,1,0,0,0,147,705,1,0,0,
  	0,149,710,1,0,0,0,151,721,1,0,0,0,153,728,1,0,0,0,155,737,1,0,0,0,157,
  	742,1,0,0,0,159,747,1,0,0,0,161,751,1,0,0,0,163,756,1,0,0,0,165,763,1,
  	0,0,0,167,771,1,0,0,0,169,778,1,0,0,0,171,788,1,0,0,0,173,794,1,0,0,0,
  	175,799,1,0,0,0,177,805,1,0,0,0,179,810,1,0,0,0,181,816,1,0,0,0,183,822,
  	1,0,0,0,185,830,1,0,0,0,187,835,1,0,0,0,189,842,1,0,0,0,191,845,1,0,0,
  	0,193,848,1,0,0,0,195,858,1,0,0,0,197,866,1,0,0,0,199,869,1,0,0,0,201,
  	874,1,0,0,0,203,878,1,0,0,0,205,884,1,0,0,0,207,889,1,0,0,0,209,897,1,
  	0,0,0,211,903,1,0,0,0,213,909,1,0,0,0,215,918,1,0,0,0,217,924,1,0,0,0,
  	219,933,1,0,0,0,221,944,1,0,0,0,223,947,1,0,0,0,225,952,1,0,0,0,227,956,
  	1,0,0,0,229,961,1,0,0,0,231,966,1,0,0,0,233,969,1,0,0,0,235,974,1,0,0,
  	0,237,983,1,0,0,0,239,986,1,0,0,0,241,992,1,0,0,0,243,1000,1,0,0,0,245,
  	1008,1,0,0,0,247,1016,1,0,0,0,249,1021,1,0,0,0,251,1025,1,0,0,0,253,1032,
  	1,0,0,0,255,1039,1,0,0,0,257,1048,1,0,0,0,259,1073,1,0,0,0,261,1082,1,
  	0,0,0,263,1086,1,0,0,0,265,1095,1,0,0,0,267,1101,1,0,0,0,269,1108,1,0,
  	0,0,271,1115,1,0,0,0,273,1121,1,0,0,0,275,1126,1,0,0,0,277,1129,1,0,0,
  	0,279,1135,1,0,0,0,281,1147,1,0,0,0,283,1152,1,0,0,0,285,1157,1,0,0,0,
  	287,1163,1,0,0,0,289,1170,1,0,0,0,291,1180,1,0,0,0,293,1187,1,0,0,0,295,
  	1191,1,0,0,0,297,1196,1,0,0,0,299,1202,1,0,0,0,301,1207,1,0,0,0,303,1213,
  	1,0,0,0,305,1223,1,0,0,0,307,1227,1,0,0,0,309,1234,1,0,0,0,311,1240,1,
  	0,0,0,313,1245,1,0,0,0,315,1254,1,0,0,0,317,1259,1,0,0,0,319,1263,1,0,
  	0,0,321,1271,1,0,0,0,323,1273,1,0,0,0,325,1278,1,0,0,0,327,1281,1,0,0,
  	0,329,1283,1,0,0,0,331,1286,1,0,0,0,333,1288,1,0,0,0,335,1308,1,0,0,0,
  	337,1310,1,0,0,0,339,1342,1,0,0,0,341,1345,1,0,0,0,343,1349,1,0,0,0,345,
  	1353,1,0,0,0,347,1357,1,0,0,0,349,1359,1,0,0,0,351,1361,1,0,0,0,353,1385,
  	1,0,0,0,355,1399,1,0,0,0,357,1408,1,0,0,0,359,1417,1,0,0,0,361,1421,1,
  	0,0,0,363,1431,1,0,0,0,365,1436,1,0,0,0,367,1452,1,0,0,0,369,1483,1,0,
  	0,0,371,1485,1,0,0,0,373,1487,1,0,0,0,375,1489,1,0,0,0,377,1491,1,0,0,
  	0,379,1493,1,0,0,0,381,1495,1,0,0,0,383,1497,1,0,0,0,385,1499,1,0,0,0,
  	387,1501,1,0,0,0,389,1503,1,0,0,0,391,1505,1,0,0,0,393,1507,1,0,0,0,395,
  	1509,1,0,0,0,397,1511,1,0,0,0,399,1513,1,0,0,0,401,1515,1,0,0,0,403,1517,
  	1,0,0,0,405,1519,1,0,0,0,407,1521,1,0,0,0,409,1523,1,0,0,0,411,1525,1,
  	0,0,0,413,414,5,59,0,0,414,2,1,0,0,0,415,416,5,40,0,0,416,4,1,0,0,0,417,
  	418,5,41,0,0,418,6,1,0,0,0,419,420,5,44,0,0,420,8,1,0,0,0,421,422,5,46,
  	0,0,422,10,1,0,0,0,423,424,5,61,0,0,424,12,1,0,0,0,425,426,5,91,0,0,426,
  	14,1,0,0,0,427,428,5,93,0,0,428,16,1,0,0,0,429,430,5,123,0,0,430,18,1,
  	0,0,0,431,432,5,125,0,0,432,20,1,0,0,0,433,434,5,124,0,0,434,22,1,0,0,
  	0,435,436,5,60,0,0,436,437,5,62,0,0,437,24,1,0,0,0,438,439,5,60,0,0,439,
  	26,1,0,0,0,440,441,5,60,0,0,441,442,5,61,0,0,442,28,1,0,0,0,443,444,5,
  	62,0,0,444,30,1,0,0,0,445,446,5,62,0,0,446,447,5,61,0,0,447,32,1,0,0,
  	0,448,449,5,38,0,0,449,34,1,0,0,0,450,451,5,62,0,0,451,452,5,62,0,0,452,
  	36,1,0,0,0,453,454,5,60,0,0,454,455,5,60,0,0,455,38,1,0,0,0,456,457,5,
  	43,0,0,457,40,1,0,0,0,458,459,5,47,0,0,459,42,1,0,0,0,460,461,5,37,0,
  	0,461,44,1,0,0,0,462,463,5,94,0,0,463,46,1,0,0,0,464,465,5,61,0,0,465,
  	466,5,126,0,0,466,48,1,0,0,0,467,468,5,36,0,0,468,50,1,0,0,0,469,470,
  	5,10216,0,0,470,52,1,0,0,0,471,472,5,12296,0,0,472,54,1,0,0,0,473,474,
  	5,65124,0,0,474,56,1,0,0,0,475,476,5,65308,0,0,476,58,1,0,0,0,477,478,
  	5,10217,0,0,478,60,1,0,0,0,479,480,5,12297,0,0,480,62,1,0,0,0,481,482,
  	5,65125,0,0,482,64,1,0,0,0,483,484,5,65310,0,0,484,66,1,0,0,0,485,486,
  	5,173,0,0,486,68,1,0,0,0,487,488,5,8208,0,0,488,70,1,0,0,0,489,490,5,
  	8209,0,0,490,72,1,0,0,0,491,492,5,8210,0,0,492,74,1,0,0,0,493,494,5,8211,
  	0,0,494,76,1,0,0,0,495,496,5,8212,0,0,496,78,1,0,0,0,497,498,5,8213,0,
  	0,498,80,1,0,0,0,499,500,5,8722,0,0,500,82,1,0,0,0,501,502,5,65112,0,
  	0,502,84,1,0,0,0,503,504,5,65123,0,0,504,86,1,0,0,0,505,506,5,65293,0,
  	0,506,88,1,0,0,0,507,508,7,0,0,0,508,509,7,1,0,0,509,510,7,2,0,0,510,
  	511,7,1,0,0,511,512,7,3,0,0,512,513,7,4,0,0,513,514,7,1,0,0,514,90,1,
  	0,0,0,515,516,7,0,0,0,516,517,7,5,0,0,517,518,7,2,0,0,518,92,1,0,0,0,
  	519,520,7,0,0,0,520,521,7,6,0,0,521,522,7,6,0,0,522,94,1,0,0,0,523,524,
  	7,0,0,0,524,525,7,3,0,0,525,526,7,3,0,0,526,96,1,0,0,0,527,528,7,0,0,
  	0,528,529,7,3,0,0,529,530,7,7,0,0,530,531,7,8,0,0,531,532,7,9,0,0,532,
  	98,1,0,0,0,533,534,7,0,0,0,534,535,7,5,0,0,535,536,7,6,0,0,536,100,1,
  	0,0,0,537,538,7,0,0,0,538,539,7,10,0,0,539,102,1,0,0,0,540,541,7,0,0,
  	0,541,542,7,10,0,0,542,543,7,1,0,0,543,104,1,0,0,0,544,545,7,0,0,0,545,
  	546,7,10,0,0,546,547,7,1,0,0,547,548,7,8,0,0,548,549,7,5,0,0,549,550,
  	7,6,0,0,550,551,7,4,0,0,551,552,7,5,0,0,552,553,7,11,0,0,553,106,1,0,
  	0,0,554,555,7,0,0,0,555,556,7,7,0,0,556,557,7,7,0,0,557,558,7,0,0,0,558,
  	559,7,1,0,0,559,560,7,12,0,0,560,108,1,0,0,0,561,562,7,13,0,0,562,563,
  	7,8,0,0,563,564,7,11,0,0,564,565,7,4,0,0,565,566,7,5,0,0,566,110,1,0,
  	0,0,567,568,7,13,0,0,568,569,7,2,0,0,569,112,1,0,0,0,570,571,7,1,0,0,
  	571,572,7,0,0,0,572,573,7,3,0,0,573,574,7,3,0,0,574,114,1,0,0,0,575,576,
  	7,1,0,0,576,577,7,0,0,0,577,578,7,10,0,0,578,579,7,8,0,0,579,116,1,0,
  	0,0,580,581,7,1,0,0,581,582,7,0,0,0,582,583,7,10,0,0,583,584,7,7,0,0,
  	584,118,1,0,0,0,585,586,7,1,0,0,586,587,7,12,0,0,587,588,7,8,0,0,588,
  	589,7,1,0,0,589,590,7,14,0,0,590,591,7,15,0,0,591,592,7,16,0,0,592,593,
  	7,4,0,0,593,594,7,5,0,0,594,595,7,7,0,0,595,120,1,0,0,0,596,597,7,1,0,
  	0,597,598,7,16,0,0,598,599,7,3,0,0,599,600,7,17,0,0,600,601,7,18,0,0,
  	601,602,7,5,0,0,602,122,1,0,0,0,603,604,7,1,0,0,604,605,7,16,0,0,605,
  	606,7,18,0,0,606,607,7,18,0,0,607,608,7,8,0,0,608,609,7,5,0,0,609,610,
  	7,7,0,0,610,124,1,0,0,0,611,612,7,1,0,0,612,613,7,16,0,0,613,614,7,18,
  	0,0,614,615,7,18,0,0,615,616,7,4,0,0,616,617,7,7,0,0,617,126,1,0,0,0,
  	618,619,7,1,0,0,619,620,7,16,0,0,620,621,7,18,0,0,621,622,7,18,0,0,622,
  	623,7,4,0,0,623,624,7,7,0,0,624,625,5,95,0,0,625,626,7,10,0,0,626,627,
  	7,14,0,0,627,628,7,4,0,0,628,629,7,15,0,0,629,630,5,95,0,0,630,631,7,
  	1,0,0,631,632,7,12,0,0,632,633,7,8,0,0,633,634,7,1,0,0,634,635,7,14,0,
  	0,635,636,7,15,0,0,636,637,7,16,0,0,637,638,7,4,0,0,638,639,7,5,0,0,639,
  	640,7,7,0,0,640,128,1,0,0,0,641,642,7,1,0,0,642,643,7,16,0,0,643,644,
  	7,5,0,0,644,645,7,7,0,0,645,646,7,0,0,0,646,647,7,4,0,0,647,648,7,5,0,
  	0,648,649,7,10,0,0,649,130,1,0,0,0,650,651,7,1,0,0,651,652,7,16,0,0,652,
  	653,7,15,0,0,653,654,7,2,0,0,654,132,1,0,0,0,655,656,7,1,0,0,656,657,
  	7,16,0,0,657,658,7,17,0,0,658,659,7,5,0,0,659,660,7,7,0,0,660,134,1,0,
  	0,0,661,662,7,1,0,0,662,663,7,9,0,0,663,664,7,8,0,0,664,665,7,0,0,0,665,
  	666,7,7,0,0,666,667,7,8,0,0,667,136,1,0,0,0,668,669,7,1,0,0,669,670,7,
  	2,0,0,670,671,7,1,0,0,671,672,7,3,0,0,672,673,7,8,0,0,673,138,1,0,0,0,
  	674,675,7,6,0,0,675,676,7,0,0,0,676,677,7,7,0,0,677,678,7,0,0,0,678,679,
  	7,13,0,0,679,680,7,0,0,0,680,681,7,10,0,0,681,682,7,8,0,0,682,140,1,0,
  	0,0,683,684,7,6,0,0,684,685,7,13,0,0,685,686,7,7,0,0,686,687,7,2,0,0,
  	687,688,7,15,0,0,688,689,7,8,0,0,689,142,1,0,0,0,690,691,7,6,0,0,691,
  	692,7,8,0,0,692,693,7,19,0,0,693,694,7,0,0,0,694,695,7,17,0,0,695,696,
  	7,3,0,0,696,697,7,7,0,0,697,144,1,0,0,0,698,699,7,6,0,0,699,700,7,8,0,
  	0,700,701,7,3,0,0,701,702,7,8,0,0,702,703,7,7,0,0,703,704,7,8,0,0,704,
  	146,1,0,0,0,705,706,7,6,0,0,706,707,7,8,0,0,707,708,7,10,0,0,708,709,
  	7,1,0,0,709,148,1,0,0,0,710,711,7,6,0,0,711,712,7,8,0,0,712,713,7,10,
  	0,0,713,714,7,1,0,0,714,715,7,8,0,0,715,716,7,5,0,0,716,717,7,6,0,0,717,
  	718,7,4,0,0,718,719,7,5,0,0,719,720,7,11,0,0,720,150,1,0,0,0,721,722,
  	7,6,0,0,722,723,7,8,0,0,723,724,7,7,0,0,724,725,7,0,0,0,725,726,7,1,0,
  	0,726,727,7,12,0,0,727,152,1,0,0,0,728,729,7,6,0,0,729,730,7,4,0,0,730,
  	731,7,10,0,0,731,732,7,7,0,0,732,733,7,4,0,0,733,734,7,5,0,0,734,735,
  	7,1,0,0,735,736,7,7,0,0,736,154,1,0,0,0,737,738,7,6,0,0,738,739,7,9,0,
  	0,739,740,7,16,0,0,740,741,7,15,0,0,741,156,1,0,0,0,742,743,7,8,0,0,743,
  	744,7,3,0,0,744,745,7,10,0,0,745,746,7,8,0,0,746,158,1,0,0,0,747,748,
  	7,8,0,0,748,749,7,5,0,0,749,750,7,6,0,0,750,160,1,0,0,0,751,752,7,8,0,
  	0,752,753,7,5,0,0,753,754,7,6,0,0,754,755,7,10,0,0,755,162,1,0,0,0,756,
  	757,7,8,0,0,757,758,7,20,0,0,758,759,7,4,0,0,759,760,7,10,0,0,760,761,
  	7,7,0,0,761,762,7,10,0,0,762,164,1,0,0,0,763,764,7,8,0,0,764,765,7,20,
  	0,0,765,766,7,15,0,0,766,767,7,3,0,0,767,768,7,0,0,0,768,769,7,4,0,0,
  	769,770,7,5,0,0,770,166,1,0,0,0,771,772,7,8,0,0,772,773,7,20,0,0,773,
  	774,7,15,0,0,774,775,7,16,0,0,775,776,7,9,0,0,776,777,7,7,0,0,777,168,
  	1,0,0,0,778,779,7,8,0,0,779,780,7,20,0,0,780,781,7,7,0,0,781,782,7,8,
  	0,0,782,783,7,5,0,0,783,784,7,10,0,0,784,785,7,4,0,0,785,786,7,16,0,0,
  	786,787,7,5,0,0,787,170,1,0,0,0,788,789,7,19,0,0,789,790,7,0,0,0,790,
  	791,7,3,0,0,791,792,7,10,0,0,792,793,7,8,0,0,793,172,1,0,0,0,794,795,
  	7,19,0,0,795,796,7,9,0,0,796,797,7,16,0,0,797,798,7,18,0,0,798,174,1,
  	0,0,0,799,800,7,19,0,0,800,801,7,16,0,0,801,802,7,9,0,0,802,803,7,1,0,
  	0,803,804,7,8,0,0,804,176,1,0,0,0,805,806,7,11,0,0,806,807,7,3,0,0,807,
  	808,7,16,0,0,808,809,7,13,0,0,809,178,1,0,0,0,810,811,7,11,0,0,811,812,
  	7,9,0,0,812,813,7,0,0,0,813,814,7,15,0,0,814,815,7,12,0,0,815,180,1,0,
  	0,0,816,817,7,11,0,0,817,818,7,9,0,0,818,819,7,16,0,0,819,820,7,17,0,
  	0,820,821,7,15,0,0,821,182,1,0,0,0,822,823,7,12,0,0,823,824,7,8,0,0,824,
  	825,7,0,0,0,825,826,7,6,0,0,826,827,7,8,0,0,827,828,7,9,0,0,828,829,7,
  	10,0,0,829,184,1,0,0,0,830,831,7,12,0,0,831,832,7,4,0,0,832,833,7,5,0,
  	0,833,834,7,7,0,0,834,186,1,0,0,0,835,836,7,4,0,0,836,837,7,18,0,0,837,
  	838,7,15,0,0,838,839,7,16,0,0,839,840,7,9,0,0,840,841,7,7,0,0,841,188,
  	1,0,0,0,842,843,7,4,0,0,843,844,7,19,0,0,844,190,1,0,0,0,845,846,7,4,
  	0,0,846,847,7,5,0,0,847,192,1,0,0,0,848,849,7,4,0,0,849,850,7,5,0,0,850,
  	851,7,1,0,0,851,852,7,9,0,0,852,853,7,8,0,0,853,854,7,18,0,0,854,855,
  	7,8,0,0,855,856,7,5,0,0,856,857,7,7,0,0,857,194,1,0,0,0,858,859,7,4,0,
  	0,859,860,7,5,0,0,860,861,7,10,0,0,861,862,7,7,0,0,862,863,7,0,0,0,863,
  	864,7,3,0,0,864,865,7,3,0,0,865,196,1,0,0,0,866,867,7,4,0,0,867,868,7,
  	10,0,0,868,198,1,0,0,0,869,870,7,21,0,0,870,871,7,16,0,0,871,872,7,4,
  	0,0,872,873,7,5,0,0,873,200,1,0,0,0,874,875,7,14,0,0,875,876,7,8,0,0,
  	876,877,7,2,0,0,877,202,1,0,0,0,878,879,7,3,0,0,879,880,7,4,0,0,880,881,
  	7,18,0,0,881,882,7,4,0,0,882,883,7,7,0,0,883,204,1,0,0,0,884,885,7,3,
  	0,0,885,886,7,16,0,0,886,887,7,0,0,0,887,888,7,6,0,0,888,206,1,0,0,0,
  	889,890,7,3,0,0,890,891,7,16,0,0,891,892,7,11,0,0,892,893,7,4,0,0,893,
  	894,7,1,0,0,894,895,7,0,0,0,895,896,7,3,0,0,896,208,1,0,0,0,897,898,7,
  	18,0,0,898,899,7,0,0,0,899,900,7,1,0,0,900,901,7,9,0,0,901,902,7,16,0,
  	0,902,210,1,0,0,0,903,904,7,18,0,0,904,905,7,0,0,0,905,906,7,7,0,0,906,
  	907,7,1,0,0,907,908,7,12,0,0,908,212,1,0,0,0,909,910,7,18,0,0,910,911,
  	7,0,0,0,911,912,7,20,0,0,912,913,7,22,0,0,913,914,7,0,0,0,914,915,7,3,
  	0,0,915,916,7,17,0,0,916,917,7,8,0,0,917,214,1,0,0,0,918,919,7,18,0,0,
  	919,920,7,8,0,0,920,921,7,9,0,0,921,922,7,11,0,0,922,923,7,8,0,0,923,
  	216,1,0,0,0,924,925,7,18,0,0,925,926,7,4,0,0,926,927,7,5,0,0,927,928,
  	7,22,0,0,928,929,7,0,0,0,929,930,7,3,0,0,930,931,7,17,0,0,931,932,7,8,
  	0,0,932,218,1,0,0,0,933,934,7,18,0,0,934,935,7,17,0,0,935,936,7,3,0,0,
  	936,937,7,7,0,0,937,938,7,4,0,0,938,939,5,95,0,0,939,940,7,21,0,0,940,
  	941,7,16,0,0,941,942,7,4,0,0,942,943,7,5,0,0,943,220,1,0,0,0,944,945,
  	7,5,0,0,945,946,7,16,0,0,946,222,1,0,0,0,947,948,7,5,0,0,948,949,7,16,
  	0,0,949,950,7,6,0,0,950,951,7,8,0,0,951,224,1,0,0,0,952,953,7,5,0,0,953,
  	954,7,16,0,0,954,955,7,7,0,0,955,226,1,0,0,0,956,957,7,5,0,0,957,958,
  	7,16,0,0,958,959,7,5,0,0,959,960,7,8,0,0,960,228,1,0,0,0,961,962,7,5,
  	0,0,962,963,7,17,0,0,963,964,7,3,0,0,964,965,7,3,0,0,965,230,1,0,0,0,
  	966,967,7,16,0,0,967,968,7,5,0,0,968,232,1,0,0,0,969,970,7,16,0,0,970,
  	971,7,5,0,0,971,972,7,3,0,0,972,973,7,2,0,0,973,234,1,0,0,0,974,975,7,
  	16,0,0,975,976,7,15,0,0,976,977,7,7,0,0,977,978,7,4,0,0,978,979,7,16,
  	0,0,979,980,7,5,0,0,980,981,7,0,0,0,981,982,7,3,0,0,982,236,1,0,0,0,983,
  	984,7,16,0,0,984,985,7,9,0,0,985,238,1,0,0,0,986,987,7,16,0,0,987,988,
  	7,9,0,0,988,989,7,6,0,0,989,990,7,8,0,0,990,991,7,9,0,0,991,240,1,0,0,
  	0,992,993,7,15,0,0,993,994,7,9,0,0,994,995,7,4,0,0,995,996,7,18,0,0,996,
  	997,7,0,0,0,997,998,7,9,0,0,998,999,7,2,0,0,999,242,1,0,0,0,1000,1001,
  	7,15,0,0,1001,1002,7,9,0,0,1002,1003,7,16,0,0,1003,1004,7,19,0,0,1004,
  	1005,7,4,0,0,1005,1006,7,3,0,0,1006,1007,7,8,0,0,1007,244,1,0,0,0,1008,
  	1009,7,15,0,0,1009,1010,7,9,0,0,1010,1011,7,16,0,0,1011,1012,7,21,0,0,
  	1012,1013,7,8,0,0,1013,1014,7,1,0,0,1014,1015,7,7,0,0,1015,246,1,0,0,
  	0,1016,1017,7,9,0,0,1017,1018,7,8,0,0,1018,1019,7,0,0,0,1019,1020,7,6,
  	0,0,1020,248,1,0,0,0,1021,1022,7,9,0,0,1022,1023,7,8,0,0,1023,1024,7,
  	3,0,0,1024,250,1,0,0,0,1025,1026,7,9,0,0,1026,1027,7,8,0,0,1027,1028,
  	7,5,0,0,1028,1029,7,0,0,0,1029,1030,7,18,0,0,1030,1031,7,8,0,0,1031,252,
  	1,0,0,0,1032,1033,7,9,0,0,1033,1034,7,8,0,0,1034,1035,7,7,0,0,1035,1036,
  	7,17,0,0,1036,1037,7,9,0,0,1037,1038,7,5,0,0,1038,254,1,0,0,0,1039,1040,
  	7,9,0,0,1040,1041,7,16,0,0,1041,1042,7,3,0,0,1042,1043,7,3,0,0,1043,1044,
  	7,13,0,0,1044,1045,7,0,0,0,1045,1046,7,1,0,0,1046,1047,7,14,0,0,1047,
  	256,1,0,0,0,1048,1049,7,9,0,0,1049,1050,7,16,0,0,1050,1051,7,3,0,0,1051,
  	1052,7,3,0,0,1052,1053,7,13,0,0,1053,1054,7,0,0,0,1054,1055,7,1,0,0,1055,
  	1056,7,14,0,0,1056,1057,5,95,0,0,1057,1058,7,10,0,0,1058,1059,7,14,0,
  	0,1059,1060,7,4,0,0,1060,1061,7,15,0,0,1061,1062,5,95,0,0,1062,1063,7,
  	1,0,0,1063,1064,7,12,0,0,1064,1065,7,8,0,0,1065,1066,7,1,0,0,1066,1067,
  	7,14,0,0,1067,1068,7,15,0,0,1068,1069,7,16,0,0,1069,1070,7,4,0,0,1070,
  	1071,7,5,0,0,1071,1072,7,7,0,0,1072,258,1,0,0,0,1073,1074,7,10,0,0,1074,
  	1075,7,8,0,0,1075,1076,7,23,0,0,1076,1077,7,17,0,0,1077,1078,7,8,0,0,
  	1078,1079,7,5,0,0,1079,1080,7,1,0,0,1080,1081,7,8,0,0,1081,260,1,0,0,
  	0,1082,1083,7,10,0,0,1083,1084,7,8,0,0,1084,1085,7,7,0,0,1085,262,1,0,
  	0,0,1086,1087,7,10,0,0,1087,1088,7,12,0,0,1088,1089,7,16,0,0,1089,1090,
  	7,9,0,0,1090,1091,7,7,0,0,1091,1092,7,8,0,0,1092,1093,7,10,0,0,1093,1094,
  	7,7,0,0,1094,264,1,0,0,0,1095,1096,7,10,0,0,1096,1097,7,7,0,0,1097,1098,
  	7,0,0,0,1098,1099,7,9,0,0,1099,1100,7,7,0,0,1100,266,1,0,0,0,1101,1102,
  	7,10,0,0,1102,1103,7,7,0,0,1103,1104,7,0,0,0,1104,1105,7,9,0,0,1105,1106,
  	7,7,0,0,1106,1107,7,10,0,0,1107,268,1,0,0,0,1108,1109,7,10,0,0,1109,1110,
  	7,7,0,0,1110,1111,7,9,0,0,1111,1112,7,17,0,0,1112,1113,7,1,0,0,1113,1114,
  	7,7,0,0,1114,270,1,0,0,0,1115,1116,7,7,0,0,1116,1117,7,0,0,0,1117,1118,
  	7,13,0,0,1118,1119,7,3,0,0,1119,1120,7,8,0,0,1120,272,1,0,0,0,1121,1122,
  	7,7,0,0,1122,1123,7,12,0,0,1123,1124,7,8,0,0,1124,1125,7,5,0,0,1125,274,
  	1,0,0,0,1126,1127,7,7,0,0,1127,1128,7,16,0,0,1128,276,1,0,0,0,1129,1130,
  	7,7,0,0,1130,1131,7,9,0,0,1131,1132,7,0,0,0,1132,1133,7,4,0,0,1133,1134,
  	7,3,0,0,1134,278,1,0,0,0,1135,1136,7,7,0,0,1136,1137,7,9,0,0,1137,1138,
  	7,0,0,0,1138,1139,7,5,0,0,1139,1140,7,10,0,0,1140,1141,7,0,0,0,1141,1142,
  	7,1,0,0,1142,1143,7,7,0,0,1143,1144,7,4,0,0,1144,1145,7,16,0,0,1145,1146,
  	7,5,0,0,1146,280,1,0,0,0,1147,1148,7,7,0,0,1148,1149,7,9,0,0,1149,1150,
  	7,17,0,0,1150,1151,7,8,0,0,1151,282,1,0,0,0,1152,1153,7,7,0,0,1153,1154,
  	7,2,0,0,1154,1155,7,15,0,0,1155,1156,7,8,0,0,1156,284,1,0,0,0,1157,1158,
  	7,17,0,0,1158,1159,7,5,0,0,1159,1160,7,4,0,0,1160,1161,7,16,0,0,1161,
  	1162,7,5,0,0,1162,286,1,0,0,0,1163,1164,7,17,0,0,1164,1165,7,5,0,0,1165,
  	1166,7,24,0,0,1166,1167,7,4,0,0,1167,1168,7,5,0,0,1168,1169,7,6,0,0,1169,
  	288,1,0,0,0,1170,1171,7,17,0,0,1171,1172,7,5,0,0,1172,1173,7,4,0,0,1173,
  	1174,7,5,0,0,1174,1175,7,10,0,0,1175,1176,7,7,0,0,1176,1177,7,0,0,0,1177,
  	1178,7,3,0,0,1178,1179,7,3,0,0,1179,290,1,0,0,0,1180,1181,7,17,0,0,1181,
  	1182,7,15,0,0,1182,1183,7,6,0,0,1183,1184,7,0,0,0,1184,1185,7,7,0,0,1185,
  	1186,7,8,0,0,1186,292,1,0,0,0,1187,1188,7,17,0,0,1188,1189,7,10,0,0,1189,
  	1190,7,8,0,0,1190,294,1,0,0,0,1191,1192,7,24,0,0,1192,1193,7,12,0,0,1193,
  	1194,7,8,0,0,1194,1195,7,5,0,0,1195,296,1,0,0,0,1196,1197,7,24,0,0,1197,
  	1198,7,12,0,0,1198,1199,7,8,0,0,1199,1200,7,9,0,0,1200,1201,7,8,0,0,1201,
  	298,1,0,0,0,1202,1203,7,24,0,0,1203,1204,7,4,0,0,1204,1205,7,7,0,0,1205,
  	1206,7,12,0,0,1206,300,1,0,0,0,1207,1208,7,24,0,0,1208,1209,7,9,0,0,1209,
  	1210,7,4,0,0,1210,1211,7,7,0,0,1211,1212,7,8,0,0,1212,302,1,0,0,0,1213,
  	1214,7,24,0,0,1214,1215,7,10,0,0,1215,1216,7,12,0,0,1216,1217,7,16,0,
  	0,1217,1218,7,9,0,0,1218,1219,7,7,0,0,1219,1220,7,8,0,0,1220,1221,7,10,
  	0,0,1221,1222,7,7,0,0,1222,304,1,0,0,0,1223,1224,7,20,0,0,1224,1225,7,
  	16,0,0,1225,1226,7,9,0,0,1226,306,1,0,0,0,1227,1228,7,10,0,0,1228,1229,
  	7,4,0,0,1229,1230,7,5,0,0,1230,1231,7,11,0,0,1231,1232,7,3,0,0,1232,1233,
  	7,8,0,0,1233,308,1,0,0,0,1234,1235,7,2,0,0,1235,1236,7,4,0,0,1236,1237,
  	7,8,0,0,1237,1238,7,3,0,0,1238,1239,7,6,0,0,1239,310,1,0,0,0,1240,1241,
  	7,17,0,0,1241,1242,7,10,0,0,1242,1243,7,8,0,0,1243,1244,7,9,0,0,1244,
  	312,1,0,0,0,1245,1246,7,15,0,0,1246,1247,7,0,0,0,1247,1248,7,10,0,0,1248,
  	1249,7,10,0,0,1249,1250,7,24,0,0,1250,1251,7,16,0,0,1251,1252,7,9,0,0,
  	1252,1253,7,6,0,0,1253,314,1,0,0,0,1254,1255,7,9,0,0,1255,1256,7,16,0,
  	0,1256,1257,7,3,0,0,1257,1258,7,8,0,0,1258,316,1,0,0,0,1259,1260,7,18,
  	0,0,1260,1261,7,0,0,0,1261,1262,7,15,0,0,1262,318,1,0,0,0,1263,1264,7,
  	6,0,0,1264,1265,7,8,0,0,1265,1266,7,1,0,0,1266,1267,7,4,0,0,1267,1268,
  	7,18,0,0,1268,1269,7,0,0,0,1269,1270,7,3,0,0,1270,320,1,0,0,0,1271,1272,
  	5,42,0,0,1272,322,1,0,0,0,1273,1274,7,10,0,0,1274,1275,7,14,0,0,1275,
  	1276,7,4,0,0,1276,1277,7,15,0,0,1277,324,1,0,0,0,1278,1279,5,33,0,0,1279,
  	1280,5,61,0,0,1280,326,1,0,0,0,1281,1282,5,58,0,0,1282,328,1,0,0,0,1283,
  	1284,5,46,0,0,1284,1285,5,46,0,0,1285,330,1,0,0,0,1286,1287,5,45,0,0,
  	1287,332,1,0,0,0,1288,1289,5,33,0,0,1289,334,1,0,0,0,1290,1295,5,34,0,
  	0,1291,1294,3,401,200,0,1292,1294,3,337,168,0,1293,1291,1,0,0,0,1293,
  	1292,1,0,0,0,1294,1297,1,0,0,0,1295,1293,1,0,0,0,1295,1296,1,0,0,0,1296,
  	1298,1,0,0,0,1297,1295,1,0,0,0,1298,1309,5,34,0,0,1299,1304,5,39,0,0,
  	1300,1303,3,381,190,0,1301,1303,3,337,168,0,1302,1300,1,0,0,0,1302,1301,
  	1,0,0,0,1303,1306,1,0,0,0,1304,1302,1,0,0,0,1304,1305,1,0,0,0,1305,1307,
  	1,0,0,0,1306,1304,1,0,0,0,1307,1309,5,39,0,0,1308,1290,1,0,0,0,1308,1299,
  	1,0,0,0,1309,336,1,0,0,0,1310,1332,5,92,0,0,1311,1333,7,25,0,0,1312,1313,
  	7,20,0,0,1313,1314,3,343,171,0,1314,1315,3,343,171,0,1315,1333,1,0,0,
  	0,1316,1317,7,17,0,0,1317,1318,3,343,171,0,1318,1319,3,343,171,0,1319,
  	1320,3,343,171,0,1320,1321,3,343,171,0,1321,1333,1,0,0,0,1322,1323,7,
  	17,0,0,1323,1324,3,343,171,0,1324,1325,3,343,171,0,1325,1326,3,343,171,
  	0,1326,1327,3,343,171,0,1327,1328,3,343,171,0,1328,1329,3,343,171,0,1329,
  	1330,3,343,171,0,1330,1331,3,343,171,0,1331,1333,1,0,0,0,1332,1311,1,
  	0,0,0,1332,1312,1,0,0,0,1332,1316,1,0,0,0,1332,1322,1,0,0,0,1333,338,
  	1,0,0,0,1334,1343,3,351,175,0,1335,1339,3,347,173,0,1336,1338,3,345,172,
  	0,1337,1336,1,0,0,0,1338,1341,1,0,0,0,1339,1337,1,0,0,0,1339,1340,1,0,
  	0,0,1340,1343,1,0,0,0,1341,1339,1,0,0,0,1342,1334,1,0,0,0,1342,1335,1,
  	0,0,0,1343,340,1,0,0,0,1344,1346,7,26,0,0,1345,1344,1,0,0,0,1346,342,
  	1,0,0,0,1347,1350,3,345,172,0,1348,1350,3,341,170,0,1349,1347,1,0,0,0,
  	1349,1348,1,0,0,0,1350,344,1,0,0,0,1351,1354,3,351,175,0,1352,1354,3,
  	347,173,0,1353,1351,1,0,0,0,1353,1352,1,0,0,0,1354,346,1,0,0,0,1355,1358,
  	3,349,174,0,1356,1358,2,56,57,0,1357,1355,1,0,0,0,1357,1356,1,0,0,0,1358,
  	348,1,0,0,0,1359,1360,2,49,55,0,1360,350,1,0,0,0,1361,1362,5,48,0,0,1362,
  	352,1,0,0,0,1363,1365,3,345,172,0,1364,1363,1,0,0,0,1365,1366,1,0,0,0,
  	1366,1364,1,0,0,0,1366,1367,1,0,0,0,1367,1386,1,0,0,0,1368,1370,3,345,
  	172,0,1369,1368,1,0,0,0,1370,1371,1,0,0,0,1371,1369,1,0,0,0,1371,1372,
  	1,0,0,0,1372,1373,1,0,0,0,1373,1375,5,46,0,0,1374,1376,3,345,172,0,1375,
  	1374,1,0,0,0,1376,1377,1,0,0,0,1377,1375,1,0,0,0,1377,1378,1,0,0,0,1378,
  	1386,1,0,0,0,1379,1381,5,46,0,0,1380,1382,3,345,172,0,1381,1380,1,0,0,
  	0,1382,1383,1,0,0,0,1383,1381,1,0,0,0,1383,1384,1,0,0,0,1384,1386,1,0,
  	0,0,1385,1364,1,0,0,0,1385,1369,1,0,0,0,1385,1379,1,0,0,0,1386,1387,1,
  	0,0,0,1387,1389,7,8,0,0,1388,1390,5,45,0,0,1389,1388,1,0,0,0,1389,1390,
  	1,0,0,0,1390,1392,1,0,0,0,1391,1393,3,345,172,0,1392,1391,1,0,0,0,1393,
  	1394,1,0,0,0,1394,1392,1,0,0,0,1394,1395,1,0,0,0,1395,354,1,0,0,0,1396,
  	1398,3,345,172,0,1397,1396,1,0,0,0,1398,1401,1,0,0,0,1399,1397,1,0,0,
  	0,1399,1400,1,0,0,0,1400,1402,1,0,0,0,1401,1399,1,0,0,0,1402,1404,5,46,
  	0,0,1403,1405,3,345,172,0,1404,1403,1,0,0,0,1405,1406,1,0,0,0,1406,1404,
  	1,0,0,0,1406,1407,1,0,0,0,1407,356,1,0,0,0,1408,1412,3,359,179,0,1409,
  	1411,3,361,180,0,1410,1409,1,0,0,0,1411,1414,1,0,0,0,1412,1410,1,0,0,
  	0,1412,1413,1,0,0,0,1413,358,1,0,0,0,1414,1412,1,0,0,0,1415,1418,3,409,
  	204,0,1416,1418,3,397,198,0,1417,1415,1,0,0,0,1417,1416,1,0,0,0,1418,
  	360,1,0,0,0,1419,1422,3,377,188,0,1420,1422,3,393,196,0,1421,1419,1,0,
  	0,0,1421,1420,1,0,0,0,1422,362,1,0,0,0,1423,1427,5,96,0,0,1424,1426,3,
  	373,186,0,1425,1424,1,0,0,0,1426,1429,1,0,0,0,1427,1425,1,0,0,0,1427,
  	1428,1,0,0,0,1428,1430,1,0,0,0,1429,1427,1,0,0,0,1430,1432,5,96,0,0,1431,
  	1423,1,0,0,0,1432,1433,1,0,0,0,1433,1431,1,0,0,0,1433,1434,1,0,0,0,1434,
  	364,1,0,0,0,1435,1437,3,367,183,0,1436,1435,1,0,0,0,1437,1438,1,0,0,0,
  	1438,1436,1,0,0,0,1438,1439,1,0,0,0,1439,366,1,0,0,0,1440,1453,3,395,
  	197,0,1441,1453,3,399,199,0,1442,1453,3,403,201,0,1443,1453,3,405,202,
  	0,1444,1453,3,371,185,0,1445,1453,3,391,195,0,1446,1453,3,389,194,0,1447,
  	1453,3,387,193,0,1448,1453,3,375,187,0,1449,1453,3,407,203,0,1450,1453,
  	7,27,0,0,1451,1453,3,369,184,0,1452,1440,1,0,0,0,1452,1441,1,0,0,0,1452,
  	1442,1,0,0,0,1452,1443,1,0,0,0,1452,1444,1,0,0,0,1452,1445,1,0,0,0,1452,
  	1446,1,0,0,0,1452,1447,1,0,0,0,1452,1448,1,0,0,0,1452,1449,1,0,0,0,1452,
  	1450,1,0,0,0,1452,1451,1,0,0,0,1453,368,1,0,0,0,1454,1455,5,47,0,0,1455,
  	1456,5,42,0,0,1456,1462,1,0,0,0,1457,1461,3,379,189,0,1458,1459,5,42,
  	0,0,1459,1461,3,385,192,0,1460,1457,1,0,0,0,1460,1458,1,0,0,0,1461,1464,
  	1,0,0,0,1462,1460,1,0,0,0,1462,1463,1,0,0,0,1463,1465,1,0,0,0,1464,1462,
  	1,0,0,0,1465,1466,5,42,0,0,1466,1484,5,47,0,0,1467,1468,5,47,0,0,1468,
  	1469,5,47,0,0,1469,1473,1,0,0,0,1470,1472,3,383,191,0,1471,1470,1,0,0,
  	0,1472,1475,1,0,0,0,1473,1471,1,0,0,0,1473,1474,1,0,0,0,1474,1477,1,0,
  	0,0,1475,1473,1,0,0,0,1476,1478,3,391,195,0,1477,1476,1,0,0,0,1477,1478,
  	1,0,0,0,1478,1481,1,0,0,0,1479,1482,3,403,201,0,1480,1482,5,0,0,1,1481,
  	1479,1,0,0,0,1481,1480,1,0,0,0,1482,1484,1,0,0,0,1483,1454,1,0,0,0,1483,
  	1467,1,0,0,0,1484,370,1,0,0,0,1485,1486,7,28,0,0,1486,372,1,0,0,0,1487,
  	1488,8,29,0,0,1488,374,1,0,0,0,1489,1490,7,30,0,0,1490,376,1,0,0,0,1491,
  	1492,7,31,0,0,1492,378,1,0,0,0,1493,1494,8,32,0,0,1494,380,1,0,0,0,1495,
  	1496,8,33,0,0,1496,382,1,0,0,0,1497,1498,8,34,0,0,1498,384,1,0,0,0,1499,
  	1500,8,35,0,0,1500,386,1,0,0,0,1501,1502,7,36,0,0,1502,388,1,0,0,0,1503,
  	1504,7,37,0,0,1504,390,1,0,0,0,1505,1506,7,38,0,0,1506,392,1,0,0,0,1507,
  	1508,7,39,0,0,1508,394,1,0,0,0,1509,1510,7,40,0,0,1510,396,1,0,0,0,1511,
  	1512,7,41,0,0,1512,398,1,0,0,0,1513,1514,7,42,0,0,1514,400,1,0,0,0,1515,
  	1516,8,43,0,0,1516,402,1,0,0,0,1517,1518,7,44,0,0,1518,404,1,0,0,0,1519,
  	1520,7,45,0,0,1520,406,1,0,0,0,1521,1522,7,46,0,0,1522,408,1,0,0,0,1523,
  	1524,7,47,0,0,1524,410,1,0,0,0,1525,1526,9,0,0,0,1526,412,1,0,0,0,35,
  	0,1293,1295,1302,1304,1308,1332,1339,1342,1345,1349,1353,1357,1366,1371,
  	1377,1383,1385,1389,1394,1399,1406,1412,1417,1421,1427,1433,1438,1452,
  	1460,1462,1473,1477,1481,1483,0
  };
  staticData->serializedATN = antlr4::atn::SerializedATNView(serializedATNSegment, sizeof(serializedATNSegment) / sizeof(serializedATNSegment[0]));

  antlr4::atn::ATNDeserializer deserializer;
  staticData->atn = deserializer.deserialize(staticData->serializedATN);

  const size_t count = staticData->atn->getNumberOfDecisions();
  staticData->decisionToDFA.reserve(count);
  for (size_t i = 0; i < count; i++) { 
    staticData->decisionToDFA.emplace_back(staticData->atn->getDecisionState(i), i);
  }
  cypherlexerLexerStaticData = staticData.release();
}

}

CypherLexer::CypherLexer(CharStream *input) : Lexer(input) {
  CypherLexer::initialize();
  _interpreter = new atn::LexerATNSimulator(this, *cypherlexerLexerStaticData->atn, cypherlexerLexerStaticData->decisionToDFA, cypherlexerLexerStaticData->sharedContextCache);
}

CypherLexer::~CypherLexer() {
  delete _interpreter;
}

std::string CypherLexer::getGrammarFileName() const {
  return "Cypher.g4";
}

const std::vector<std::string>& CypherLexer::getRuleNames() const {
  return cypherlexerLexerStaticData->ruleNames;
}

const std::vector<std::string>& CypherLexer::getChannelNames() const {
  return cypherlexerLexerStaticData->channelNames;
}

const std::vector<std::string>& CypherLexer::getModeNames() const {
  return cypherlexerLexerStaticData->modeNames;
}

const dfa::Vocabulary& CypherLexer::getVocabulary() const {
  return cypherlexerLexerStaticData->vocabulary;
}

antlr4::atn::SerializedATNView CypherLexer::getSerializedATN() const {
  return cypherlexerLexerStaticData->serializedATN;
}

const atn::ATN& CypherLexer::getATN() const {
  return *cypherlexerLexerStaticData->atn;
}




void CypherLexer::initialize() {
#if ANTLR4_USE_THREAD_LOCAL_CACHE
  cypherlexerLexerInitialize();
#else
  ::antlr4::internal::call_once(cypherlexerLexerOnceFlag, cypherlexerLexerInitialize);
#endif
}