davidheineman commited on
Commit
ea6d01d
1 Parent(s): d9796cb

update index

Browse files
README.md CHANGED
@@ -29,7 +29,8 @@ mv anthology+abstracts.bib anthology.bib
29
  # parse .bib -> .json
30
  python parse.py
31
 
32
- # index with ColBERT
 
33
  python index.py
34
  ```
35
 
@@ -86,8 +87,11 @@ To see an example of search, visit:
86
  # Download indexed repo at: https://huggingface.co/davidheineman/colbert-acl
87
  !mkdir "acl"
88
  index_name = snapshot_download(repo_id="davidheineman/colbert-acl", local_dir="acl")
89
- - Make sure to re-index
90
- - Profile bibtexparser.load(f)
 
 
 
91
  - Ship as a containerized service
92
  - Scrape:
93
  - https://proceedings.neurips.cc/
 
29
  # parse .bib -> .json
30
  python parse.py
31
 
32
+ # index with ColBERT
33
+ # (note sometimes there is a silent failure if the CPP extensions do not exist)
34
  python index.py
35
  ```
36
 
 
87
  # Download indexed repo at: https://huggingface.co/davidheineman/colbert-acl
88
  !mkdir "acl"
89
  index_name = snapshot_download(repo_id="davidheineman/colbert-acl", local_dir="acl")
90
+ - Make indexing much easier
91
+ (currently, the setup involves manually copying the CPP files becuase there is a silent failure, this also should be possible to do on Google Collab, or even MPS)
92
+ - Make index save in parent folder
93
+ - Fix "sanity check" in index.py
94
+ - Profile bibtexparser.load(f) (why so slow)
95
  - Ship as a containerized service
96
  - Scrape:
97
  - https://proceedings.neurips.cc/
index/0.codes.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c45e2bf437111f126465d4264feee03388d3e1d58eaec0536011826d4aaad7f
3
- size 34780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bcb70de120d87c0361d9689f29f5a847929e16b068c35ebcb1b437ca380d9cb
3
+ size 17108075
index/0.metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "passage_offset": 0,
3
- "num_passages": 50,
4
- "num_embeddings": 8412,
5
  "embedding_offset": 0
6
  }
 
1
  {
2
  "passage_offset": 0,
3
+ "num_passages": 23842,
4
+ "num_embeddings": 4276833,
5
  "embedding_offset": 0
6
  }
index/0.residuals.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44885eebdba408f4aa8459073a99677dce142f0ed7dc745dbcf5417c0872643d
3
- size 270384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2029562239146433ae710ba41a8f9e0d490b1a1483e59d08ec5c0a3e7d638eec
3
+ size 136859383
index/1.codes.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99c9092ab68d06f1295335ba2160bc803945a89dcb7e9ece0bb0d2f7b22a0a17
3
+ size 15402923
index/1.metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "passage_offset": 23842,
3
+ "num_passages": 23841,
4
+ "num_embeddings": 3850551,
5
+ "embedding_offset": 4276833
6
+ }
index/1.residuals.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:411719f77df6764714f822f54db7a99fd3b17d83fa0eac5944abf03fe81f243b
3
+ size 123218359
index/avg_residual.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20d35fb188bb3d18f56b75e05c68f0bc044eca847505ccce764add95e140c002
3
- size 1205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49522c5a04cb6eb66db505fee0ef40ba2bb29548f67b1d0f480a1cab4173914c
3
+ size 762
index/buckets.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0577e0fd88972f5cc8382164c1dda27eb53cd894f471e0263194ad3f714fcd0c
3
- size 1432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6828138a8e1fd861b4908bbd925922937f21bfefe4e1075551080a188f021338
3
+ size 999
index/centroids.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c8aa51837543dbf6a0298bbfa250b54795b045820931cebb5b8a460ce78011b
3
- size 263334
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4596aceaf4d62ff34ae4123bb9ab90a7811c0452db8e275cd2b12507446cff
3
+ size 8389361
index/doclens.0.json CHANGED
@@ -1 +1 @@
1
- [130,133,142,193,209,286,219,159,227,179,160,176,172,164,150,181,158,103,206,228,211,188,191,181,217,114,164,176,132,199,103,165,153,155,124,279,164,125,197,153,226,187,16,175,70,59,204,182,181,146]
 
1
+ [130,133,142,193,209,286,219,159,227,179,160,176,172,164,150,181,158,103,206,228,211,188,191,181,217,114,164,176,132,199,103,165,153,155,124,279,164,125,197,153,226,187,16,175,70,59,204,182,181,146,221,259,144,182,184,154,192,148,201,149,150,197,117,111,135,121,190,215,186,211,193,180,143,153,111,118,71,155,109,125,133,164,142,182,157,171,230,120,233,173,126,166,183,200,109,122,169,218,166,135,226,257,133,121,161,158,186,132,149,109,109,140,139,164,122,190,83,172,144,164,170,169,155,151,106,188,214,181,108,115,277,357,167,176,78,106,153,95,249,92,172,214,194,134,77,170,248,142,145,69,123,226,116,169,120,169,234,174,59,173,143,146,132,174,212,253,194,140,128,203,223,127,138,243,103,161,125,190,122,105,193,243,151,165,227,243,167,187,191,194,211,270,219,207,221,174,160,225,168,225,234,219,218,118,168,228,180,216,194,184,167,143,210,196,245,98,168,170,182,156,102,182,212,198,234,173,251,225,259,184,251,202,125,78,199,149,170,134,168,198,177,155,231,174,169,148,194,161,200,174,200,159,101,220,199,174,217,242,275,154,180,251,237,149,223,267,135,185,220,162,139,228,208,257,139,209,248,225,173,162,127,200,151,272,161,243,227,174,228,120,189,181,193,180,129,157,139,208,142,161,134,201,201,105,225,127,142,225,191,174,161,185,246,230,195,220,130,157,186,152,218,232,240,247,213,118,149,221,250,248,161,114,177,169,179,199,232,146,216,245,120,200,224,243,137,145,237,181,117,165,173,147,209,285,187,229,234,210,153,198,208,168,168,180,182,134,143,250,167,201,182,209,149,179,95,112,193,212,150,216,143,199,215,143,114,207,131,129,102,167,76,130,156,99,217,150,129,189,223,159,189,133,202,186,161,123,173,169,150,184,115,111,219,145,148,228,194,156,200,245,118,214,231,203,187,154,173,274,266,264,180,220,160,276,242,134,121,157,188,150,185,283,216,227,234,160,139,222,259,212,214,204,127,222,155,164,212,175,150,199,192,240,170,245,127,186,123,231,244,166,214,253,166,206,221,244,230,188,182,144,194,171,210,165,240,182,189,112,195,271,210,229,124,195,182,197,221,192,250,178,241,116,210,205,146,211,284,195,211,208,183,211,210,178,262,236,178,209,156,174,204,187,208,229,192,232,195,178,217,144,221,215,212,205,216,209,169,166,279,194,186,158,214,163,162,226,259,211,151,199,179,246,159,178,155,195,221,213,175,252,145,155,222,224,301,186,237,241,260,213,292,211,213,257,202,168,232,200,229,223,316,153,247,157,195,225,253,234,225,214,152,187,231,197,187,204,186,270,129,236,174,119,195,175,151,129,218,167,176,137,136,187,190,110,164,262,136,159,225,186,195,117,133,109,242,177,110,114,151,132,161,147,178,172,118,189,154,307,214,160,146,149,121,171,104,103,199,185,266,220,208,218,205,240,175,137,136,183,177,181,211,311,285,186,123,112,89,138,224,100,142,170,66,181,142,135,103,183,213,194,136,127,178,178,125,145,184,153,81,160,150,173,134,152,190,280,192,186,223,213,240,233,151,173,211,165,208,305,167,141,170,175,210,140,121,121,135,139,147,104,136,186,157,179,191,125,164,132,130,77,137,118,100,173,188,158,179,139,180,141,169,248,178,214,145,75,142,126,100,142,163,172,210,122,175,102,132,102,125,175,127,191,123,86,163,212,12,35,132,226,189,156,12,114,101,35,52,53,216,15,34,166,51,94,191,123,123,108,159,19,125,137,250,151,178,133,94,142,113,170,185,263,154,122,177,169,90,171,154,172,198,152,131,149,158,66,108,106,174,176,183,128,90,96,167,190,94,136,205,152,135,126,118,81,153,83,121,125,126,217,159,190,248,151,164,87,158,95,109,134,170,352,137,79,138,194,150,243,169,136,194,189,246,254,148,210,199,235,177,211,199,146,307,167,161,147,135,125,218,161,54,60,168,228,186,140,96,135,122,100,130,132,198,221,139,181,281,189,92,72,241,165,182,271,74,153,216,169,188,174,128,167,150,145,111,205,103,154,182,154,163,191,60,171,115,205,171,128,198,132,189,233,222,206,191,196,148,114,303,196,149,171,179,130,136,186,249,185,231,112,170,146,237,185,219,178,141,209,143,184,200,76,174,141,126,107,225,148,236,253,137,189,173,200,110,151,121,124,192,161,151,101,144,182,168,149,212,223,235,127,213,296,164,118,147,79,180,174,81,216,149,142,236,164,142,168,123,270,148,106,151,139,196,150,136,125,141,111,104,113,172,187,145,169,270,106,121,140,118,124,183,169,129,128,126,102,228,225,178,135,228,127,183,115,226,129,134,91,212,137,159,209,110,134,223,174,187,230,183,125,223,194,223,211,162,192,192,115,135,203,117,180,173,186,170,189,141,119,135,107,185,192,88,152,230,218,214,106,214,246,132,232,162,211,178,252,166,256,195,278,156,221,226,208,108,109,117,204,195,205,194,237,216,183,184,165,194,170,233,175,129,201,147,191,194,234,157,169,218,140,201,132,192,253,165,252,225,173,108,130,185,211,154,194,155,209,141,200,172,195,214,189,226,206,177,220,92,144,163,146,169,226,256,212,245,211,166,177,203,202,212,176,166,247,128,137,168,167,219,175,193,161,233,180,127,216,146,157,190,228,132,181,123,168,160,189,140,167,150,194,227,247,173,194,256,128,188,90,146,159,119,172,335,218,175,92,235,172,144,130,126,82,152,181,106,105,272,194,198,127,132,106,73,194,240,248,414,251,155,240,198,118,178,160,112,276,157,355,117,129,143,123,175,163,110,163,127,165,181,93,92,151,113,117,388,261,143,177,186,181,225,156,180,248,217,187,158,174,130,113,145,205,117,153,143,201,110,234,173,187,238,140,213,175,159,141,126,225,155,175,124,206,144,164,137,126,181,136,168,181,157,136,159,134,127,173,207,232,171,123,129,169,134,209,213,161,123,108,203,115,195,98,164,260,152,116,243,203,248,232,167,168,124,66,120,87,144,152,62,160,139,213,211,119,135,169,163,130,144,154,76,119,161,98,213,163,157,81,146,142,161,136,124,115,136,145,146,146,182,227,120,112,87,176,135,157,113,89,59,92,93,112,222,160,125,153,218,195,85,131,205,140,220,120,190,235,149,108,174,105,178,119,177,215,121,203,168,139,139,171,151,192,172,156,165,219,147,102,158,102,148,157,143,126,179,182,141,190,135,163,121,190,124,157,150,264,114,70,103,111,95,183,131,125,249,201,210,121,118,91,148,181,119,247,105,192,146,187,137,124,141,211,209,129,170,90,133,132,129,182,248,105,195,43,223,188,251,194,113,145,154,110,198,88,86,154,149,107,99,146,160,146,127,142,167,226,105,162,111,164,173,176,139,164,232,218,121,133,153,194,84,171,107,208,126,133,196,203,242,133,99,138,183,125,217,97,143,214,104,261,330,225,136,215,34,191,136,143,230,149,189,131,233,166,54,130,132,201,199,128,108,155,71,208,197,110,234,198,180,127,161,66,156,118,134,130,129,161,128,110,143,118,139,119,109,177,270,161,98,164,90,165,129,242,175,162,138,230,241,174,108,223,122,204,86,151,150,195,187,252,120,129,78,165,186,134,76,109,201,184,206,131,177,125,106,124,135,125,207,88,109,138,181,102,149,94,190,143,102,254,136,179,247,183,117,152,270,217,124,166,179,210,259,155,80,185,118,139,116,170,104,152,141,159,138,132,92,219,158,207,188,220,188,169,155,228,137,144,151,217,117,147,179,210,238,250,171,155,187,135,179,124,161,238,313,223,161,207,147,178,175,171,179,241,165,202,236,149,171,252,185,142,206,124,207,174,103,223,261,189,111,89,165,184,211,141,159,185,153,168,221,150,222,139,143,96,150,251,184,152,161,161,262,235,182,281,242,176,108,159,174,135,185,187,157,71,189,156,188,106,132,278,227,137,234,178,158,86,108,96,171,211,170,122,187,170,134,222,183,135,69,149,83,143,197,161,158,211,166,101,123,190,121,175,183,187,195,161,143,91,222,166,168,238,207,90,183,131,239,207,201,173,229,144,101,161,105,165,254,149,225,163,167,175,193,134,196,157,225,197,207,121,193,183,170,85,85,231,111,126,264,169,176,183,257,107,228,243,217,149,179,171,213,198,207,233,158,45,122,155,157,125,121,216,198,169,114,150,144,121,207,136,103,179,123,143,153,108,154,82,132,123,221,165,161,105,152,175,140,157,80,97,132,87,150,132,172,139,165,106,90,172,99,194,142,118,146,131,98,163,160,154,126,179,131,200,281,142,73,113,118,179,129,77,189,157,52,130,144,258,177,148,81,120,104,140,226,149,168,126,113,135,143,160,118,250,190,207,208,222,104,245,259,223,147,149,194,138,232,133,168,164,83,99,158,163,235,345,164,132,128,185,85,112,203,254,264,241,122,125,3,147,80,246,244,225,182,141,72,61,181,157,187,208,104,189,220,199,154,163,228,180,126,198,103,126,80,201,210,61,232,180,102,131,113,158,94,125,232,110,202,146,146,187,163,202,235,163,168,159,139,155,167,283,156,165,257,230,147,215,136,221,91,211,107,177,148,201,136,237,139,177,187,250,225,244,253,205,167,300,290,229,148,159,156,224,121,76,209,201,193,219,131,211,172,145,148,118,131,106,145,244,139,97,131,65,84,203,132,159,128,118,128,425,210,232,424,212,129,223,300,387,167,307,249,198,313,111,433,105,129,207,211,174,187,138,127,207,119,276,84,200,192,224,166,123,208,199,191,163,105,176,152,199,161,243,236,251,153,245,170,236,133,99,179,159,203,160,113,171,107,130,140,263,99,202,184,155,136,75,261,71,120,206,194,179,189,208,169,208,145,230,246,131,168,176,150,134,145,211,114,178,137,140,158,213,153,182,170,108,198,175,172,139,191,148,202,125,155,204,138,210,133,130,119,177,130,165,170,139,175,63,156,190,307,228,162,252,281,244,257,268,147,198,154,213,177,112,200,172,221,147,213,97,159,200,253,80,99,127,71,192,191,140,144,148,98,118,146,164,204,90,135,199,189,185,145,106,132,131,115,120,135,163,180,119,163,145,93,198,174,187,160,186,138,70,183,257,166,76,140,230,109,188,102,158,120,195,151,183,245,280,301,181,146,164,315,280,265,131,282,289,294,292,190,282,317,197,235,332,272,281,289,279,316,353,356,286,138,257,136,299,159,188,269,341,283,335,242,318,333,315,197,309,305,239,243,183,334,306,270,286,342,312,320,324,328,113,164,332,309,108,207,197,288,343,330,343,307,319,307,285,342,305,329,268,214,95,75,190,249,162,206,298,123,149,300,225,310,302,338,313,323,279,294,288,344,269,328,233,108,298,141,323,338,326,307,212,202,86,203,267,181,153,145,218,185,191,301,195,110,102,77,248,215,206,188,158,121,155,185,192,210,185,117,153,139,163,175,213,167,201,161,273,248,197,160,123,126,233,233,141,163,72,174,149,153,129,190,155,123,109,138,214,139,92,228,215,140,212,221,201,234,150,103,147,139,154,142,105,104,244,187,133,140,188,114,217,125,147,148,119,176,125,115,151,142,145,218,215,161,150,181,165,150,73,151,156,75,99,155,211,179,206,163,119,158,133,203,148,180,135,108,104,219,166,65,270,139,121,110,195,257,185,193,208,197,176,229,205,193,177,146,242,170,194,114,120,270,162,235,233,242,151,96,304,285,142,128,174,122,203,159,170,164,116,165,193,133,140,74,123,113,119,102,203,188,70,165,251,117,68,190,172,173,232,50,172,98,115,211,185,102,135,119,180,182,179,201,155,77,216,126,107,155,87,148,161,287,179,171,133,155,231,146,99,134,166,197,150,104,79,162,99,236,95,79,121,187,154,194,130,153,145,151,240,193,109,110,207,335,139,200,128,111,141,217,200,117,81,134,166,105,152,123,128,146,105,183,222,267,190,125,222,116,208,200,163,111,256,190,212,114,135,191,172,202,170,205,153,185,119,125,147,98,134,138,126,159,160,250,163,236,170,191,228,201,190,264,135,140,155,167,244,277,172,206,156,179,170,246,162,185,156,178,167,242,154,204,251,298,201,218,185,202,186,248,147,229,124,209,148,199,191,161,285,247,195,212,258,215,159,143,161,196,208,157,215,251,172,157,204,197,219,156,246,196,185,157,242,291,175,240,190,236,195,252,222,184,168,156,248,218,206,179,257,173,177,250,202,161,211,269,137,211,180,170,200,228,180,172,161,228,168,190,281,269,148,150,157,167,247,224,144,191,197,86,270,169,223,203,244,231,240,193,224,201,217,247,160,150,179,275,187,209,171,246,203,211,241,171,288,213,124,230,173,188,192,266,228,215,146,80,195,237,192,279,175,165,188,139,231,253,282,208,109,256,171,103,182,274,171,228,174,202,144,268,214,168,214,228,217,184,146,232,201,177,207,144,224,204,154,249,232,208,146,209,231,115,200,212,190,167,253,159,272,149,192,140,245,233,200,157,256,117,271,161,160,142,143,216,172,203,226,169,278,191,224,229,200,170,149,142,169,145,154,221,255,159,211,265,219,178,237,199,182,239,248,234,140,174,201,212,197,193,175,166,205,183,217,230,228,179,128,163,187,218,247,211,166,213,161,260,181,267,209,116,203,222,212,220,177,172,211,188,185,210,201,228,240,274,220,266,134,191,211,180,111,213,241,148,171,241,122,196,226,268,204,192,226,201,145,138,223,223,157,160,247,195,148,215,133,255,238,239,193,238,137,153,214,149,220,178,222,300,193,148,125,137,128,218,171,190,178,203,242,187,193,177,185,210,178,158,203,200,177,240,240,133,223,180,199,206,170,209,213,127,187,254,242,252,158,214,181,160,234,180,296,203,192,269,248,228,162,160,200,179,148,195,213,163,204,324,174,115,190,168,178,218,121,229,196,193,221,216,213,209,214,327,380,201,236,254,235,193,267,225,133,202,157,215,148,228,161,207,192,203,140,208,175,146,138,232,142,230,178,253,169,199,201,256,178,262,214,176,180,169,158,243,187,197,193,198,229,186,240,260,176,192,197,170,184,343,174,233,137,220,216,209,168,168,249,158,175,286,238,115,191,210,194,213,220,127,259,168,177,182,206,208,165,202,154,199,140,189,215,161,225,214,222,221,202,145,256,184,201,216,214,186,211,147,210,216,172,192,221,151,286,245,225,173,189,221,188,170,242,218,217,165,174,177,210,176,158,158,257,190,186,157,262,195,290,145,340,189,193,222,203,143,236,284,224,218,140,97,245,202,154,197,259,202,244,187,206,238,184,196,214,200,114,153,199,105,194,144,195,272,195,217,181,271,159,207,189,209,154,153,173,158,239,245,224,247,261,249,141,170,184,145,366,304,280,207,201,165,258,175,189,209,200,205,178,161,172,175,210,193,252,189,143,161,163,157,183,130,111,221,209,155,206,178,160,204,178,213,246,236,250,183,227,192,233,243,217,193,262,229,218,192,255,227,156,254,245,189,249,168,137,188,250,163,191,234,239,256,221,226,194,191,201,205,196,162,214,132,175,190,168,241,195,186,190,149,208,196,146,253,189,198,250,174,185,174,180,206,251,157,221,188,202,201,296,191,125,166,227,213,205,169,159,191,193,161,155,138,148,225,167,254,173,183,236,260,257,166,234,167,199,230,139,178,192,257,215,213,155,208,133,175,166,212,206,286,151,162,241,215,188,218,143,197,231,251,159,249,203,167,198,254,194,175,267,187,154,145,240,164,183,153,197,201,195,272,232,125,211,128,186,109,313,178,207,182,189,219,222,140,219,215,215,211,128,267,159,189,168,102,225,169,207,156,213,212,218,234,195,251,188,201,268,134,202,298,215,147,185,173,212,247,191,120,183,161,158,244,214,295,221,134,218,138,155,285,248,215,131,175,131,231,214,170,167,182,230,150,221,180,128,174,214,200,250,208,172,273,161,224,186,199,127,161,184,182,144,170,187,201,246,165,256,187,189,218,271,153,266,199,199,136,213,159,165,162,184,220,204,217,145,217,135,173,210,135,222,242,226,237,164,174,256,174,231,171,197,158,215,215,269,155,191,227,266,276,272,173,181,162,202,187,140,202,180,207,209,185,176,206,193,212,138,239,173,195,203,131,198,197,181,273,106,174,178,172,162,244,204,222,136,176,253,212,277,168,229,139,160,177,94,192,212,155,166,236,189,173,214,177,155,229,245,157,271,204,214,182,180,233,170,236,185,194,211,210,188,191,198,182,216,233,235,222,271,238,218,211,155,174,234,234,226,148,203,226,139,122,155,210,177,235,182,245,217,233,172,216,139,334,184,156,226,234,228,145,150,192,177,161,181,210,170,207,142,168,225,170,262,125,278,250,170,156,163,171,150,193,188,191,209,203,156,300,204,201,182,158,194,181,186,250,206,269,136,188,149,102,155,205,161,117,204,176,193,210,119,173,148,191,163,226,155,174,234,115,233,184,172,195,141,187,175,184,228,163,114,174,218,152,221,218,121,190,151,195,3,161,166,156,182,208,141,196,168,130,197,259,189,228,255,188,158,172,182,235,187,200,176,194,209,200,246,239,157,173,226,158,213,223,263,175,179,231,169,178,134,256,185,185,216,186,232,206,286,183,145,213,198,313,172,167,172,145,165,185,159,246,203,176,219,169,177,187,118,196,215,227,236,106,197,210,193,278,181,194,161,182,160,176,185,215,264,153,180,212,184,119,130,185,199,152,198,211,115,203,132,180,177,257,243,229,145,225,164,179,217,177,166,152,200,163,204,244,149,193,146,178,152,164,174,157,190,222,248,154,268,162,170,248,131,206,154,193,159,274,229,237,200,296,197,215,136,97,127,117,151,174,158,145,129,182,189,256,154,199,270,153,245,222,301,191,279,299,151,171,176,231,172,174,260,182,165,246,266,209,275,243,212,186,251,194,143,250,117,171,182,130,210,230,209,130,190,237,217,149,224,258,138,139,226,249,191,192,228,210,232,138,180,111,226,224,144,207,147,158,187,183,221,86,183,153,214,214,182,207,180,213,191,166,212,150,165,190,195,228,186,118,291,150,213,236,213,148,189,214,224,223,203,231,176,188,206,211,228,166,173,207,207,272,219,159,248,114,119,199,165,247,163,216,221,159,188,263,224,247,132,144,184,177,198,204,197,243,180,276,190,243,239,183,168,167,183,209,228,235,228,138,150,169,210,189,170,174,165,169,181,191,286,184,180,239,239,260,233,227,209,238,109,173,160,248,185,225,151,144,173,169,94,213,175,185,106,156,203,194,262,210,186,220,251,163,220,214,178,223,163,226,204,168,172,197,220,261,181,162,187,135,217,177,153,190,167,240,149,187,148,186,199,185,215,209,179,265,229,176,203,219,275,161,270,294,161,220,165,131,199,161,123,144,185,237,203,266,237,194,210,229,184,190,240,181,207,233,200,182,263,176,176,218,194,180,180,169,241,209,266,109,218,154,228,225,218,129,97,209,131,200,187,214,214,163,187,168,156,170,174,91,199,179,233,191,259,208,199,213,239,143,157,187,224,169,165,182,159,177,256,230,268,195,113,159,114,172,255,224,254,238,192,303,188,191,223,229,225,147,192,282,227,239,199,241,230,172,208,230,222,171,237,251,229,189,179,213,256,256,167,156,186,199,210,197,174,203,228,196,184,179,197,144,139,237,198,106,197,201,167,109,155,158,166,259,244,245,165,122,125,175,200,104,218,239,198,241,151,274,264,210,222,238,177,221,226,176,167,228,229,209,164,161,159,165,230,232,165,130,255,195,182,153,178,198,310,195,190,172,170,168,183,225,193,168,156,172,150,216,221,160,142,218,232,124,225,205,234,153,228,190,269,198,166,166,138,259,178,173,239,169,137,278,264,152,182,120,178,223,188,188,193,167,140,263,259,114,155,156,129,196,191,166,156,247,159,196,194,203,224,234,114,239,196,114,220,193,228,220,198,249,181,214,203,199,179,216,198,208,202,166,167,255,318,173,176,235,258,240,155,182,219,211,216,207,111,244,303,140,182,214,258,152,202,180,226,156,229,185,185,241,189,235,205,190,189,129,175,185,116,151,222,215,146,230,176,183,141,212,213,255,223,306,184,198,175,230,120,238,241,154,205,189,162,223,247,179,145,331,197,247,251,213,141,144,189,270,160,213,231,237,226,208,230,220,221,241,169,166,178,227,178,163,182,230,118,130,139,204,180,207,190,186,173,137,222,220,150,239,196,222,232,163,202,220,197,222,213,128,175,190,253,131,127,261,179,168,235,211,261,137,125,192,264,197,151,149,194,187,181,175,138,219,167,159,162,116,314,148,204,168,133,203,126,174,188,183,156,192,179,258,230,276,179,179,162,172,117,252,181,218,187,199,192,166,238,221,178,241,226,106,234,158,274,255,237,188,118,150,178,178,97,212,195,248,182,184,177,203,270,175,195,150,196,219,288,257,187,164,148,213,139,170,195,175,203,179,217,149,292,188,194,188,212,216,167,165,209,201,211,149,211,185,129,203,198,129,164,176,242,126,257,171,221,229,174,236,193,182,136,163,176,180,197,171,196,254,172,178,207,141,213,200,217,249,182,176,147,166,205,173,179,205,243,144,233,198,287,191,200,202,212,172,276,234,263,230,135,165,160,133,163,209,208,229,195,184,181,152,215,225,177,195,227,139,193,171,189,214,243,242,189,214,141,226,233,193,249,140,177,160,175,223,152,280,106,138,207,190,237,197,235,181,220,226,247,241,218,138,144,158,187,256,173,210,165,194,250,190,180,155,175,200,231,119,126,124,158,226,311,169,257,269,187,216,170,168,209,148,156,197,162,175,308,187,261,139,245,250,149,174,174,240,192,147,248,159,178,170,177,116,162,269,183,175,241,135,140,167,151,167,284,143,149,191,137,117,119,160,241,290,101,249,179,210,145,210,132,217,124,219,261,207,101,162,229,191,228,266,113,123,106,239,213,223,127,139,118,242,89,288,236,187,272,253,161,182,245,140,188,177,205,179,282,226,179,148,202,205,230,199,223,248,202,208,234,192,305,240,217,89,185,186,204,171,209,193,272,199,242,165,216,318,182,211,169,169,249,250,169,219,213,167,174,219,228,170,141,200,217,202,208,194,161,192,240,194,196,147,151,205,312,166,175,203,161,213,224,171,160,231,124,209,144,201,205,232,220,205,205,208,171,153,174,279,202,136,215,169,200,145,159,242,241,143,250,239,194,185,243,271,185,123,190,235,227,155,240,207,234,136,153,196,252,193,160,247,217,191,165,242,96,232,212,181,222,243,203,223,357,294,193,224,175,192,158,209,196,206,186,243,152,144,149,214,276,226,296,364,192,237,227,128,267,170,244,233,199,161,183,198,142,194,180,133,190,201,234,175,201,188,278,230,182,164,206,222,157,200,200,249,245,249,116,238,204,222,184,243,183,220,169,258,244,199,164,181,193,137,200,221,264,213,217,215,169,242,248,225,180,217,236,153,193,210,169,156,134,300,189,207,231,270,274,180,228,154,122,197,198,263,248,208,175,131,279,200,214,280,206,215,195,226,168,189,278,178,161,237,234,246,229,203,220,290,204,290,190,205,254,218,230,219,193,136,142,157,182,254,144,171,162,189,198,211,198,129,195,145,197,209,175,209,199,186,202,179,212,217,225,208,129,212,134,224,161,331,292,174,172,213,181,140,174,178,173,307,173,222,233,219,190,298,148,191,214,268,305,209,192,200,257,233,217,165,175,227,205,229,203,187,204,272,189,305,192,105,178,246,183,184,198,165,195,178,207,266,211,224,179,203,191,174,209,180,172,199,168,198,145,201,125,290,229,189,168,172,166,138,183,213,231,169,163,223,174,248,120,136,209,189,177,287,195,212,193,157,320,190,183,208,211,165,187,196,213,169,163,158,142,169,234,204,250,232,166,193,185,200,127,232,193,126,186,151,205,191,222,176,176,211,131,199,233,237,193,274,193,207,286,220,230,161,190,243,312,170,197,242,183,206,262,171,163,230,160,139,105,229,210,181,166,227,178,238,187,254,169,175,242,228,218,229,168,287,160,160,211,266,248,212,117,264,194,301,285,183,217,232,189,203,252,204,230,233,159,251,216,210,139,195,160,224,193,204,210,182,220,196,145,272,148,231,272,253,195,186,193,229,87,150,163,207,242,244,251,227,245,184,218,208,216,200,247,219,206,247,192,189,206,190,245,307,225,181,148,216,217,213,163,133,242,291,225,255,97,126,190,251,199,281,172,86,215,186,131,173,134,302,200,207,250,211,178,143,120,254,176,235,286,180,159,252,205,157,194,158,204,158,294,202,160,159,312,189,222,184,238,276,258,245,207,189,205,167,197,124,252,181,223,193,211,170,224,187,287,113,205,271,180,246,174,244,190,218,241,228,124,143,194,267,183,171,249,151,187,185,225,280,196,147,142,218,151,97,153,193,216,205,197,165,245,217,229,219,223,155,163,222,195,232,216,189,147,246,161,180,197,210,257,182,207,195,149,189,222,245,257,180,185,241,225,153,205,251,142,163,242,212,180,221,188,179,128,144,151,164,152,155,237,157,196,209,244,229,228,241,140,178,184,202,220,202,194,222,143,173,224,149,165,221,189,261,254,183,247,186,119,160,240,184,196,151,164,182,145,180,169,196,221,167,174,91,238,250,138,150,243,181,183,247,273,220,232,227,240,228,155,219,275,211,185,190,172,139,162,162,200,152,177,199,182,176,201,217,160,148,181,177,201,230,173,219,246,197,250,225,153,233,261,224,237,160,188,249,209,178,162,151,268,227,154,178,196,169,200,221,282,179,151,215,217,208,176,178,178,215,182,149,221,127,201,149,210,197,170,242,212,174,199,196,193,226,182,204,164,248,142,111,203,234,218,164,173,166,229,244,195,264,226,192,161,234,172,207,238,207,119,166,151,190,249,235,155,228,221,307,183,209,171,207,243,155,210,242,132,142,221,221,268,242,238,161,187,165,163,216,174,202,226,154,171,168,127,230,149,172,240,205,203,185,245,203,210,136,190,233,162,167,236,218,190,184,215,201,138,199,209,204,224,223,195,197,211,245,175,237,184,190,150,155,189,273,176,279,221,185,134,247,169,217,138,231,194,175,169,127,152,267,192,203,234,171,207,145,150,207,171,161,147,196,127,226,263,191,115,241,205,175,230,208,209,261,167,241,237,192,140,170,199,215,160,230,191,196,146,120,152,271,178,251,271,179,224,170,137,140,172,217,215,199,229,213,170,187,93,149,164,254,211,207,111,159,142,168,144,190,163,125,231,228,121,143,134,266,125,187,178,141,194,170,158,221,226,220,157,212,155,188,260,189,219,194,208,273,176,172,205,264,186,210,203,183,222,130,168,245,208,171,203,238,266,109,189,210,155,207,242,191,138,166,237,185,194,149,160,205,332,156,178,131,157,240,202,215,179,113,229,116,162,189,186,255,152,216,188,176,223,225,142,184,136,272,196,141,169,191,140,136,152,176,233,289,180,212,147,203,146,208,189,173,149,259,147,228,190,174,310,224,194,238,144,167,168,167,232,171,136,189,162,124,108,182,144,180,95,171,196,272,99,170,188,214,134,209,322,183,255,162,190,133,253,139,197,136,265,138,173,221,162,161,226,164,176,177,205,271,152,237,341,174,154,156,118,181,190,158,180,192,206,179,117,135,159,127,194,156,201,165,191,260,147,157,283,139,177,110,134,191,152,174,185,111,232,131,120,406,164,143,122,182,106,128,94,124,69,61,95,121,45,68,101,111,109,75,77,43,127,64,106,207,133,202,112,141,83,210,173,206,207,145,131,148,172,133,228,150,153,166,225,177,133,207,232,172,257,218,168,174,249,143,213,206,175,266,119,216,177,204,151,252,138,195,198,137,113,199,202,199,217,150,205,219,223,190,223,189,174,182,164,198,126,232,204,183,144,151,206,169,204,231,127,182,176,169,221,200,147,154,127,324,139,173,257,271,228,129,125,167,143,158,178,169,216,167,232,214,180,206,150,184,147,192,164,258,110,192,190,216,177,138,164,202,153,176,235,167,167,172,135,192,237,192,104,239,141,193,196,211,117,71,171,226,223,204,75,157,199,205,136,160,158,308,184,198,215,151,185,285,214,157,214,109,144,175,209,280,152,204,138,193,234,217,292,208,170,192,201,198,220,87,230,207,153,270,196,142,217,294,149,152,193,157,167,207,167,181,224,256,227,177,198,257,236,240,215,220,193,164,192,240,193,166,156,194,171,209,163,145,218,170,138,239,186,165,258,191,263,184,233,192,164,219,121,152,139,192,194,134,175,220,189,209,213,204,194,126,151,238,123,189,97,214,217,150,252,200,223,202,166,185,181,163,165,181,195,158,269,99,275,270,163,177,228,188,208,157,311,138,225,186,242,250,156,272,214,225,206,217,229,202,189,182,256,284,212,115,205,223,135,133,116,254,205,167,125,184,196,241,280,229,166,189,268,186,175,126,143,161,140,147,203,215,187,146,167,161,116,239,212,287,113,185,167,164,116,229,150,224,136,205,155,124,139,44,218,213,151,182,214,145,278,188,160,221,143,163,248,157,201,154,146,145,180,132,124,109,143,221,288,213,164,166,100,168,239,181,183,175,267,126,72,261,179,118,234,153,198,146,152,230,151,152,176,139,210,100,139,95,200,188,172,109,161,225,105,149,189,93,138,157,213,292,173,173,153,156,212,213,121,259,135,212,110,95,161,232,81,115,82,176,155,152,211,203,128,145,242,134,183,180,162,137,209,154,175,147,212,149,167,88,109,117,183,156,181,90,129,140,74,169,174,109,90,138,242,112,117,182,191,196,218,183,93,170,177,122,154,144,138,88,185,113,426,247,207,126,177,95,243,217,145,264,159,105,245,196,213,170,115,205,274,185,232,165,149,124,227,202,203,167,245,189,202,171,171,167,180,134,150,211,171,249,170,196,166,244,186,219,153,151,264,106,90,167,130,109,182,84,156,162,213,160,208,138,145,63,165,98,145,221,267,166,182,187,235,157,128,137,171,184,176,102,152,169,117,132,153,222,251,248,118,239,265,183,185,160,193,172,233,254,227,135,263,148,247,234,163,154,193,160,117,236,177,174,121,175,221,136,113,175,93,140,107,194,216,160,183,237,95,145,80,142,160,205,158,137,170,164,175,135,186,159,209,83,245,172,116,243,250,98,211,193,273,224,184,142,209,359,167,219,216,308,199,103,155,248,413,255,263,275,223,223,249,182,223,382,242,97,163,200,261,230,355,156,156,310,155,141,219,318,326,251,231,110,188,178,161,331,226,142,293,213,291,151,409,259,154,214,205,295,324,288,223,296,319,206,345,204,430,283,253,471,221,361,349,260,257,282,197,198,188,308,429,333,237,414,363,402,208,249,355,336,199,238,221,297,271,442,287,320,245,189,289,171,277,328,321,430,227,237,134,176,258,276,204,181,202,230,186,198,183,189,166,202,195,224,203,179,147,182,272,206,279,231,140,146,256,67,127,224,218,234,186,167,212,232,93,180,133,145,131,119,163,111,169,183,132,77,188,69,202,122,267,235,164,141,231,156,176,183,94,164,158,177,192,247,238,157,147,180,165,123,179,167,173,174,93,173,112,111,124,248,113,140,68,211,65,144,156,135,125,104,241,131,197,209,173,199,100,149,115,149,182,116,187,238,144,196,232,210,200,144,154,226,233,181,140,247,167,149,135,230,131,184,217,181,133,167,195,182,212,140,139,180,230,172,172,147,200,180,207,210,248,148,146,91,227,185,191,188,158,81,129,316,237,164,235,143,128,145,191,268,254,169,131,174,190,172,177,126,204,208,160,162,190,214,202,126,104,200,175,156,117,133,154,68,126,142,167,157,208,218,92,256,96,178,102,219,106,122,210,90,161,165,132,195,148,156,188,219,193,104,226,116,196,136,212,148,161,204,149,126,134,128,236,101,209,193,199,106,130,183,151,123,166,145,276,160,237,163,123,181,232,203,154,122,168,157,147,99,289,138,148,220,176,125,177,138,157,120,247,186,219,198,206,209,113,192,169,252,131,150,148,218,138,133,160,248,228,144,125,258,147,209,231,208,242,140,235,116,200,131,280,243,104,157,160,112,158,149,184,120,205,200,148,244,166,156,211,214,174,117,169,223,223,144,118,146,170,114,215,163,182,164,186,144,110,102,125,153,128,141,170,158,199,199,134,168,175,227,173,117,133,187,145,204,180,118,221,215,70,128,151,150,270,187,208,218,267,192,227,271,167,230,170,186,216,160,162,109,155,167,122,269,174,168,197,171,154,303,138,226,166,254,140,152,168,151,123,161,150,165,254,131,78,127,93,226,187,136,206,146,170,158,141,188,165,156,112,175,186,97,158,180,130,112,226,137,116,65,187,116,122,131,144,191,137,135,146,130,159,136,141,93,192,124,204,138,136,145,105,174,120,167,220,140,198,158,168,177,145,154,225,110,143,178,199,130,125,59,218,122,153,71,99,122,127,115,131,215,194,195,126,196,278,236,235,205,148,161,171,127,124,104,152,66,95,84,128,170,104,184,184,61,30,64,91,99,170,142,203,117,206,179,247,160,106,115,261,145,68,178,192,144,197,208,136,252,122,145,142,88,176,167,162,257,164,314,162,267,223,132,166,175,190,151,185,213,153,110,173,188,157,218,192,213,132,109,227,115,163,212,150,148,142,231,197,188,97,140,153,196,156,210,125,261,171,149,162,76,147,123,102,120,180,171,212,184,159,160,157,209,95,190,184,130,163,205,151,202,160,205,135,136,176,199,167,215,147,127,167,193,134,161,203,148,166,296,199,143,145,141,144,248,171,167,194,130,140,226,142,200,192,168,224,118,153,123,135,139,117,175,124,222,175,207,234,133,180,129,122,97,181,165,247,247,158,131,102,139,225,172,244,181,212,172,115,146,181,167,169,117,161,162,128,174,162,148,192,105,166,137,179,169,124,188,103,197,226,139,179,177,154,171,207,165,164,148,179,202,134,150,160,161,175,105,168,252,180,132,176,125,165,177,228,95,174,179,161,197,129,189,212,210,155,233,158,140,163,229,128,170,178,228,202,132,171,182,108,84,175,277,253,220,197,295,205,216,282,208,195,145,167,208,164,176,273,197,235,190,224,102,248,167,186,225,207,151,305,198,184,167,191,140,242,228,190,248,215,273,213,233,293,198,224,188,241,212,249,199,176,213,235,137,236,221,175,175,205,211,239,227,225,323,145,144,294,184,293,252,200,179,121,235,155,255,200,159,168,173,222,243,191,210,234,162,245,192,165,180,142,144,274,192,216,157,155,165,147,237,238,157,209,188,155,218,199,147,189,200,258,146,205,154,182,201,280,188,262,241,244,170,189,183,250,191,262,166,152,176,142,202,258,223,249,205,220,178,223,178,184,134,276,236,169,240,179,276,308,224,214,289,180,173,159,178,193,253,189,194,245,182,282,223,251,225,117,153,182,165,197,181,191,251,204,212,188,180,221,203,221,181,183,205,232,207,136,227,240,190,144,202,198,181,203,123,195,177,128,202,196,293,231,290,251,175,163,206,199,198,252,254,214,230,192,156,181,204,181,152,195,141,175,276,192,189,225,205,283,187,164,229,255,228,162,116,165,213,187,267,207,163,216,195,164,198,174,228,260,238,177,199,182,260,278,183,253,243,200,215,155,192,163,247,143,221,164,220,157,192,225,196,226,202,223,153,152,200,218,219,254,255,228,157,236,238,273,217,174,251,209,230,177,274,101,208,216,216,237,141,225,157,258,282,232,203,143,301,221,285,253,163,253,182,282,248,186,200,221,210,142,258,197,207,263,167,229,221,225,185,183,176,252,235,181,119,205,181,228,147,219,230,130,255,155,239,234,229,223,204,270,250,217,186,210,145,122,191,180,207,148,176,214,243,168,238,192,161,151,161,155,191,155,164,211,173,208,182,261,183,202,196,197,125,167,273,184,190,178,168,330,230,227,151,208,190,135,221,257,171,189,232,206,292,259,188,221,200,190,235,178,209,204,117,185,172,255,177,192,268,261,186,234,263,208,261,295,220,230,188,188,163,214,187,217,240,177,69,208,194,207,180,194,117,186,220,215,222,303,229,209,205,231,166,248,146,300,141,244,280,270,186,151,155,189,168,247,175,137,196,240,169,175,203,164,191,188,229,183,255,209,209,273,245,186,239,194,174,220,186,164,210,166,125,166,208,235,216,252,250,186,185,155,200,271,259,224,167,195,253,247,238,146,270,191,183,198,237,249,209,214,173,211,176,198,170,200,220,238,164,202,213,161,218,171,259,246,132,191,240,236,218,202,107,146,237,181,216,209,241,151,213,194,204,233,232,164,240,242,201,234,211,230,209,220,209,243,172,165,112,297,243,132,237,226,281,182,158,195,179,172,298,202,180,256,193,207,241,203,237,212,186,201,207,214,172,233,208,82,136,183,231,222,296,207,171,194,167,184,165,192,234,120,206,222,232,167,195,221,235,212,205,202,234,223,201,159,180,182,211,202,221,245,160,256,206,211,274,112,199,191,224,206,213,288,122,209,207,297,187,238,224,223,244,195,184,198,247,203,204,254,189,236,200,269,191,113,163,152,197,164,229,206,189,193,239,174,279,258,227,215,161,292,167,207,278,225,220,187,220,250,167,161,256,246,260,183,146,257,253,157,216,149,150,196,184,227,174,256,235,238,178,104,213,187,190,245,159,208,185,202,191,192,189,224,239,230,204,211,210,248,167,197,216,192,176,173,192,163,221,212,222,252,206,224,207,171,172,193,206,204,290,275,195,250,165,161,206,157,181,162,190,253,178,217,173,187,229,238,182,185,216,193,286,250,222,150,213,157,140,250,223,244,257,208,283,292,151,151,129,164,204,199,141,241,227,207,266,274,207,137,214,164,241,183,201,185,240,162,144,213,204,177,220,226,178,125,154,259,170,162,221,215,173,238,200,154,217,142,248,233,171,146,173,151,156,280,193,218,172,198,224,220,207,234,252,241,203,229,205,238,197,195,182,180,242,239,198,235,148,190,243,263,142,154,195,239,226,211,219,256,175,202,188,163,247,207,236,154,215,203,139,142,176,242,151,180,313,175,214,292,280,154,225,139,204,165,186,204,143,169,191,168,170,210,223,244,207,251,220,199,143,326,179,200,195,227,180,183,194,353,248,216,151,211,180,207,213,161,230,237,157,219,196,208,150,191,172,172,333,223,178,157,193,196,159,170,161,169,158,192,113,120,176,187,246,178,169,206,152,232,156,166,211,179,201,188,175,210,222,192,153,185,260,209,218,175,246,145,196,179,151,139,191,151,282,180,124,168,159,133,157,199,180,203,162,279,209,135,240,121,171,97,203,168,128,188,140,186,151,176,191,193,100,203,113,147,189,179,104,223,239,162,146,181,71,155,75,171,160,138,122,202,237,217,133,204,237,124,272,233,176,166,286,205,124,173,180,217,116,121,148,145,178,161,193,146,196,150,96,234,203,154,119,175,98,161,133,202,171,111,192,164,139,157,108,180,136,187,197,214,130,128,241,151,95,185,183,147,106,223,171,224,172,115,148,186,170,152,148,145,105,121,117,60,192,164,89,258,185,113,115,141,204,116,143,212,186,197,118,140,159,135,130,281,135,187,106,148,158,122,118,208,419,84,195,112,118,167,176,164,150,170,345,98,79,121,149,145,161,179,177,185,111,143,164,144,168,195,150,133,188,160,168,125,185,171,233,136,124,113,209,141,248,206,123,231,167,131,151,96,158,154,147,193,155,208,209,122,155,348,91,155,123,169,130,195,144,136,197,160,129,124,131,145,105,104,112,171,153,156,269,232,160,216,114,207,76,184,345,155,168,235,217,160,221,112,146,221,175,166,121,117,126,167,151,301,117,247,310,184,208,237,157,182,272,189,146,254,173,177,171,154,173,140,138,137,146,229,179,123,110,222,127,188,221,132,166,116,60,123,168,254,199,184,78,247,204,135,154,155,165,208,180,203,186,167,289,110,175,106,135,170,223,171,208,183,165,150,130,249,102,121,150,96,190,124,125,121,165,138,141,187,125,84,164,168,183,239,238,194,231,138,201,77,142,127,181,114,174,126,100,149,198,223,135,147,83,247,195,89,195,208,137,144,84,263,172,142,73,177,98,213,184,186,106,230,198,137,137,168,148,177,162,140,139,141,131,143,193,173,240,207,156,138,113,80,62,127,142,135,189,131,115,211,96,192,127,234,124,162,155,173,123,146,134,115,96,203,144,100,116,136,112,256,257,212,164,230,236,173,138,244,121,228,109,156,85,88,146,156,173,124,180,161,227,199,243,107,145,199,168,138,190,147,231,124,182,110,170,152,168,192,89,164,138,253,172,149,143,137,143,171,103,239,95,185,141,131,201,125,179,254,179,143,142,166,111,249,97,114,93,110,148,220,105,177,80,110,166,131,149,162,142,123,148,214,240,134,169,64,236,219,134,215,163,186,207,181,208,263,195,116,151,239,130,197,249,223,177,229,244,147,229,269,229,222,147,248,188,247,161,230,132,203,175,265,183,152,206,136,136,213,203,259,218,143,158,173,197,159,133,141,116,172,189,195,186,120,191,175,202,179,191,154,169,167,202,142,208,144,187,191,178,209,132,186,225,209,120,240,214,154,193,249,248,203,153,189,160,200,167,272,133,209,103,166,153,264,181,220,186,271,188,133,94,156,179,168,117,249,158,142,169,72,194,150,264,164,94,157,128,176,176,179,126,136,140,125,190,211,148,208,180,158,178,152,137,167,115,275,163,109,174,181,189,228,212,233,128,120,166,135,132,74,128,98,131,130,155,162,143,136,104,155,123,127,98,102,90,81,97,89,110,112,145,81,133,143,140,108,71,124,150,165,190,192,90,100,118,127,138,149,128,76,83,148,70,134,264,88,143,110,268,115,144,141,118,179,141,236,456,329,100,139,229,132,144,231,167,221,281,239,158,136,113,122,209,163,219,206,105,90,216,189,116,102,114,210,89,95,99,128,207,219,252,237,231,179,152,213,171,148,302,92,222,165,115,191,164,182,230,186,274,198,130,150,185,131,268,124,147,174,94,118,107,130,121,143,89,162,89,162,166,125,137,78,236,200,168,314,119,194,117,224,169,115,164,182,131,95,309,184,237,225,181,168,178,211,137,209,157,264,202,222,158,185,210,221,259,130,190,107,205,213,224,186,195,92,188,110,87,158,82,219,74,150,207,141,231,108,147,101,134,163,175,198,123,115,78,162,150,163,118,96,163,222,164,174,178,123,210,166,188,160,170,84,182,149,165,181,243,120,236,167,222,140,170,90,157,107,125,91,134,195,228,183,199,200,232,131,182,197,160,156,158,238,122,108,192,170,138,210,133,162,148,203,148,206,131,105,133,124,159,216,172,188,203,222,103,170,151,188,242,117,90,115,74,177,160,171,145,102,168,125,95,113,204,128,124,141,87,148,212,193,146,93,156,187,109,174,171,129,237,152,187,126,142,96,208,192,131,155,138,137,138,118,116,190,197,131,204,142,330,124,237,177,234,155,178,108,212,137,142,114,146,96,207,66,111,123,125,212,148,222,151,135,161,117,177,167,132,152,216,172,166,144,105,131,143,139,135,76,141,218,222,147,115,108,224,172,155,140,190,205,143,136,155,188,138,135,183,197,124,135,132,135,141,149,135,120,91,248,203,143,123,181,148,214,131,133,112,185,174,141,179,76,105,157,249,183,163,194,123,149,177,136,149,111,167,154,302,107,184,168,102,159,105,97,185,106,121,145,175,92,109,142,130,173,153,104,119,114,115,99,136,95,120,129,145,81,132,172,165,221,171,165,125,127,181,102,184,170,141,202,145,160,190,132,115,146,99,144,240,195,187,181,158,108,114,145,125,127,95,162,154,156,121,95,136,79,188,100,165,159,88,174,164,103,170,190,250,235,129,221,129,128,162,230,203,132,154,178,132,167,142,147,138,117,181,124,185,80,134,111,153,227,149,295,110,130,143,215,144,177,165,130,171,325,294,105,159,232,221,154,174,214,187,167,118,168,159,227,148,122,272,266,122,143,140,158,231,192,136,241,187,129,107,114,200,152,117,182,221,122,176,196,281,134,105,193,185,120,114,150,206,166,138,119,82,209,136,159,177,140,163,258,58,158,144,129,245,234,185,160,168,164,145,93,120,173,211,130,191,135,150,166,197,167,141,175,152,217,137,183,172,132,183,273,212,224,223,195,242,187,232,222,148,240,174,168,233,104,283,166,172,162,192,238,161,168,208,169,193,195,152,207,156,132,133,199,122,212,123,111,215,159,108,136,150,271,62,103,216,101,169,124,97,231,237,188,123,160,180,128,193,180,128,107,226,214,155,147,246,217,205,235,245,215,226,146,164,161,174,312,187,141,244,195,234,152,237,163,120,250,114,162,244,294,101,241,193,247,80,199,210,189,219,139,163,149,232,185,210,193,128,208,168,185,107,255,198,247,128,121,164,84,246,117,183,255,209,234,88,113,175,162,152,100,142,180,84,136,195,197,222,162,148,228,184,226,135,104,285,131,193,173,171,114,246,213,143,219,274,286,232,87,121,224,233,127,120,149,182,159,98,119,133,112,214,200,237,106,163,104,198,77,178,105,196,156,198,150,95,138,169,211,218,171,119,122,212,229,104,263,210,120,199,95,176,237,199,185,177,183,219,205,216,157,84,124,211,122,139,123,185,142,175,153,167,132,128,139,181,264,109,150,71,118,149,185,184,195,130,189,66,236,243,153,16,180,172,214,192,125,168,271,220,103,109,187,341,189,158,96,245,126,165,200,191,134,104,142,205,199,119,177,191,100,132,131,120,166,230,159,201,138,93,177,146,116,103,177,123,155,200,118,66,183,207,90,200,141,176,148,188,169,163,159,213,154,199,166,122,192,219,193,194,168,227,165,176,169,209,205,128,264,199,146,270,178,144,147,189,133,293,183,217,220,159,180,192,257,203,141,183,207,170,188,90,175,177,222,92,235,182,182,153,217,157,151,200,217,133,214,240,178,279,194,248,164,170,194,283,144,191,254,148,123,167,197,190,216,257,246,175,241,174,182,145,188,182,196,128,195,210,233,216,153,150,194,159,136,237,218,213,153,205,151,186,170,188,155,200,211,149,283,225,221,219,187,249,177,198,195,171,203,238,162,152,223,106,105,168,135,340,134,217,223,213,276,207,172,114,157,227,141,229,224,182,146,264,219,188,108,226,198,188,128,206,203,91,167,224,178,159,261,259,200,256,180,139,215,177,171,236,131,133,101,162,209,232,142,130,135,183,172,203,187,183,162,232,185,149,228,219,247,216,250,189,197,237,215,156,136,266,224,182,138,187,221,157,103,162,158,243,241,228,176,97,180,195,144,207,201,262,147,146,166,212,175,158,160,306,204,221,234,218,195,129,152,200,215,180,181,139,189,165,179,261,166,90,229,196,176,178,164,155,230,196,255,157,166,139,203,191,106,211,148,268,181,274,172,160,205,253,235,191,237,217,194,150,208,218,290,169,94,179,215,179,263,245,166,173,259,172,195,201,195,290,130,127,170,127,130,191,148,149,135,141,133,207,171,192,212,191,168,210,160,203,187,157,195,165,210,219,150,189,214,172,192,143,176,142,261,195,196,152,127,135,188,169,254,228,162,148,169,229,159,119,200,123,218,77,208,107,144,135,148,163,166,143,133,231,206,187,210,200,183,211,194,239,237,213,189,150,218,151,176,162,185,230,143,153,160,180,168,184,135,178,197,206,129,152,212,124,164,174,195,187,307,157,100,155,148,200,265,202,165,177,243,160,142,176,235,166,209,205,195,125,260,215,158,192,201,146,185,210,111,252,162,181,223,207,202,225,198,141,163,219,254,193,220,192,231,148,123,209,136,131,156,153,136,136,275,211,179,155,198,202,192,265,169,215,208,186,173,155,209,320,111,202,177,181,164,122,106,277,155,249,142,113,116,193,129,137,193,151,188,111,115,157,185,143,230,135,160,222,147,179,156,134,227,116,232,173,173,224,199,110,129,215,185,145,172,217,202,226,121,100,231,101,193,239,181,226,96,187,223,196,139,122,259,145,196,140,10,289,242,224,163,144,160,142,136,181,233,202,235,194,236,158,157,247,203,167,172,170,168,236,154,105,87,199,93,77,105,145,188,103,168,137,174,164,158,180,150,167,150,150,147,209,166,168,131,199,137,150,228,117,155,99,246,209,193,169,259,130,108,184,112,156,81,171,187,136,112,122,148,173,266,164,140,137,265,133,188,193,146,148,138,214,164,127,106,124,125,110,127,121,187,174,208,209,165,115,164,239,265,209,192,216,122,203,99,68,137,189,194,156,163,176,138,195,324,142,180,158,253,119,98,190,262,203,219,249,146,169,93,214,162,88,164,212,229,218,155,225,244,152,226,161,177,158,143,155,217,177,191,224,222,260,236,203,206,211,179,234,157,209,241,245,171,213,135,134,188,157,171,217,252,161,197,173,156,166,165,197,291,141,163,184,172,181,262,108,139,176,140,117,175,221,209,214,177,165,195,248,137,142,151,231,217,192,201,224,219,161,178,246,204,173,119,189,147,142,228,163,199,233,270,170,236,237,217,208,167,137,131,256,254,166,194,132,97,105,258,173,127,117,135,190,166,165,132,180,126,81,200,231,151,114,208,157,181,255,172,67,238,95,255,172,170,235,320,236,242,249,259,153,198,154,178,169,262,199,146,243,228,218,193,166,185,309,172,146,223,192,199,196,82,212,192,274,169,167,183,192,158,278,133,251,201,249,175,83,126,176,150,191,164,250,193,199,201,195,121,115,222,205,154,154,267,162,167,175,165,191,232,217,184,144,136,122,167,188,136,190,143,229,213,80,154,199,221,175,192,198,225,248,234,177,88,288,207,123,203,98,248,163,219,190,147,228,122,179,154,164,146,203,118,156,127,212,69,201,215,194,153,220,241,201,194,201,248,186,146,150,161,122,206,103,209,147,91,202,158,221,209,247,200,193,93,210,231,223,184,285,149,250,213,129,134,133,235,134,208,145,209,162,195,205,133,191,164,240,292,239,224,110,284,185,161,224,187,128,189,171,214,155,237,215,229,206,171,186,231,206,183,97,218,202,297,205,179,226,290,241,196,188,176,164,190,199,204,182,179,184,128,201,139,84,256,154,187,305,106,198,89,191,201,181,99,221,201,163,200,200,102,135,182,221,168,220,229,119,112,226,251,193,188,228,178,75,181,205,225,206,144,131,216,307,204,270,156,197,146,222,171,122,163,131,167,222,285,223,196,150,188,166,138,172,249,208,125,144,200,148,189,239,146,185,134,189,161,113,221,182,247,185,180,209,178,268,253,230,130,244,122,99,175,96,225,202,178,164,216,235,172,228,92,171,200,126,230,148,190,229,220,224,226,233,139,216,231,222,120,361,223,183,182,218,223,230,173,159,102,169,186,95,167,146,150,162,129,181,206,224,216,216,246,229,187,219,127,169,104,155,217,235,139,196,78,162,228,97,210,142,147,155,192,204,139,300,264,243,185,181,181,204,232,207,191,249,232,150,173,118,180,158,126,206,205,150,190,191,194,157,198,189,216,133,94,322,267,158,162,88,203,227,118,145,128,95,175,240,256,249,217,138,190,213,202,141,245,66,78,197,140,284,216,204,232,138,191,150,232,229,181,174,114,161,193,229,164,237,155,178,131,96,173,205,122,126,176,245,193,113,235,184,212,221,223,192,111,74,219,87,163,270,194,167,160,185,170,150,184,107,156,236,107,190,136,129,246,174,123,112,222,171,207,186,87,213,232,241,136,206,250,132,205,240,140,222,156,146,170,207,213,204,185,140,233,183,146,223,151,179,228,214,244,195,177,171,229,283,226,145,95,217,146,192,129,170,177,193,157,193,188,194,179,258,211,171,201,153,334,131,193,179,189,251,226,176,186,126,152,165,185,237,195,127,139,71,242,190,207,106,176,215,176,164,254,179,144,221,98,139,234,231,115,159,202,271,208,140,255,110,185,174,182,165,246,187,180,185,197,165,131,236,230,216,180,214,178,221,194,226,255,292,167,214,193,162,253,198,203,201,132,244,234,236,260,142,251,162,145,239,138,184,164,193,342,188,260,168,226,196,181,125,143,143,222,135,170,223,229,202,286,211,137,201,152,295,153,178,144,161,299,294,140,155,125,141,201,219,155,171,103,240,173,182,229,204,210,189,163,219,184,178,164,134,192,184,118,102,162,178,185,182,59,82,126,113,140,124,143,105,198,200,147,27,214,211,178,198,148,102,205,26,159,60,112,222,75,236,114,210,122,133,199,129,174,192,101,91,91,159,98,132,132,235,123,152,136,82,129,87,213,164,192,157,100,204,165,101,131,307,241,223,245,106,258,196,181,249,129,240,61,211,204,186,125,156,139,133,165,102,112,210,110,144,209,271,146,109,135,194,243,208,227,170,152,99,137,179,200,112,205,293,315,327,300,267,264,316,146,243,287,247,294,186,183,166,317,218,145,309,350,225,51,266,322,270,223,159,252,276,304,219,242,272,319,294,239,286,209,219,272,280,322,286,176,73,355,350,258,239,300,242,219,238,155,305,259,188,152,166,272,203,332,151,322,328,214,333,170,278,178,304,262,250,282,344,194,144,133,95,189,231,182,128,223,167,109,175,176,208,151,154,122,247,169,146,171,252,81,281,126,54,159,247,239,128,109,175,198,206,162,160,195,160,182,200,207,226,279,204,204,191,149,271,148,158,107,99,175,147,167,188,105,181,160,111,189,115,110,156,124,163,231,136,139,202,124,282,141,159,161,107,98,129,193,125,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,311,109,144,236,165,112,135,132,141,139,101,178,116,139,242,125,148,79,94,163,117,155,130,171,135,132,175,218,171,162,169,133,132,239,290,194,212,121,104,108,116,77,217,163,136,194,230,144,138,132,223,293,131,219,198,198,172,164,114,151,157,215,271,154,247,152,154,212,222,281,274,244,162,154,158,171,239,140,164,101,264,193,170,191,80,108,132,154,137,141,126,126,168,162,129,108,167,93,98,132,122,62,89,202,177,87,195,437,108,213,104,152,123,179,169,125,71,127,70,146,114,139,126,190,204,115,179,163,159,261,183,151,159,211,183,147,222,91,178,299,127,173,201,163,182,184,131,196,161,287,142,197,199,155,143,160,107,211,213,218,146,124,108,164,151,92,132,254,192,130,161,136,201,204,203,210,259,161,117,219,203,194,181,166,227,202,126,93,164,171,148,148,230,217,166,148,179,122,204,140,218,130,90,159,329,126,120,193,226,202,156,172,210,157,158,221,181,142,148,192,112,195,157,96,107,77,142,100,196,148,181,137,120,137,152,157,180,132,143,179,159,192,112,207,130,138,117,129,94,165,144,106,152,138,121,148,126,151,191,198,200,136,190,177,206,183,224,190,209,106,283,135,209,177,181,125,165,95,194,160,133,124,283,168,234,236,130,198,203,152,196,145,197,172,207,145,239,256,193,93,173,163,249,242,150,209,251,147,201,107,219,234,210,193,190,232,195,217,229,121,153,184,125,193,224,137,140,187,244,184,215,255,181,105,234,217,192,152,142,210,242,294,225,222,191,159,181,167,175,196,286,169,210,179,201,240,244,206,201,240,182,186,220,172,166,177,192,79,202,241,203,229,220,127,181,232,316,191,118,144,163,195,192,290,215,242,154,242,152,185,176,152,202,139,164,194,318,237,150,188,202,197,211,159,188,298,133,168,168,199,295,248,174,147,197,156,119,129,158,267,193,210,182,190,187,218,157,252,187,181,148,237,197,246,152,236,137,190,176,123,162,169,128,194,129,207,217,209,203,239,204,154,244,154,187,163,148,220,183,155,196,99,132,275,204,148,285,204,159,174,201,191,143,190,162,228,101,147,203,258,217,131,210,169,148,173,207,179,150,195,251,156,195,210,154,166,190,201,215,289,161,165,272,224,199,180,148,193,185,147,227,215,149,241,214,166,136,121,238,166,210,227,223,154,166,249,154,257,192,188,204,241,163,237,174,217,181,279,216,198,199,201,244,185,219,193,201,180,221,177,164,178,192,171,204,229,146,167,215,144,211,179,252,160,183,150,138,154,207,182,154,164,188,134,256,220,217,189,362,159,186,289,200,222,150,200,145,214,205,210,248,208,275,222,170,163,229,155,237,172,145,234,199,214,192,147,237,205,199,134,188,209,249,146,149,201,131,158,218,148,239,219,221,200,207,169,192,130,235,98,167,182,211,150,211,176,228,301,158,240,172,151,171,129,188,227,239,223,256,112,219,217,209,209,136,180,217,250,127,175,205,216,111,250,127,142,123,156,155,212,134,202,158,210,159,221,212,230,176,279,204,197,234,179,222,243,236,280,204,178,198,162,229,218,213,209,192,110,223,135,176,215,175,145,151,217,97,136,187,162,188,133,163,248,213,175,199,226,170,233,119,214,209,179,184,231,170,181,222,216,274,244,199,213,190,169,210,181,120,250,188,208,125,283,185,236,169,235,204,108,195,139,196,327,182,119,185,213,156,192,191,282,157,196,172,240,194,139,201,187,198,247,258,212,220,188,220,164,135,174,180,160,141,210,84,211,188,147,236,206,222,194,195,162,244,165,200,219,144,244,165,235,156,334,202,213,227,242,245,211,185,89,208,131,165,155,182,165,210,247,258,179,206,129,129,174,206,177,164,188,254,204,167,158,216,122,206,186,141,204,150,220,239,250,259,229,172,168,219,109,160,176,268,174,187,230,131,251,175,171,168,219,206,238,171,247,207,242,146,209,307,185,199,194,206,244,191,219,238,239,206,246,216,170,220,270,206,265,212,154,226,165,198,167,209,173,214,201,193,202,227,173,147,169,157,193,110,187,185,167,208,180,194,124,200,172,105,176,249,192,218,172,301,204,220,233,155,158,229,162,139,183,229,220,147,271,171,195,209,175,202,216,159,203,205,263,191,213,205,207,242,180,225,89,173,177,283,146,181,214,143,170,275,179,181,149,198,258,187,122,195,206,205,168,210,161,204,220,202,216,155,245,172,175,196,178,188,153,171,176,209,182,202,175,196,257,229,177,239,211,236,135,147,204,155,102,182,169,177,245,112,218,229,187,261,115,154,205,125,222,185,157,239,171,203,194,144,170,182,181,218,88,244,203,188,149,224,193,248,225,201,192,207,241,228,170,244,203,206,230,187,205,165,201,160,166,120,270,141,141,200,205,149,253,156,245,227,152,148,142,260,217,282,179,177,251,192,158,163,97,164,206,241,190,182,156,238,258,188,169,189,202,165,186,131,282,218,103,198,114,132,202,284,206,176,198,105,169,117,163,223,233,200,105,195,176,275,156,187,248,252,210,180,195,178,116,183,198,160,180,304,162,233,154,168,169,189,138,194,214,142,170,241,219,152,235,227,164,113,198,200,203,253,266,275,104,199,305,171,164,226,168,181,176,199,159,154,186,159,173,219,217,164,188,150,181,128,193,208,171,154,168,181,166,193,228,226,157,211,176,205,211,213,180,205,236,136,176,223,120,102,198,218,143,220,197,187,262,257,106,206,239,152,214,153,245,208,243,186,240,188,98,238,217,188,176,133,233,225,160,177,190,205,153,181,220,210,228,164,210,188,163,132,205,232,102,234,142,209,185,181,111,238,174,148,169,171,156,192,221,159,214,212,120,134,167,215,116,193,214,172,209,86,182,272,239,197,161,122,162,208,258,96,166,207,206,194,156,179,141,183,140,161,188,191,193,252,132,191,224,179,188,200,226,146,206,117,211,197,185,200,193,215,302,192,235,222,172,160,119,142,153,192,127,193,194,179,142,166,187,258,152,126,179,219,162,133,174,154,163,236,169,218,215,152,237,127,85,168,151,192,152,178,269,229,183,154,178,136,162,222,125,191,188,211,255,282,184,133,144,242,192,182,192,166,179,220,214,200,148,249,176,162,205,162,189,138,162,246,149,178,166,207,123,174,200,154,171,199,123,137,193,156,192,213,137,201,248,154,118,195,183,139,117,148,198,166,181,253,197,253,149,218,241,139,164,175,153,225,146,131,199,242,177,187,218,210,152,136,165,113,167,135,135,203,209,95,200,106,119,240,190,161,192,186,144,205,228,159,134,159,140,120,233,207,197,167,158,62,183,276,187,202,208,134,150,150,134,227,140,167,114,133,159,173,192,182,153,249,198,202,212,160,211,209,206,249,159,182,180,193,251,246,206,205,202,240,157,208,215,222,206,189,192,199,166,240,188,175,138,251,187,230,246,178,173,151,160,221,173,213,178,221,188,262,256,268,231,184,186,209,233,289,231,202,205,194,243,186,227,203,165,203,173,156,150,186,221,188,167,173,142,243,197,191,194,204,153,227,269,254,198,179,238,208,217,214,163,185,185,143,217,148,197,119,131,253,154,189,197,187,177,199,219,205,234,258,169,196,184,156,158,116,135,155,125,183,153,218,177,118,208,254,221,222,211,219,149,250,219,200,276,189,191,227,161,259,165,257,179,233,147,240,238,167,158,181,212,157,216,157,242,188,234,172,70,184,163,229,200,206,195,163,186,230,184,191,192,132,210,197,175,261,181,194,213,244,227,210,229,226,224,245,236,175,256,186,204,322,180,271,264,142,180,190,238,266,177,201,142,256,162,198,197,221,211,179,190,165,280,211,166,160,298,218,222,240,229,196,148,241,164,213,226,184,190,183,204,154,218,136,193,198,185,196,217,184,212,175,259,188,184,242,201,166,193,203,221,188,176,197,162,145,184,210,105,278,199,234,181,184,248,119,142,174,205,170,217,197,196,236,193,170,220,215,205,235,228,196,131,275,199,146,186,217,171,180,173,165,179,130,203,214,200,160,220,267,313,158,194,209,187,208,143,184,231,195,239,236,189,284,206,147,172,239,222,171,198,242,159,253,210,304,173,188,197,186,243,137,227,137,221,235,184,196,121,214,223,155,205,233,121,109,219,239,251,225,173,226,200,212,238,123,246,232,247,187,168,206,242,184,294,195,174,259,169,243,207,328,146,235,151,163,220,175,190,242,183,216,232,210,208,142,203,167,170,138,217,243,139,211,183,217,174,159,149,205,238,172,169,217,191,258,162,181,86,185,150,153,200,172,187,193,266,123,155,226,213,168,182,233,217,182,256,145,262,221,219,192,258,241,277,219,233,199,181,183,249,146,145,186,201,216,159,142,214,240,233,210,171,285,213,147,213,242,195,252,203,166,279,191,188,147,160,249,206,134,220,167,240,262,215,222,223,196,188,310,264,249,193,184,318,214,232,229,124,170,156,241,169,208,146,243,173,249,183,195,284,193,226,164,200,247,218,146,164,212,167,264,182,293,209,157,205,182,227,236,205,151,207,231,192,198,210,230,175,203,274,163,241,267,222,189,212,185,156,181,159,183,136,169,206,169,172,213,133,200,247,157,210,132,222,222,229,250,234,195,204,330,249,209,173,187,202,132,223,178,203,174,223,163,184,202,155,196,218,123,233,249,145,231,194,211,226,161,199,126,149,192,248,146,154,214,248,161,127,228,176,180,203,154,192,222,142,132,210,238,231,199,175,172,181,169,152,212,244,233,173,170,210,222,219,207,185,128,250,165,184,232,161,268,158,246,204,220,196,194,178,146,150,250,173,209,171,215,252,244,165,234,251,189,196,129,216,174,242,205,218,229,146,243,198,218,244,200,201,234,205,144,231,183,118,155,210,184,159,161,180,257,206,141,175,176,124,180,156,130,223,125,179,146,189,156,184,85,266,138,199,178,263,173,201,217,124,183,217,171,209,172,240,228,224,159,279,165,206,193,146,233,198,241,252,210,148,200,166,134,261,112,201,221,250,169,204,133,223,195,213,241,195,142,252,210,168,202,205,154,187,141,190,181,219,184,265,221,213,227,177,197,120,228,188,275,159,201,158,204,130,201,70,149,146,216,3,190,181,138,3,225,173,189,207,193,137,161,211,230,172,213,232,170,139,178,203,121,170,195,217,167,208,140,151,188,149,234,218,138,212,228,150,231,184,187,150,153,184,277,248,292,187,223,219,178,92,190,164,236,181,201,172,131,275,167,229,201,228,160,98,139,126,134,175,254,165,201,251,195,231,199,138,258,148,239,158,178,163,94,181,240,226,74,191,228,158,91,157,219,157,97,210,152,203,172,148,229,171,206,132,155,136,205,163,144,212,153,236,230,177,147,162,191,120,121,154,181,200,243,198,174,209,218,127,244,243,157,281,121,94,89,153,167,153,121,207,149,159,106,147,159,228,194,91,224,220,251,137,186,133,214,201,109,174,145,75,85,149,260,162,223,193,270,180,178,207,169,204,195,122,100,188,211,191,125,174,198,174,150,169,286,187,117,204,150,234,171,130,139,170,152,125,168,194,214,100,129,176,179,199,97,279,140,129,117,55,60,103,89,122,36,127,42,44,66,104,53,274,111,97,124,58,80,141,55,169,109,67,56,48,32,121,66,57,65,91,54,69,99,96,73,69,78,60,119,60,167,220,298,149,111,131,155,178,158,268,115,78,160,173,176,195,81,155,101,193,117,174,289,106,154,139,240,164,130,190,152,238,145,201,161,181,195,121,196,91,157,144,157,166,176,138,163,177,122,219,159,213,133,193,149,201,82,179,154,203,67,98,169,179,202,168,231,211,136,241,167,165,144,167,163,170,143,169,133,174,212,174,229,263,135,132,165,144,208,185,188,130,261,186,124,171,199,243,157,222,138,170,331,184,264,227,135,226,200,153,153,159,101,131,206,239,130,201,165,118,178,229,195,138,119,197,139,233,129,233,202,117,174,250,251,153,276,172,198,199,146,145,215,214,115,154,166,233,99,142,222,235,127,162,173,201,151,212,197,134,224,152,124,188,138,223,191,96,217,151,112,188,176,159,82,86,155,118,131,154,120,72,92,254,158,175,212,186,158,179,193,99,138,96,250,221,165,170,152,139,163,183,258,210,143,219,274,167,125,301,142,172,164,205,194,119,207,251,259,161,258,183,207,155,135,242,96,155,226,203,239,250,128,166,74,100,108,368,189,102,122,117,121,202,186,186,150,157,159,152,224,187,184,126,196,227,160,159,348,272,137,204,177,153,180,196,229,204,196,204,221,139,262,211,200,192,184,215,175,181,179,158,275,212,146,205,189,127,96,143,228,160,182,249,201,198,147,166,208,226,219,246,94,256,185,177,165,180,163,144,121,96,146,89,199,148,89,144,153,155,174,172,253,224,350,270,208,218,129,266,149,132,139,234,205,195,148,323,159,144,190,169,228,208,204,244,191,199,193,144,248,227,223,117,158,193,230,170,128,154,113,170,284,195,181,209,210,240,126,171,200,178,197,181,239,124,198,154,187,241,195,181,219,149,141,236,107,159,179,200,237,186,258,280,152,242,162,209,236,209,230,213,148,181,194,164,240,180,243,175,199,176,141,144,157,164,222,176,236,211,163,205,202,154,198,189,234,201,205,229,234,201,179,147,158,154,150,201,168,185,132,189,240,214,207,194,143,179,125,195,163,181,169,169,224,209,199,173,184,155,239,159,164,105,233,148,170,197,202,156,228,210,118,186,134,218,221,180,153,173,162,143,126,229,187,186,190,213,146,163,160,130,111,182,237,188,244,177,181,181,188,166,212,203,176,234,117,230,103,152,245,140,174,139,186,192,214,198,140,179,203,181,172,182,153,138,181,154,199,85,199,187,213,188,202,149,190,134,171,217,229,153,110,228,224,153,208,181,137,121,219,150,212,181,183,271,195,112,238,174,158,95,143,143,190,194,94,139,200,138,170,158,112,216,232,196,204,220,145,206,202,172,163,264,113,216,189,214,356,189,183,197,171,92,204,209,220,160,193,87,150,170,172,263,204,159,246,174,235,176,103,198,151,163,202,224,189,140,159,195,197,117,137,217,200,101,166,201,267,240,331,155,209,101,184,183,175,68,224,244,238,298,155,219,203,189,115,189,231,100,239,170,110,102,205,231,201,146,208,162,218,180,255,165,278,185,214,232,221,201,143,173,203,182,171,201,124,222,145,196,153,276,204,156,152,201,240,185,148,119,202,217,138,126,206,206,235,161,195,172,135,237,139,184,235,136,218,180,184,176,176,86,79,164,229,171,175,211,133,165,164,146,135,143,183,176,200,203,134,225,208,195,183,129,129,194,251,172,231,214,223,207,115,216,174,179,180,173,207,203,233,142,172,179,179,135,263,200,151,181,147,91,151,208,224,138,253,204,201,232,128,155,159,208,265,175,238,199,227,191,204,204,86,216,143,207,66,199,189,162,207,272,202,184,138,221,197,204,206,211,208,218,268,226,233,172,215,177,167,180,212,186,188,107,176,176,162,168,216,110,169,182,205,169,127,230,162,263,197,205,175,236,196,259,178,264,197,214,253,214,173,205,221,163,160,201,118,192,158,148,169,224,216,157,202,211,150,217,154,164,159,207,175,192,135,115,171,143,269,229,262,189,192,143,140,190,207,226,152,134,183,156,159,180,180,136,151,115,179,185,136,269,82,112,150,174,117,107,144,136,216,198,113,139,93,141,210,57,66,151,221,203,167,162,181,171,152,96,198,139,160,165,155,111,144,160,141,126,166,123,228,232,162,194,172,146,194,109,144,142,209,162,163,221,174,173,156,173,123,187,211,175,127,170,146,217,370,119,253,280,174,143,174,182,215,113,155,148,170,204,201,216,235,230,226,251,201,179,166,207,102,122,91,110,244,205,221,131,91,204,183,186,171,101,203,160,79,170,164,211,218,188,107,144,150,5,204,167,181,175,89,53,197,150,201,155,132,270,157,310,204,220,279,176,152,308,320,193,146,283,184,291,127,250,95,142,226,192,256,294,256,321,89,181,348,358,194,211,141,91,150,242,200,289,294,227,267,293,205,262,294,277,294,261,213,333,290,221,199,195,207,208,188,213,186,287,268,260,269,277,258,293,257,198,251,198,354,214,355,187,263,226,211,450,343,228,309,388,478,361,312,176,260,389,495,226,219,235,239,492,292,273,280,406,198,209,307,200,146,155,215,169,213,195,196,166,233,223,181,176,234,169,160,132,145,154,171,164,105,108,212,135,178,197,200,296,118,175,124,187,187,106,174,209,174,174,130,160,112,156,147,203,115,155,217,101,133,115,186,254,88,239,172,250,171,146,130,245,192,174,206,180,102,244,219,200,133,228,174,134,202,194,150,114,101,182,133,195,212,128,208,161,150,204,160,164,227,182,237,237,163,202,190,167,239,109,292,168,193,208,171,177,193,162,243,172,236,151,232,244,185,163,149,221,176,205,171,103,120,223,162,149,194,205,186,132,245,233,204,181,148,184,210,146,163,131,65,197,219,117,250,197,184,163,144,164,205,155,204,197,218,154,133,113,279,99,124,203,119,137,138,227,136,165,136,159,154,103,90,167,255,198,241,254,216,99,262,76,76,208,205,241,109,153,185,124,125,135,222,150,178,126,188,124,120,123,114,187,139,134,158,193,176,174,157,199,197,97,129,122,159,217,94,95,59,150,83,266,254,161,149,181,208,227,179,185,257,144,179,163,152,133,154,179,149,167,149,120,102,162,178,157,154,164,166,181,140,177,160,137,172,79,84,346,199,110,286,255,172,165,145,215,246,170,235,164,308,168,240,178,188,111,154,183,297,119,185,273,145,150,238,181,171,94,106,230,216,167,131,108,157,142,237,132,172,175,89,157,139,132,121,225,196,167,249,226,166,163,174,146,164,142,169,165,165,177,233,181,193,182,148,239,140,183,144,292,171,225,230,109,152,149,151,175,165,131,149,141,146,118,259,231,160,77,138,120,193,175,161,186,97,103,167,181,178,176,143,90,141,170,182,126,188,221,150,227,193,191,261,164,156,160,158,113,254,149,209,181,178,277,171,163,160,301,152,193,158,104,111,149,145,135,140,179,141,53,159,108,93,202,162,168,180,147,127,177,140,129,118,112,120,172,130,113,150,219,139,109,162,143,190,176,173,170,182,121,140,129,212,109,133,171,149,149,141,141,125,144,99,155,226,139,203,180,232,230,204,228,164,243,205,214,128,307,105,180,217,158,171,257,242,180,226,144,155,140,131,223,163,241,187,217,210,207,131,204,256,234,210,184,203,222,138,216,161,173,210,218,220,104,271,158,124,211,245,173,165,103,273,172,196,161,180,224,196,220,189,182,229,202,216,173,180,221,178,230,185,170,222,225,182,162,257,190,154,165,278,147,256,165,159,155,220,132,185,147,179,187,164,129,135,223,172,135,188,214,206,197,254,212,220,162,161,264,212,191,177,251,198,200,165,188,206,125,171,199,279,185,204,226,214,161,220,204,173,211,173,204,206,183,135,190,167,190,203,166,140,160,131,247,212,270,233,202,155,280,121,122,173,211,213,199,169,204,175,157,238,177,237,193,245,204,228,284,251,222,183,164,256,168,206,297,135,190,189,158,229,225,225,183,204,244,190,204,167,157,198,146,244,193,150,202,231,194,196,225,187,253,160,147,190,142,231,243,142,159,202,158,322,269,146,205,143,243,196,215,160,163,153,216,190,123,178,161,185,250,185,200,158,152,124,224,250,171,181,231,154,216,164,231,178,192,122,193,136,245,191,195,162,182,133,165,261,164,210,117,127,181,160,173,162,195,154,236,193,148,105,149,194,119,191,154,177,240,156,140,157,229,223,169,173,225,251,178,142,187,234,150,155,183,212,190,137,201,217,205,210,146,252,258,183,200,203,195,168,198,95,176,187,191,183,286,182,180,162,254,187,106,149,205,249,209,187,232,189,173,197,187,211,201,222,187,226,161,163,138,160,217,252,164,216,104,238,227,214,227,98,149,204,146,272,130,154,180,261,157,174,205,238,225,195,175,269,153,251,143,167,210,141,211,226,181,230,150,140,144,116,205,174,124,179,174,235,152,241,159,165,200,156,165,126,179,221,181,219,221,173,177,189,246,207,162,232,176,155,180,157,152,234,200,150,153,166,240,213,128,245,214,95,197,215,232,173,228,206,158,190,233,186,142,188,185,252,256,165,194,251,124,165,252,228,180,208,188,204,268,152,191,234,143,262,161,176,221,173,193,178,225,233,203,206,143,160,115,169,134,171,194,216,181,188,126,152,108,221,149,158,156,171,173,203,138,156,169,208,135,210,200,173,183,262,110,306,228,131,154,168,201,137,152,231,160,165,214,179,247,253,145,162,172,128,172,139,102,219,118,203,142,194,195,153,114,217,184,204,166,150,214,257,132,98,152,201,176,220,160,158,227,113,189,261,206,225,249,155,202,190,214,184,178,252,215,147,171,227,281,115,124,154,229,130,181,170,130,203,114,134,237,170,180,192,201,138,119,237,154,143,202,189,157,239,131,207,167,240,213,206,211,178,282,168,271,124,166,194,217,202,225,139,219,222,228,169,177,211,171,129,163,102,139,245,156,202,216,149,171,224,186,115,123,104,161,146,164,181,215,229,206,91,105,175,174,235,129,181,116,163,171,189,162,172,129,106,227,87,200,189,125,175,141,125,174,181,150,147,98,159,124,134,150,124,140,162,173,176,166,212,227,151,153,158,138,129,154,231,147,103,191,140,207,198,162,195,149,100,127,125,132,138,127,136,209,207,164,196,145,177,216,248,177,203,230,210,211,189,190,126,216,202,143,193,180,173,263,127,220,166,169,226,157,205,218,236,220,147,277,134,161,161,225,160,128,176,196,139,196,233,272,207,142,186,180,195,237,157,110,170,256,255,100,228,158,216,219,150,172,171,226,158,245,274,106,192,188,161,191,178,222,155,174,150,286,191,112,258,149,284,168,184,209,182,219,284,132,188,108,122,256,132,239,194,212,137,169,146,144,197,112,154,159,143,188,185,120,143,120,183,162,221,161,141,107,172,185,203,236,172,190,85,87,187,142,244,166,107,177,170,169,123,89,78,186,134,173,173,198,227,125,105,87,147,158,175,127,141,167,205,165,155,260,179,205,122,91,122,134,220,136,84,180,186,236,191,226,118,173,143,142,230,147,133,145,297,137,219,159,275,168,104,178,85,72,59,155,78,148,106,59,174,160,108,108,146,57,129,253,195,218,131,137,189,162,113,87,101,158,138,72,130,267,59,228,129,107,127,125,193,210,121,113,132,89,124,63,157,181,149,149,104,148,137,132,149,159,207,71,191,222,223,165,145,222,211,218,212,111,106,93,97,134,225,155,129,134,156,139,108,125,187,136,78,121,123,82,126,110,108,122,39,154,144,116,166,186,139,115,173,161,109,100,160,206,127,151,99,83,273,90,187,119,208,123,201,272,224,184,165,111,189,194,210,60,152,203,69,168,97,115,206,195,157,143,165,219,122,186,125,106,160,160,217,154,190,146,121,108,190,91,216,140,187,127,184,288,157,149,168,118,183,179,156,147,173,142,221,133,180,133,130,191,284,255,115,138,175,164,174,118,146,140,155,121,137,178,167,200,181,152,173,138,205,213,190,168,156,161,122,146,126,206,236,225,148,173,223,108,131,176,166,128,207,190,107,157,160,116,169,141,156,160,177,110,77,198,106,113,139,148,90,222,143,231,140,124,153,127,136,106,150,177,109,160,173,129,75,92,226,149,154,121,206,116,97,185,162,199,72,201,107,105,154,121,196,159,197,195,141,179,114,3,196,184,3,194,194,199,233,201,245,200,90,116,280,197,199,123,115,159,88,134,238,121,105,222,206,127,179,167,128,215,218,181,152,145,176,147,108,148,237,106,198,187,155,128,189,143,167,86,52,118,30,56,133,68,102,57,110,74,82,89,166,106,87,87,125,52,101,145,143,186,221,134,154,269,190,150,129,179,111,181,244,186,186,214,154,176,170,169,171,148,214,146,244,239,216,235,183,182,194,159,142,75,145,133,139,159,155,161,204,139,214,182,88,158,253,151,211,211,204,171,119,130,232,202,161,201,250,151,160,154,167,210,145,86,293,110,191,214,237,210,114,161,171,121,152,234,100,181,150,200,111,146,74,225,222,178,191,207,101,130,158,220,175,151,151,251,170,236,168,135,195,110,142,206,92,338,223,204,261,232,207,213,150,247,203,203,152,179,196,209,374,116,155,234,224,160,235,140,147,157,69,216,114,142,134,193,111,119,119,171,180,272,143,81,282,142,76,153,62,136,162,228,124,169,117,154,127,165,240,101,328,131,152,211,142,160,157,145,143,157,159,191,141,207,149,132,241,189,221,136,262,205,182,161,173,116,105,191,94,83,105,152,97,151,64,101,113,94,110,111,130,125,171,103,47,111,127,152,91,75,132,171,106,155,152,82,125,281,189,123,181,166,101,76,156,109,132,157,128,166,175,136,127,88,253,127,120,124,56,101,72,192,174,160,163,105,155,190,193,268,63,154,179,112,204,77,219,134,173,230,182,210,212,130,160,197,224,204,257,91,173,144,182,165,122,187,231,218,139,262,134,95,119,161,161,190,194,185,281,119,135,131,183,151,213,98,157,163,171,169,196,137,206,211,195,141,158,183,134,127,138,173,138,110,185,133,122,171,100,162,124,146,203,283,153,144,161,228,187,106,165,156,88,154,183,186,110,249,127,109,229,148,151,110,175,170,232,129,225,110,154,55,208,215,153,148,202,89,194,211,120,121,126,274,193,133,172,87,97,129,236,138,249,121,130,104,260,177,95,117,229,246,125,211,182,120,141,96,75,108,125,156,172,84,193,117,204,117,110,160,104,102,90,68,174,151,114,103,123,95,98,154,205,197,112,170,126,87,207,302,94,153,123,93,172,121,146,182,110,137,186,179,72,208,148,133,142,104,152,146,123,160,129,77,108,119,158,164,120,165,151,182,73,180,137,131,95,183,80,189,96,143,169,179,157,137,146,204,143,155,201,135,195,217,176,89,125,114,168,250,133,144,196,147,127,140,93,131,103,162,131,135,88,88,113,114,148,96,196,215,48,93,156,136,185,172,102,175,175,118,231,169,103,128,144,179,128,123,175,106,194,127,153,153,203,91,143,194,208,149,217,141,187,85,199,129,241,215,118,145,145,169,141,165,195,112,261,165,134,168,219,138,187,158,160,154,257,210,119,165,115,191,232,93,204,124,149,226,312,273,146,178,146,101,97,91,90,106,117,175,172,104,131,221,225,137,139,108,151,195,187,202,164,159,131,150,190,185,93,94,212,216,245,162,204,321,219,275,166,155,189,216,130,78,175,201,131,132,136,78,135,196,151,184,44,143,194,177,152,157,152,117,293,54,162,147,198,128,109,196,174,125,175,164,92,136,192,152,209,208,237,165,197,180,166,217,183,177,196,139,80,144,227,168,164,153,131,140,172,182,156,104,128,153,135,224,203,188,231,160,126,166,154,190,208,99,58,179,184,219,229,194,207,186,82,126,176,123,218,116,167,227,170,172,191,147,146,120,164,129,168,125,229,188,146,136,200,149,165,189,229,236,196,260,209,175,194,104,162,193,167,210,201,157,198,144,191,242,173,156,149,157,130,155,194,106,206,248,123,145,234,93,159,165,105,100,197,164,170,146,150,129,248,168,138,165,137,140,160,237,190,154,140,165,121,101,229,183,127,223,122,124,202,148,112,162,241,255,141,208,129,106,145,197,137,115,210,135,119,129,91,103,156,221,103,106,128,136,174,175,127,270,141,169,138,232,152,185,160,131,199,190,145,113,133,78,202,183,176,110,224,215,106,144,109,290,235,212,199,210,98,183,112,126,233,170,145,152,116,154,99,149,94,92,169,98,262,160,151,118,131,177,123,150,94,160,112,237,167,170,84,169,92,156,157,115,155,223,227,160,182,177,110,159,95,87,122,144,141,156,146,90,218,103,122,140,132,191,160,84,110,75,64,142,76,132,132,82,101,125,196,114,160,210,161,139,97,137,162,195,123,192,82,208,167,82,186,167,163,193,181,231,225,172,178,167,183,149,225,141,161,219,245,150,189,126,131,132,101,155,155,103,125,195,151,154,211,187,104,142,104,106,87,163,155,143,107,117,151,159,228,187,106,142,166,179,147,196,137,205,78,120,121,227,117,177,192,211,217,156,123,151,193,192,194,159,209,213,174,176,144,108,115,168,168,136,219,215,190,165,183,199,196,122,99,100,171,158,146,191,123,135,135,107,78,219,121,172,193,261,133,145,201,194,132,293,122,191,129,216,119,161,192,95,125,147,216,201,155,114,212,213,212,140,121,177,127,115,80,199,106,196,78,200,180,290,195,54,141,138,144,163,105,179,117,96,170,203,149,119,134,125,193,103,190,142,124,161,168,166,214,129,207,170,204,177,270,151,209,126,259,200,168,149,229,156,153,162,224,163,157,216,196,152,205,127,99,195,272,255,212,183,179,143,132,189,200,191,162,181,140,195,146,180,177,214,157,121,187,68,141,215,137,185,208,121,295,132,182,250,236,150,230,150,216,252,216,215,205,123,214,248,214,200,216,179,210,221,197,227,135,208,258,181,190,137,219,218,235,162,116,161,86,163,170,238,201,247,237,195,201,105,132,161,215,208,197,241,161,184,175,156,211,219,209,170,149,215,198,208,229,201,217,230,134,152,232,179,163,85,111,138,97,147,174,239,218,136,187,193,123,238,176,187,190,204,237,175,194,231,208,195,219,192,156,212,155,215,217,177,203,173,120,114,185,273,210,221,136,188,212,123,235,174,91,156,213,170,149,182,251,139,156,193,138,175,174,271,149,183,150,123,262,267,211,166,160,183,156,222,178,156,152,147,169,176,157,128,88,241,198,249,129,212,271,153,228,184,214,182,206,145,201,78,114,194,164,192,198,126,214,177,43,137,174,154,255,158,153,138,132,221,195,187,143,207,175,189,112,151,147,206,215,188,193,72,169,235,166,176,128,277,131,194,188,188,189,136,161,165,203,197,177,136,231,152,183,180,125,162,121,220,184,237,203,214,310,155,160,191,173,130,141,229,205,226,131,158,165,176,115,185,189,200,237,180,135,169,192,164,133,109,199,194,232,173,171,164,239,152,134,187,230,166,192,126,142,154,232,172,162,236,246,195,199,197,133,143,230,125,218,233,286,220,201,197,124,133,203,187,113,206,165,140,156,119,178,144,137,152,193,166,254,132,207,188,114,127,171,147,247,103,186,123,102,149,158,146,89,224,317,147,163,176,167,156,217,130,196,150,102,124,232,139,203,134,162,241,180,195,147,132,126,246,166,165,177,124,165,209,180,132,143,149,153,211,213,180,199,179,164,151,175,99,133,173,179,259,232,148,117,120,114,167,187,155,146,108,106,185,215,125,217,119,152,238,155,125,243,143,208,174,202,211,222,218,159,122,122,137,142,139,179,201,212,190,148,134,204,146,182,209,165,130,196,143,167,156,209,144,155,199,171,227,193,162,147,166,177,215,179,128,144,152,150,199,126,136,134,152,132,112,193,158,90,149,236,140,106,161,272,144,219,129,201,191,210,113,178,222,154,135,134,114,250,114,147,146,147,82,272,115,90,160,78,180,196,168,168,111,67,164,146,118,195,96,107,108,99,170,214,79,83,184,75,159,97,209,165,165,134,219,178,251,107,121,130,211,245,211,276,243,149,254,143,193,266,201,245,172,132,254,235,232,207,279,125,145,142,227,195,252,162,213,165,196,270,164,118,204,202,106,90,149,147,107,156,171,219,212,101,56,126,105,201,50,235,115,212,183,86,208,193,157,162,163,176,119,198,89,209,180,138,129,83,172,126,216,155,139,218,113,239,100,191,176,150,165,129,226,180,195,235,136,161,202,237,167,195,96,84,193,88,131,148,100,185,169,215,155,121,223,90,230,202,187,175,65,132,99,207,133,172,189,220,134,139,255,148,167,153,161,191,195,155,230,194,134,104,108,140,184,157,168,170,205,207,121,205,167,85,173,124,112,118,176,151,159,154,133,66,153,112,93,139,111,166,194,252,94,242,79,129,115,242,187,76,247,290,145,189,199,147,149,156,100,142,225,113,88,123,168,213,149,131,135,228,98,174,189,214,175,155,167,205,161,100,130,198,135,177,234,229,214,153,112,155,236,291,165,262,180,166,146,203,174,112,232,186,147,258,206,205,126,147,89,173,204,297,325,249,302,181,251,137,213,232,284,302,189,308,178,284,118,312,303,126,185,301,265,218,54,194,84,64,60,202,333,205,208,216,128,143,305,315,315,326,220,193,71,260,167,231,325,271,278,132,259,308,287,228,182,75,175,50,161,152,133,207,254,130,228,237,160,112,181,143,135,158,86,177,168,141,262,164,114,157,146,107,144,234,165,258,210,80,121,116,154,120,152,182,189,119,219,172,174,112,218,123,69,130,112,48,178,106,165,220,190,168,132,119,195,88,141,183,198,198,112,123,114,135,104,162,114,61,157,163,106,166,123,132,210,118,136,138,113,220,204,186,116,232,87,165,156,116,151,132,145,152,95,180,67,180,200,132,103,129,136,133,144,147,101,113,102,215,94,155,177,244,141,165,106,149,204,180,181,195,120,219,89,107,199,68,106,153,170,110,134,87,182,150,120,104,78,92,200,234,198,120,100,157,116,121,145,260,96,133,178,134,200,144,356,99,165,184,132,124,192,126,231,272,78,160,195,75,97,266,226,105,212,139,129,237,120,165,168,219,191,237,197,175,185,132,202,168,262,192,211,200,193,189,191,223,163,195,123,135,168,246,155,229,122,147,129,106,207,134,120,184,190,143,158,148,113,93,118,207,207,209,190,155,161,149,224,178,170,170,157,163,227,151,256,106,170,130,176,126,140,259,125,134,172,162,369,106,241,188,181,151,76,141,70,128,140,219,140,128,121,124,189,101,180,132,110,192,94,98,121,140,115,140,137,73,168,178,3,68,116,85,99,88,146,202,103,156,162,110,142,132,186,103,168,148,126,154,106,136,133,95,109,176,120,146,99,110,112,99,166,101,123,200,124,140,66,151,207,96,76,114,108,150,91,145,174,93,156,125,127,229,144,86,199,229,85,112,222,118,95,124,175,128,68,245,109,157,196,136,172,146,104,147,176,194,90,94,139,131,155,179,153,154,121,129,168,119,107,181,143,218,214,211,178,163,98,206,99,205,233,195,209,197,243,114,225,210,236,138,209,154,281,146,200,186,148,230,155,234,200,153,158,211,228,177,269,180,159,216,137,197,232,186,152,293,244,148,202,193,186,205,178,253,218,180,150,177,142,228,196,114,145,174,225,252,143,195,161,155,202,234,150,172,165,153,203,129,170,188,213,151,199,225,139,135,136,226,175,240,162,173,136,120,175,217,171,181,144,170,196,232,179,196,174,182,211,170,100,191,232,147,190,184,197,182,140,242,210,233,133,129,218,188,140,133,180,249,180,137,150,284,254,177,191,204,151,157,246,171,213,234,163,240,155,130,167,130,204,225,152,162,233,142,239,227,83,175,130,216,209,283,112,182,265,188,228,159,213,308,234,194,217,171,236,221,225,197,167,165,273,195,206,115,127,179,213,200,201,184,171,185,233,157,230,159,208,123,211,177,174,154,150,206,212,200,209,177,156,169,174,233,196,152,208,166,116,137,176,218,243,183,272,143,141,198,175,133,159,132,266,155,227,136,262,192,200,155,168,139,181,182,178,215,235,162,208,88,138,100,127,181,252,189,152,163,239,235,178,195,156,187,184,147,241,85,215,211,155,173,211,176,158,144,161,96,232,177,148,138,116,179,161,222,142,157,141,182,262,159,253,217,154,152,243,183,124,222,245,200,201,215,229,230,190,285,239,128,196,147,260,152,248,219,143,115,217,193,169,193,194,264,119,147,72,168,147,124,193,195,181,219,216,233,138,152,233,169,162,270,117,162,238,188,134,207,185,187,147,138,211,166,140,148,145,191,194,197,263,187,175,197,171,76,220,109,219,200,135,170,245,147,171,159,179,328,133,120,178,199,193,207,168,130,137,197,136,229,200,141,191,199,177,219,147,223,168,188,182,151,284,174,221,190,100,172,161,220,132,177,128,125,165,221,212,148,182,196,272,243,200,160,111,194,138,212,229,122,141,187,153,139,3,200,136,160,141,128,135,127,196,203,104,148,131,123,179,174,166,126,108,182,170,176,237,126,175,112,149,169,217,140,130,160,215,169,85,157,131,144,205,126,141,142,199,135,206,250,200,170,237,186,215,191,180,222,189,178,151,239,144,209,249,130,222,242,220,159,175,229,171,133,180,211,137,174,182,197,203,187,175,191,113,215,238,174,213,142,145,140,162,213,203,166,201,187,172,198,267,166,240,139,138,197,240,221,164,219,197,144,138,147,194,140,168,154,233,195,172,266,152,138,192,162,195,213,198,136,190,204,145,209,272,269,146,218,145,204,187,205,195,193,200,214,235,128,169,144,73,189,103,228,215,162,263,203,142,231,220,191,234,159,208,234,206,155,168,184,155,288,140,247,174,153,269,170,154,154,238,219,231,130,188,131,160,93,187,203,165,143,189,153,201,221,191,155,174,225,176,94,127,162,167,218,217,205,215,253,191,194,155,168,187,215,170,185,166,160,165,182,198,211,114,224,181,123,264,247,180,143,285,217,173,185,194,224,134,252,124,149,235,129,186,223,242,204,156,195,247,156,158,176,182,243,201,151,174,143,203,172,238,196,199,188,189,191,197,222,247,184,233,155,189,185,185,174,166,236,238,212,188,144,171,203,214,133,162,151,233,196,152,215,153,197,202,185,183,201,187,112,202,154,176,177,144,203,143,183,173,217,229,92,165,202,191,247,141,253,201,200,209,191,166,205,149,186,255,246,139,124,218,186,163,213,229,153,208,213,242,141,151,170,222,209,151,203,208,195,150,220,173,174,200,114,152,199,146,144,174,150,199,166,195,169,202,183,246,228,210,195,162,234,238,134,227,149,134,228,266,201,177,188,142,147,150,322,221,252,199,148,184,133,158,228,221,250,184,135,172,182,152,225,194,192,157,227,123,144,84,173,235,146,145,189,153,191,270,180,147,224,132,187,122,178,204,131,187,143,152,179,133,190,219,195,198,143,162,88,200,206,209,185,254,198,240,198,220,150,206,180,181,141,123,230,195,185,151,128,236,88,240,152,215,230,162,178,145,219,199,253,133,192,122,251,218,130,177,144,138,170,159,172,171,182,205,263,187,183,216,93,177,158,218,230,199,156,189,205,178,182,207,189,204,172,225,238,159,195,284,137,126,237,193,153,200,201,229,175,140,185,191,105,180,71,100,183,222,198,195,160,193,189,190,221,135,172,273,188,255,170,199,189,252,128,224,194,144,190,167,199,242,242,195,153,220,179,224,307,181,161,202,279,212,264,184,222,222,282,228,192,194,158,256,163,149,197,285,179,134,222,205,139,159,154,158,132,144,165,237,128,196,157,166,164,191,135,198,227,144,160,166,214,198,184,204,175,191,159,173,186,169,173,100,186,143,137,242,197,235,207,304,163,183,208,170,203,177,257,190,155,243,211,139,217,205,215,170,182,185,188,226,215,198,209,190,189,202,170,257,217,153,122,223,133,279,215,225,159,181,236,162,194,256,139,150,161,202,191,199,149,214,117,248,177,170,139,110,129,151,209,274,213,145,191,275,208,184,134,182,218,211,208,184,190,135,221,230,104,209,300,235,188,166,152,186,199,195,176,182,206,202,122,176,159,229,195,113,125,218,132,292,212,205,226,186,142,233,138,168,180,275,217,199,139,133,226,201,117,95,148,187,242,221,217,247,228,173,195,120,131,262,123,225,207,210,205,210,221,198,194,167,262,194,189,136,267,152,196,231,177,199,203,201,164,212,154,252,217,242,123,184,123,297,136,215,188,216,138,211,163,140,158,105,188,157,228,165,161,152,214,193,199,126,111,132,234,158,193,179,219,206,225,157,210,200,214,196,180,270,177,178,230,186,180,153,250,97,178,135,188,139,159,225,92,221,174,200,131,205,119,188,135,195,206,266,235,165,172,190,171,204,142,195,275,170,160,158,158,181,146,121,135,179,274,196,186,180,239,135,192,160,127,181,200,162,246,111,115,115,138,198,188,206,204,171,164,166,190,209,229,225,221,190,188,113,110,221,119,218,139,200,155,166,198,136,118,222,98,146,157,190,72,98,154,120,201,177,173,142,175,262,97,194,157,208,111,205,166,149,236,153,126,175,174,107,280,151,130,159,99,93,150,134,166,214,214,302,161,222,221,164,191,240,231,261,196,234,208,303,151,102,147,113,170,178,206,196,295,203,179,180,198,239,147,112,89,123,176,127,150,104,91,174,144,185,158,175,115,143,133,172,137,203,193,181,184,151,143,194,161,118,130,203,263,206,136,162,244,187,146,173,99,201,246,176,128,202,248,195,204,176,147,225,217,175,152,182,244,100,162,123,128,191,160,162,216,165,199,127,190,185,174,95,157,183,117,233,81,199,135,159,119,106,141,224,118,206,147,138,196,149,122,149,191,157,243,214,159,206,129,176,170,142,181,172,119,168,112,206,176,208,164,191,139,174,215,132,228,187,284,197,176,159,157,131,155,161,185,137,274,94,177,133,150,180,214,198,170,228,154,116,207,140,126,142,141,163,82,138,127,180,198,109,107,148,185,135,199,158,171,250,170,183,239,197,130,173,110,141,199,206,169,95,177,136,177,140,187,208,175,154,148,146,154,169,161,196,164,87,170,95,214,145,113,186,244,148,118,167,156,218,196,165,182,167,125,156,130,157,137,184,137,203,122,162,115,181,152,101,212,179,184,155,272,52,213,172,153,274,136,171,160,220,153,138,161,159,121,175,183,183,252,263,267,152,122,276,239,251,216,256,234,97,152,162,189,167,234,227,222,220,174,172,186,109,105,130,158,124,153,112,150,132,167,182,227,184,276,231,130,184,188,192,146,142,185,201,149,204,164,164,213,179,131,130,200,118,186,104,108,105,244,231,192,184,154,171,178,240,180,158,191,131,143,185,190,139,155,138,182,261,220,171,160,150,210,194,149,182,162,173,138,191,165,118,223,237,184,156,188,99,153,211,79,176,146,102,152,207,177,133,246,226,159,204,152,203,159,79,106,103,76,198,95,220,221,190,245,240,162,108,67,184,96,182,179,172,215,50,106,164,194,183,131,167,84,127,85,136,83,156,79,174,135,187,207,146,106,183,220,248,159,207,199,201,123,224,200,112,109,250,164,237,134,129,136,159,114,190,63,147,107,202,189,209,125,107,115,141,189,141,207,105,173,124,90,178,193,136,189,72,218,156,147,114,243,173,181,112,171,142,214,160,92,149,169,155,369,177,237,158,112,113,153,201,204,165,237,174,97,169,145,174,111,212,186,103,128,198,190,181,138,70,209,222,260,191,172,116,125,224,112,89,244,156,206,194,91,167,139,94,95,204,116,261,141,172,150,157,224,125,121,161,164,156,163,147,169,227,209,184,225,196,178,154,132,219,176,195,218,135,181,190,175,181,205,158,109,160,218,241,192,169,185,194,181,194,113,211,219,106,151,213,197,231,166,224,176,155,198,188,190,157,129,162,214,170,147,238,215,132,61,138,244,98,122,65,65,186,139,142,167,128,178,154,178,199,111,156,106,122,229,201,76,183,116,199,190,169,186,150,92,121,89,139,88,130,130,88,92,152,148,154,203,199,127,146,148,122,118,172,209,125,109,174,276,137,164,112,162,166,118,119,119,185,129,67,214,124,160,120,240,205,135,126,227,307,280,316,246,321,172,77,315,257,302,171,302,169,144,200,258,268,182,53,206,140,389,333,155,149,188,133,190,191,163,142,188,303,251,247,307,316,252,262,231,217,222,328,257,200,315,243,284,303,239,319,221,379,244,256,471,209,260,333,351,232,393,273,271,390,269,310,263,345,231,163,359,146,187,317,149,362,186,324,166,180,328,267,279,197,237,216,294,327,213,243,201,260,320,243,214,178,228,453,290,371,449,217,280,234,271,272,339,343,287,180,201,192,239,236,236,220,193,155,211,137,194,256,247,302,158,98,192,221,204,164,261,234,191,234,181,256,452,226,166,220,203,320,442,99,248,118,156,154,109,155,337,111,144,169,231,114,101,145,148,158,75,165,182,166,152,150,258,119,104,229,144,148,240,209,214,152,96,113,121,226,217,141,153,121,178,280,157,211,145,150,144,106,95,216,110,147,103,209,114,82,159,110,138,94,139,171,122,123,160,132,144,131,136,173,215,120,210,185,181,219,132,234,190,97,216,189,201,188,131,167,172,198,105,192,195,176,230,179,125,111,204,215,97,178,185,90,101,166,208,169,41,187,170,309,172,130,227,148,163,202,184,153,157,236,188,128,186,190,159,135,94,169,132,215,202,160,118,83,208,175,163,181,107,233,110,192,197,151,103,170,92,132,259,217,97,191,116,180,210,120,179,198,101,133,90,201,192,180,136,47,92,257,151,215,56,72,232,227,135,139,153,105,22,114,122,113,222,165,205,140,208,216,171,179,193,199,241,160,178,157,131,78,179,162,116,54,143,95,104,79,139,150,169,153,169,108,148,154,86,235,207,111,100,98,162,158,183,133,170,131,103,87,159,109,99,129,133,222,76,160,134,187,124,96,211,224,126,141,243,162,196,145,188,139,144,169,236,208,127,133,116,103,173,132,148,134,97,118,97,114,154,182,172,89,216,189,210,194,145,166,137,166,174,111,210,209,130,203,213,121,159,74,179,204,129,196,275,136,290,114,79,222,101,148,103,147,184,229,223,117,142,140,205,212,172,228,137,140,203,183,190,88,188,137,142,138,189,212,187,303,204,180,103,191,215,103,134,116,166,217,136,127,183,156,115,169,139,187,142,146,218,227,132,151,158,142,154,154,197,168,135,119,160,122,133,148,165,179,143,155,223,125,133,159,157,134,129,147,153,147,167,167,207,224,206,161,200,129,155,182,196,113,153,155,193,154,187,122,164,81,182,167,194,151,97,130,178,143,120,228,202,199,135,142,116,180,146,134,117,209,182,98,104,147,143,157,201,186,151,177,149,138,147,120,118,168,169,184,92,162,185,190,89,172,174,191,170,152,170,238,213,150,183,188,136,193,110,184,161,155,186,212,260,119,174,108,173,152,194,169,132,184,182,150,171,173,181,197,175,192,173,255,191,198,179,260,195,204,267,185,162,161,234,192,175,165,269,193,153,297,213,166,213,177,182,217,251,212,120,220,225,196,159,219,243,143,199,137,211,214,180,201,212,186,199,212,224,213,121,185,179,330,135,184,195,207,155,182,241,206,249,183,147,195,216,195,130,253,231,293,204,216,203,218,191,236,138,157,162,173,155,149,179,235,160,143,240,210,199,169,248,192,225,139,233,176,210,177,182,164,153,254,211,221,151,219,132,192,191,145,239,190,174,173,232,190,174,176,235,162,230,167,157,176,214,269,244,214,167,123,156,267,195,153,242,169,253,187,167,140,144,244,143,168,104,178,211,260,230,225,180,174,176,210,209,191,241,195,191,200,204,169,150,225,209,184,134,223,204,129,195,188,188,211,176,228,198,232,151,212,137,255,186,151,179,166,199,189,190,206,173,248,254,140,191,227,162,258,225,163,276,266,264,192,319,122,147,273,227,142,187,195,203,143,222,218,184,218,178,180,152,161,220,195,277,189,176,175,192,199,188,116,220,248,252,180,151,187,123,235,178,183,175,120,236,209,175,121,151,238,243,117,187,132,204,250,155,225,192,138,127,179,246,162,259,199,128,196,164,237,172,117,192,192,175,163,191,168,172,176,194,206,238,179,166,206,138,203,198,217,136,213,232,186,167,236,133,324,98,210,193,241,141,188,244,202,179,171,188,209,223,232,171,179,195,171,303,120,207,165,126,188,269,116,269,169,178,72,171,158,169,164,192,157,168,122,219,210,119,215,219,200,134,237,251,266,211,191,197,176,215,249,164,216,207,211,165,177,191,167,238,168,161,214,105,185,220,180,178,188,204,155,170,176,186,148,182,184,161,207,196,267,177,178,153,222,205,234,166,195,194,214,195,198,153,160,229,152,182,148,199,177,168,177,148,182,258,150,263,207,169,167,233,158,180,152,229,205,239,195,225,257,164,202,125,110,277,197,226,161,211,218,204,195,159,222,181,183,143,187,228,173,238,181,215,206,184,244,207,177,140,138,280,198,219,230,171,285,247,150,161,147,198,226,189,296,203,193,174,201,197,167,143,163,168,182,167,206,222,177,190,251,213,212,260,243,188,259,204,149,238,168,167,153,147,156,217,166,172,142,207,196,201,252,211,167,221,289,212,165,192,147,203,191,219,222,231,185,172,167,173,254,162,229,217,136,190,172,273,213,201,184,136,240,253,220,173,237,132,107,200,205,161,144,190,207,254,232,255,180,147,234,142,112,227,159,110,119,156,177,208,189,203,159,258,247,176,193,172,183,147,165,124,141,156,146,174,150,192,209,139,164,138,205,147,164,145,124,242,169,107,212,142,160,150,204,141,219,184,163,182,253,124,180,119,119,122,218,187,184,195,209,269,202,234,269,175,199,210,102,115,80,203,86,162,229,204,169,135,195,261,97,83,144,179,231,157,133,172,163,157,139,163,139,171,133,207,153,142,115,88,212,261,117,118,76,157,170,64,23,187,122,135,129,155,155,142,189,103,151,113,76,123,144,150,152,121,229,79,93,110,142,152,79,48,119,160,123,130,162,151,150,87,125,129,103,114,146,137,193,214,164,197,94,86,161,116,142,150,90,258,99,97,122,119,102,84,117,139,105,37,71,77,104,182,120,114,86,139,129,64,87,170,133,106,88,128,134,135,159,169,144,158,163,109,302,108,171,136,61,72,153,109,186,132,131,125,98,172,124,196,119,171,224,273,150,262,106,294,198,168,145,156,185,180,237,134,252,140,162,93,134,197,166,177,203,230,140,108,177,95,120,182,141,83,107,151,88,275,138,153,165,177,151,157,109,150,131,84,122,78,155,169,160,147,144,95,132,162,99,141,81,60,137,109,138,185,169,134,77,228,97,135,124,68,134,140,128,128,137,99,160,185,146,214,182,244,159,167,144,115,126,344,201,108,71,87,113,101,134,146,164,161,82,96,101,76,166,124,205,82,103,124,209,93,86,158,113,100,157,114,188,209,114,151,163,176,215,156,217,219,163,142,173,150,217,125,96,102,231,137,171,192,180,100,142,103,160,119,70,78,107,149,161,75,58,136,123,126,95,184,157,147,98,295,96,114,110,111,134,112,92,204,151,168,155,268,191,235,172,166,246,206,183,142,179,205,160,227,194,190,172,168,131,254,190,195,93,133,99,124,128,151,123,133,134,114,157,121,150,73,119,234,164,220,118,215,246,124,259,128,249,127,234,133,125,264,224,140,108,234,234,200,91,132,131,155,110,88,138,249,157,185,104,131,88,116,128,181,200,172,113,99,110,102,101,148,196,66,124,166,141,197,79,101,175,121,126,163,115,131,172,166,304,112,121,223,199,117,261,92,148,116,102,164,229,152,206,217,240,155,221,155,103,229,217,151,132,151,128,134,99,190,159,227,74,151,138,184,146,120,161,186,192,242,186,230,151,193,187,194,104,163,124,152,174,149,186,213,200,150,168,200,159,238,160,163,197,215,130,203,172,197,198,171,172,162,164,145,237,233,210,176,228,240,171,226,198,328,241,93,132,193,172,191,168,152,128,146,209,152,138,179,187,140,150,214,259,119,151,236,133,80,214,91,107,102,72,230,193,139,235,181,211,150,210,170,139,112,231,162,121,179,166,220,162,129,109,157,280,223,206,131,140,187,200,117,155,149,163,104,320,135,294,129,123,129,167,192,170,180,200,134,146,195,108,260,181,154,180,177,203,159,174,129,83,154,124,197,191,200,82,229,72,144,65,99,72,186,105,59,70,104,204,130,105,162,100,73,144,99,99,212,164,228,163,244,195,211,237,231,217,108,223,188,154,100,131,229,198,165,183,236,235,227,186,217,205,167,145,111,253,169,152,114,138,136,239,228,176,148,182,245,204,222,216,185,218,189,252,196,218,96,180,151,113,128,108,126,200,160,189,222,158,164,217,219,162,177,251,186,100,180,130,149,176,164,220,104,254,322,187,109,100,163,215,229,192,182,152,198,209,213,124,162,234,117,207,167,92,107,81,169,158,97,108,93,142,156,75,134,151,191,181,116,143,135,114,215,105,166,108,114,185,171,139,303,229,73,117,103,87,219,120,168,208,126,150,191,145,92,189,172,182,177,94,160,179,166,146,200,144,161,212,93,136,138,119,142,151,191,102,142,138,175,111,209,141,115,108,94,148,131,108,115,189,111,132,152,112,100,128,139,285,197,103,257,160,177,207,149,117,152,136,161,175,60,94,108,148,132,198,104,211,216,105,135,161,109,202,196,168,180,125,203,106,170,124,104,137,112,151,126,110,149,185,241,117,101,130,137,76,62,96,76,112,137,117,234,196,121,137,161,94,142,151,124,78,187,124,110,134,189,159,172,89,83,98,77,74,182,194,134,220,153,134,151,122,95,176,60,100,134,197,103,122,177,145,122,144,136,199,156,132,190,163,123,112,123,168,90,120,90,99,92,115,88,133,140,158,226,147,124,181,106,245,201,228,227,130,202,158,122,170,197,117,115,133,200,150,137,190,128,188,221,163,166,152,100,144,141,72,167,86,166,192,142,123,127,137,100,141,136,251,208,123,142,208,186,94,145,169,123,138,164,139,123,109,107,206,94,168,135,99,161,147,96,163,180,107,144,138,225,202,143,112,297,152,155,98,99,61,79,126,64,88,191,140,97,136,162,112,106,153,135,106,129,144,141,195,119,146,171,111,96,94,85,94,167,145,91,53,224,108,126,87,127,217,177,192]
index/doclens.1.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [237,148,109,87,92,203,67,109,114,86,185,97,73,159,85,136,122,98,116,175,101,169,176,114,131,110,191,124,132,247,229,198,111,112,184,150,190,172,135,142,152,87,211,161,127,159,79,168,191,179,122,188,220,89,167,73,257,156,146,223,191,171,237,178,142,246,224,104,104,110,163,115,130,144,183,68,74,165,100,84,174,199,151,239,180,142,220,208,340,444,126,89,215,152,184,156,189,158,106,165,103,99,149,163,162,104,102,136,179,159,187,180,144,116,110,213,140,266,137,83,200,275,199,142,130,177,186,169,161,179,202,244,218,99,117,132,126,239,225,178,152,223,174,114,142,212,185,252,276,215,203,105,205,169,118,186,259,157,218,175,143,197,221,248,158,213,162,99,170,182,194,186,192,110,278,153,261,222,248,78,144,146,85,111,174,154,129,110,79,127,119,136,150,210,113,196,167,178,168,211,156,147,179,125,152,206,142,124,194,119,192,137,222,187,153,164,86,157,150,224,228,247,171,201,249,133,195,130,222,90,213,179,82,118,90,101,134,260,130,116,154,125,184,218,221,104,85,96,176,120,120,186,96,106,197,138,158,188,165,167,91,147,126,166,119,98,84,147,121,151,177,147,97,81,188,124,129,136,194,162,161,123,209,123,158,143,149,124,212,172,167,190,172,118,235,192,185,138,180,146,108,222,158,184,123,223,153,151,85,111,166,198,116,164,164,153,194,93,112,115,144,269,72,114,171,213,127,130,205,147,111,143,164,204,206,79,148,192,179,148,155,165,140,203,172,129,189,186,143,230,150,76,168,84,128,183,82,189,122,101,100,107,162,194,155,175,181,153,95,211,248,127,163,164,82,154,295,181,158,197,130,221,225,237,211,159,208,238,160,152,142,215,146,208,243,218,239,85,204,106,98,129,56,112,76,97,113,145,92,135,235,239,174,153,171,178,158,99,131,152,83,178,202,170,83,126,165,124,129,156,141,92,149,85,136,172,180,186,116,177,137,84,292,71,175,185,117,169,107,128,151,104,100,107,127,134,166,180,85,358,140,155,81,215,234,43,87,225,143,181,166,185,111,196,250,122,118,91,178,171,229,261,191,164,217,163,204,99,169,174,169,201,181,181,97,195,200,202,182,144,242,218,156,179,294,254,172,180,251,122,167,85,160,198,179,118,184,172,102,203,254,129,236,118,253,226,220,223,182,175,208,178,175,187,254,200,209,202,152,158,178,183,92,157,225,133,235,143,211,139,149,169,120,140,193,194,325,175,181,195,170,170,185,187,230,159,180,112,141,190,180,219,156,179,187,108,111,234,213,131,225,189,203,140,222,234,181,202,223,231,172,219,126,216,207,86,160,224,133,228,227,171,183,97,248,166,228,137,189,147,178,152,190,108,195,257,194,239,155,165,181,194,240,176,201,208,225,112,154,82,175,151,130,186,170,124,152,257,147,182,218,166,131,182,207,210,238,208,177,161,233,268,125,131,184,136,162,211,157,233,197,178,137,116,224,163,102,151,248,125,211,251,218,255,267,117,215,191,165,123,221,199,215,135,186,136,181,217,178,228,155,166,249,179,191,178,223,192,219,188,227,187,215,225,236,140,203,135,217,196,139,184,189,158,184,195,184,129,140,177,189,206,222,132,155,188,244,203,226,166,208,192,137,254,147,230,87,195,212,138,192,92,149,242,234,144,196,171,226,167,194,157,229,215,207,212,181,208,146,241,252,195,134,230,192,177,216,168,186,121,156,271,116,178,156,130,126,236,230,211,156,187,148,97,186,230,118,114,178,204,165,152,129,135,191,197,178,139,221,176,136,196,203,213,173,241,165,265,211,136,191,141,228,153,133,162,233,244,137,218,242,146,216,96,214,173,226,215,181,200,213,196,93,203,206,178,155,63,329,86,190,175,162,164,142,131,212,87,192,204,165,230,206,125,207,155,212,172,195,140,208,159,179,180,166,186,239,144,168,163,234,148,197,242,163,103,92,169,239,223,214,204,132,219,220,163,213,260,140,213,158,169,128,164,210,172,172,109,166,143,81,232,126,188,113,176,134,162,151,92,197,238,133,170,129,191,242,104,119,201,173,121,222,139,167,150,102,215,179,161,159,199,81,294,185,179,195,170,227,205,155,199,155,159,152,113,186,239,210,190,168,93,203,215,184,197,218,262,203,185,103,177,85,216,121,131,131,209,148,260,134,176,159,163,164,116,237,193,275,86,208,108,230,101,185,238,197,195,111,167,183,107,110,93,105,207,207,123,175,230,122,187,250,124,136,146,228,230,178,279,135,176,227,150,206,178,225,214,133,166,161,225,152,221,108,158,200,170,201,218,207,183,168,190,216,229,92,231,222,184,189,200,163,133,85,125,132,195,164,101,187,135,161,235,128,206,120,146,103,210,161,162,116,212,168,199,188,233,295,214,202,214,135,212,104,113,195,156,212,191,195,185,232,216,244,142,206,189,173,218,237,225,154,195,245,140,145,206,176,202,183,208,256,207,167,166,172,208,210,183,193,176,215,207,109,129,200,226,175,227,185,120,128,140,248,226,181,222,143,219,217,82,149,197,215,127,202,116,108,208,130,197,184,122,212,74,206,127,177,83,240,124,169,204,209,207,235,137,238,176,194,88,222,227,159,242,253,151,171,202,193,98,191,180,206,180,67,237,111,228,215,168,121,55,127,153,306,109,133,217,277,246,147,111,196,94,183,215,146,105,124,157,125,129,111,149,193,239,192,137,119,135,172,200,216,246,126,227,194,210,193,115,171,174,131,236,180,121,93,97,164,200,230,112,149,183,189,88,169,230,183,180,195,203,190,183,171,167,163,193,199,241,180,198,246,204,232,101,196,244,187,195,177,179,206,190,220,235,218,220,192,134,195,216,219,186,299,154,176,200,223,177,235,191,153,224,190,141,147,228,202,219,159,234,241,183,253,197,195,194,147,188,197,214,153,192,225,175,240,128,222,512,138,220,166,233,131,127,230,231,153,338,171,214,111,115,177,118,197,178,256,146,249,177,193,140,92,223,217,242,242,200,131,147,143,198,190,177,192,204,238,218,245,236,135,212,119,238,207,103,238,198,151,187,132,113,175,246,131,95,196,54,192,136,210,244,182,234,92,209,194,194,166,186,197,88,124,216,243,266,151,195,252,136,199,131,154,180,230,137,156,135,184,82,37,64,137,144,210,200,209,176,175,171,104,106,171,131,193,141,197,235,272,105,226,256,124,133,287,162,151,171,120,129,183,139,112,151,167,210,233,123,163,192,174,141,239,137,195,150,250,145,146,237,242,168,158,269,206,129,181,102,173,208,202,162,242,135,165,170,262,106,76,123,125,140,256,127,138,81,168,152,81,144,124,186,78,221,248,214,210,147,192,85,117,199,103,203,184,210,187,122,213,268,159,215,132,143,240,298,181,291,212,271,255,97,196,218,182,278,263,266,236,307,127,151,3,323,194,215,179,258,304,324,214,286,194,203,279,224,207,166,176,192,315,151,309,306,261,316,327,111,309,143,225,345,331,299,161,253,333,295,317,355,306,315,332,324,293,315,253,227,289,334,276,190,318,312,311,335,326,325,129,262,230,294,319,271,314,316,355,342,317,285,296,320,240,307,321,318,313,266,328,235,261,236,361,344,262,307,312,230,351,318,276,326,262,340,300,309,332,209,263,338,285,319,319,321,225,279,247,338,338,176,158,133,174,342,274,177,63,170,139,142,104,65,119,128,210,180,259,200,174,90,147,246,59,301,240,253,164,295,130,255,316,209,292,180,84,186,173,115,129,79,124,241,128,127,157,135,79,83,104,73,114,111,97,136,101,252,87,97,113,172,180,126,171,166,124,71,155,135,219,202,101,184,137,223,260,140,119,180,171,292,173,121,104,42,127,136,198,86,128,112,122,200,148,157,129,104,200,211,164,126,108,58,217,175,210,108,152,107,89,78,84,95,163,144,187,153,207,71,227,120,227,205,188,146,191,131,259,151,166,183,175,194,239,196,141,121,206,200,133,190,141,157,200,73,178,112,158,136,202,158,125,256,70,99,140,168,139,197,57,186,122,179,121,179,148,177,92,242,93,176,118,92,138,123,117,143,162,235,78,193,168,216,163,255,59,153,137,173,166,133,174,283,127,203,191,206,158,123,182,137,233,165,199,179,182,164,61,165,148,84,78,198,255,144,126,95,179,112,200,227,227,226,107,258,143,312,119,237,173,106,91,184,150,156,156,236,173,205,109,206,154,203,132,123,228,158,255,182,105,176,110,247,84,133,84,181,158,199,304,140,162,192,150,150,191,205,210,172,148,152,128,129,204,146,201,130,191,186,157,107,196,200,225,156,188,204,209,111,180,99,127,442,162,76,318,235,163,291,168,211,159,150,154,473,95,180,108,183,159,239,187,275,166,57,146,92,143,152,184,359,152,59,168,446,114,215,117,160,188,166,72,192,179,263,135,161,110,119,173,131,152,148,137,84,107,122,140,117,215,206,138,144,156,229,105,234,199,175,152,106,172,141,195,185,175,132,117,115,89,100,102,211,100,126,105,148,148,254,120,123,118,178,145,237,167,101,175,123,155,114,112,189,135,86,202,104,169,167,90,129,118,189,171,127,139,175,205,120,157,104,126,98,198,136,250,172,195,109,178,124,117,204,215,202,109,185,204,193,196,181,202,196,169,225,180,186,125,172,148,205,109,173,214,170,178,168,83,102,154,214,138,188,177,232,240,191,166,178,188,166,233,148,233,198,146,160,176,153,168,211,181,178,222,207,167,150,175,144,219,201,113,206,210,148,185,143,167,115,137,204,224,131,172,191,194,145,188,233,158,203,161,174,240,115,239,177,184,183,181,120,200,74,161,164,142,149,229,143,213,143,151,135,167,202,163,189,198,240,174,185,215,238,139,154,143,186,208,188,206,127,253,104,175,201,183,169,195,141,152,198,126,140,209,214,173,87,170,219,154,170,180,141,183,120,242,165,174,221,129,196,195,158,210,185,147,175,75,167,163,119,200,95,165,182,226,174,148,182,217,229,185,152,174,197,213,209,174,125,138,216,193,247,200,159,131,245,135,151,238,240,193,168,155,130,185,155,190,161,195,148,188,120,142,130,186,105,218,152,180,251,148,123,195,210,224,94,131,139,162,143,148,180,208,125,131,223,122,149,112,212,184,178,185,260,157,186,216,189,157,163,167,164,198,185,186,245,184,150,159,190,212,244,180,259,227,164,144,195,217,229,145,149,154,85,130,208,158,144,162,239,183,244,161,151,137,267,183,221,193,189,272,118,182,280,163,182,162,167,173,196,187,165,162,250,184,226,170,149,171,207,170,211,266,201,240,172,203,140,205,136,189,232,270,178,223,141,140,177,119,229,151,183,144,167,138,177,188,235,146,168,151,100,120,245,222,193,174,199,73,168,201,198,80,175,165,173,179,208,188,133,215,255,117,92,260,181,172,170,144,183,206,190,193,143,128,281,135,208,137,255,251,216,145,190,167,135,170,185,215,194,135,107,111,165,202,203,198,147,162,188,151,187,219,226,161,217,172,179,124,147,125,100,166,112,236,128,217,167,171,122,163,196,209,180,170,133,239,180,109,138,155,116,146,215,296,104,146,97,103,49,165,167,194,85,109,120,171,162,171,111,143,192,140,136,152,113,175,138,210,133,94,186,109,156,117,89,101,104,133,104,187,169,210,146,118,228,177,160,212,167,146,156,174,133,137,107,85,162,119,169,116,214,156,188,191,177,116,437,179,208,251,135,213,166,134,237,151,108,137,107,171,120,145,198,159,206,193,126,203,234,267,114,233,181,272,192,225,183,137,129,162,185,156,176,154,108,213,183,226,156,152,203,174,182,217,164,182,154,260,223,216,197,191,247,148,163,166,134,234,118,183,176,216,161,179,196,220,163,228,187,226,234,207,190,164,185,141,258,142,140,97,184,182,285,175,193,213,232,120,171,142,146,149,224,196,176,219,213,122,139,203,177,112,217,224,195,215,190,118,148,86,159,187,147,167,160,143,170,196,203,181,173,207,192,211,131,154,167,190,152,171,169,246,144,219,152,121,155,220,238,228,204,189,165,153,124,230,115,171,125,180,183,153,145,229,228,211,153,181,149,160,133,128,213,190,171,159,115,187,181,186,222,185,216,157,170,233,253,113,218,203,166,82,218,152,161,242,232,132,178,159,183,227,192,178,217,237,177,176,172,174,196,114,193,188,233,277,235,132,99,156,101,165,135,151,170,177,270,238,199,236,163,167,138,180,178,146,216,81,133,92,90,148,214,129,125,220,121,141,96,115,174,201,165,138,169,225,171,217,258,181,154,193,211,208,107,187,136,153,185,196,140,163,204,190,120,206,132,185,147,201,202,229,209,149,175,166,162,196,220,172,246,93,187,257,227,146,180,140,179,209,220,129,176,58,224,208,212,130,148,212,126,216,156,165,202,158,200,217,144,115,159,174,146,145,162,225,105,234,247,136,106,226,216,291,121,126,171,224,192,163,195,213,84,198,149,263,268,250,122,171,128,154,150,159,218,183,290,134,187,162,189,100,121,136,148,225,140,175,218,217,145,172,143,248,207,170,216,182,193,257,91,222,203,139,177,127,156,218,185,221,107,199,188,149,241,173,161,160,181,109,162,165,140,192,200,165,166,167,198,189,213,198,223,171,173,188,152,161,136,191,165,189,157,157,168,156,187,159,180,206,191,220,219,140,142,182,169,116,162,140,205,190,212,190,123,165,164,153,206,151,135,164,139,181,119,104,169,133,135,177,166,185,164,158,244,142,178,174,169,146,170,185,134,184,186,192,78,234,118,176,191,200,155,113,180,161,183,196,185,82,151,176,191,197,174,213,128,197,200,258,172,123,170,162,187,196,159,154,141,162,181,164,167,302,167,196,174,224,210,153,177,100,163,218,180,226,192,174,140,140,201,173,238,219,133,81,161,233,212,212,124,222,221,232,188,193,197,250,192,187,178,175,150,177,69,112,161,137,163,198,235,100,189,158,151,170,124,98,139,196,186,178,243,179,137,214,182,207,186,156,220,128,142,182,207,148,216,176,217,73,182,173,141,176,210,212,76,157,209,127,153,131,226,214,248,173,135,133,230,201,216,233,185,175,173,169,129,242,169,184,259,147,188,179,302,311,98,199,159,161,110,170,211,188,158,191,162,161,108,198,128,171,162,252,204,175,194,85,150,91,111,130,173,184,142,150,188,234,186,62,188,151,132,169,229,111,127,150,137,126,149,156,189,169,186,185,192,203,252,254,181,101,198,216,205,216,154,181,228,166,138,261,157,102,160,192,177,230,150,148,133,167,115,141,146,113,133,136,146,207,149,163,133,128,153,230,200,171,236,252,135,133,175,214,199,234,180,175,164,192,216,213,154,138,162,114,160,161,129,162,200,209,195,216,156,261,214,201,199,166,76,216,244,133,202,194,303,189,226,215,223,265,155,217,224,146,264,178,226,161,226,177,146,225,187,141,145,227,193,164,157,122,190,103,145,169,232,129,129,211,122,193,229,171,229,130,185,135,123,191,132,208,271,179,162,160,147,213,145,78,127,221,118,163,185,190,106,156,111,235,257,135,238,175,177,150,134,148,160,210,168,183,180,102,187,117,160,231,158,85,170,196,162,115,120,187,139,198,158,119,126,138,73,172,187,103,95,142,176,113,128,128,197,143,160,182,103,130,68,143,77,84,73,79,87,111,80,45,57,55,57,75,82,140,51,66,104,57,80,289,117,102,109,161,178,152,139,87,110,183,30,334,151,207,165,134,215,127,133,69,213,220,189,70,177,107,229,186,130,106,137,155,87,67,103,183,154,159,151,125,143,114,124,122,114,192,194,188,175,177,90,110,202,155,183,130,97,134,144,197,175,161,127,203,237,150,216,160,145,98,149,191,186,127,161,136,153,120,146,152,172,176,171,152,251,113,218,232,125,131,154,152,220,135,96,232,106,101,189,177,257,165,160,166,124,209,171,76,125,189,120,53,190,148,160,138,94,192,202,164,130,233,292,195,170,192,186,136,127,152,241,190,241,176,156,131,125,211,191,212,227,140,167,250,123,220,166,78,178,126,156,185,291,178,119,133,210,194,187,150,247,129,109,154,172,178,207,237,188,155,204,174,168,150,129,174,152,126,235,99,230,102,298,200,140,136,162,168,125,205,193,225,160,186,168,168,163,228,95,158,251,180,113,206,134,193,225,202,181,116,305,223,202,221,239,259,199,228,190,162,148,234,151,133,138,212,210,245,246,234,147,188,206,172,203,158,239,232,251,174,196,208,110,73,157,133,237,108,227,102,169,162,209,200,144,173,198,200,226,168,207,158,176,157,232,155,347,198,147,114,116,83,194,185,209,179,131,151,163,130,170,167,168,124,196,189,250,195,148,197,92,230,145,204,147,144,197,151,239,150,187,96,252,203,141,156,273,163,194,134,226,107,205,197,167,81,159,225,174,139,229,226,147,164,185,229,201,183,242,154,175,101,171,164,169,155,122,222,174,159,142,174,226,242,149,109,132,208,122,175,149,221,260,146,147,194,114,209,159,198,215,174,106,251,211,123,233,126,212,227,191,135,172,132,124,125,191,161,139,179,215,161,149,156,146,228,149,91,190,179,118,209,83,142,205,118,209,168,190,186,187,82,250,192,304,112,184,137,128,117,163,289,134,223,89,157,212,171,131,135,238,215,99,125,197,129,158,123,87,398,220,215,140,198,205,152,185,234,180,193,167,138,144,148,174,211,226,182,227,103,115,146,121,177,206,106,123,261,144,194,201,147,97,194,294,138,211,131,222,234,224,175,127,167,203,238,219,196,176,158,226,188,134,182,206,198,224,234,179,202,206,178,130,224,186,157,213,143,117,159,176,154,155,179,210,207,202,126,133,198,136,203,223,185,195,210,172,234,210,189,141,154,118,204,201,97,172,197,171,212,103,168,104,278,128,315,231,212,202,132,156,226,235,158,231,120,189,111,250,209,110,226,156,223,198,189,182,125,146,118,117,159,117,180,159,190,208,221,239,206,177,229,130,169,177,219,157,193,167,167,257,229,220,121,168,157,197,215,178,159,114,235,180,144,222,125,127,178,142,274,191,127,182,156,152,81,152,110,131,194,175,160,146,177,197,200,225,176,162,124,140,133,90,212,138,155,214,144,223,219,212,250,258,151,178,209,118,146,188,170,172,202,138,278,202,132,192,135,128,139,223,229,111,86,261,247,166,261,241,160,195,161,237,231,207,149,89,229,131,236,193,160,109,138,240,146,209,205,148,181,116,183,170,196,142,188,176,174,184,152,157,118,111,126,124,125,223,194,232,225,155,176,189,152,134,214,130,158,209,174,139,126,224,165,115,102,203,138,147,211,195,123,141,144,93,204,101,182,195,185,108,100,156,193,165,201,224,133,245,164,234,170,309,203,139,261,128,135,147,190,199,174,184,151,147,163,128,158,112,95,101,190,104,71,119,136,159,169,105,153,197,167,214,199,185,158,108,149,240,148,136,204,174,82,101,211,157,111,107,111,105,193,168,108,172,110,69,119,122,184,120,81,169,122,140,145,218,84,201,211,215,136,137,179,190,142,202,182,137,122,65,98,171,82,219,83,89,141,105,214,223,241,287,191,176,227,266,171,173,172,232,69,76,255,191,119,140,200,235,164,111,187,83,204,167,114,95,176,168,188,211,160,156,173,157,228,130,224,185,241,252,115,170,221,153,172,127,124,97,254,157,70,153,139,96,168,112,99,161,74,164,146,128,76,180,98,298,293,333,203,200,74,316,74,287,178,363,260,228,251,205,332,200,113,152,202,109,141,162,182,186,226,147,153,156,220,244,345,295,193,320,186,422,211,196,195,266,478,199,186,271,212,198,331,248,423,194,257,327,260,263,342,304,282,237,201,213,205,282,191,201,197,245,262,401,313,301,305,247,303,461,208,187,212,208,272,319,206,194,405,373,173,204,195,285,142,288,302,321,226,175,366,229,241,267,232,193,195,190,165,271,178,134,135,221,67,149,185,173,201,158,260,134,197,215,147,266,181,177,171,162,101,144,167,240,245,170,137,229,182,326,179,175,175,153,195,184,150,192,276,208,145,105,214,135,172,245,174,151,141,218,164,138,136,241,117,168,160,119,113,218,179,162,172,173,151,161,164,99,218,148,132,112,138,187,250,131,182,205,229,109,114,114,197,182,91,165,289,187,207,247,159,123,165,158,165,134,128,254,208,177,182,98,192,219,148,176,152,186,106,211,274,207,185,160,115,78,143,146,150,162,146,123,134,115,202,79,129,82,107,167,178,215,166,101,173,203,164,91,191,95,136,179,167,242,101,155,173,131,174,113,138,147,119,144,164,147,100,135,196,247,105,181,118,215,145,179,189,152,210,206,170,204,160,118,199,199,226,240,151,156,149,160,142,185,96,145,92,91,136,77,88,52,65,146,210,143,207,177,190,182,90,46,187,195,175,174,190,148,191,137,193,228,226,158,191,327,238,170,113,126,154,209,146,177,160,119,119,158,103,198,228,177,163,182,230,145,150,184,225,148,154,155,177,171,173,211,115,160,164,198,139,189,101,185,254,135,153,128,142,149,153,121,186,121,138,166,197,271,131,167,138,148,100,167,319,195,229,174,225,214,187,214,166,186,206,176,162,144,122,188,153,275,124,131,152,225,263,208,182,224,207,153,189,122,304,96,170,138,192,148,156,196,246,220,122,201,140,118,193,178,179,191,180,134,109,203,179,242,179,156,215,139,115,107,171,167,208,126,118,151,161,226,145,204,158,181,143,194,196,158,103,160,154,143,171,59,221,182,192,172,156,109,231,193,119,87,167,98,156,152,211,251,176,72,212,191,184,172,205,174,171,133,249,168,159,173,150,191,147,147,142,190,185,109,153,228,196,185,200,189,195,236,187,163,108,180,92,177,160,140,221,96,187,86,191,186,101,191,232,132,152,167,168,170,184,199,127,140,162,230,147,148,204,195,194,221,152,210,171,125,157,68,213,150,115,194,186,235,153,119,162,180,196,147,247,148,218,148,218,115,167,196,209,141,190,163,186,162,210,146,165,192,172,273,142,173,140,151,213,133,123,169,154,138,182,138,106,160,235,187,93,85,158,140,235,129,118,174,118,265,224,285,131,158,259,159,230,99,181,175,150,178,161,145,183,132,148,139,153,206,126,259,110,125,231,211,260,189,156,183,96,136,182,133,200,138,168,172,143,168,191,156,216,194,143,146,132,226,188,134,223,142,219,100,177,184,211,115,128,172,166,245,163,211,196,147,185,220,241,187,168,142,178,112,140,235,208,276,169,214,138,173,230,183,132,165,138,105,195,148,194,217,141,214,167,123,216,197,110,177,131,154,186,141,171,163,140,146,184,281,159,120,138,120,185,101,235,181,208,176,195,186,158,230,123,169,136,160,211,205,139,145,140,191,189,148,128,247,179,191,197,177,188,135,154,166,326,84,80,177,209,221,96,153,172,196,112,257,204,137,231,238,166,143,149,157,218,241,266,252,211,242,184,176,185,141,64,125,200,251,255,141,146,219,179,166,66,161,196,243,225,187,60,188,264,123,124,134,190,218,130,176,214,165,193,131,128,151,152,224,170,136,132,197,118,175,224,176,168,170,293,104,110,163,193,178,198,179,142,232,162,153,191,161,210,169,126,123,188,152,154,103,143,172,192,268,151,205,141,191,224,224,164,161,164,184,161,142,167,126,123,143,236,163,119,212,212,250,242,216,149,171,168,172,201,141,171,197,333,102,183,131,114,129,208,249,224,184,157,169,136,150,105,115,178,189,151,143,264,234,227,144,197,185,184,186,130,188,223,176,131,223,175,181,172,124,103,168,127,138,88,98,194,235,181,145,110,196,223,246,202,182,182,155,106,161,167,176,155,97,206,203,142,125,209,224,176,217,103,187,128,183,219,195,192,119,234,173,185,174,202,169,269,185,205,157,135,142,141,192,145,178,176,182,211,167,202,122,151,164,140,202,109,228,201,162,159,145,153,106,161,139,203,181,187,226,137,176,264,130,166,166,210,225,169,175,149,165,99,149,217,201,179,173,195,155,123,172,192,159,182,140,106,170,164,154,128,130,123,204,149,132,170,139,155,128,183,158,131,169,158,245,177,173,151,235,167,148,102,228,204,152,212,168,151,134,47,118,120,130,112,156,238,147,184,166,102,286,206,164,130,136,226,181,256,211,138,90,172,205,161,123,82,245,180,182,156,141,155,154,187,219,106,179,244,199,176,127,105,174,192,168,113,151,154,95,234,152,91,182,147,190,191,147,129,182,145,114,115,186,160,140,207,181,195,179,130,230,234,205,233,166,235,148,234,157,170,192,151,138,150,155,96,151,197,211,178,173,121,135,275,170,95,181,107,207,147,156,173,176,113,210,165,121,163,141,149,130,96,213,116,132,131,213,204,174,179,212,222,210,101,177,149,161,117,204,140,109,101,122,167,163,119,167,183,140,164,204,141,157,222,173,157,146,185,142,102,194,226,125,205,191,134,218,112,161,98,147,196,114,158,208,186,205,69,208,198,128,175,164,180,159,180,240,209,227,213,155,115,140,184,140,153,157,148,93,129,208,189,188,126,176,167,176,214,150,180,190,225,110,203,167,74,134,110,168,191,144,89,171,93,143,239,147,176,180,87,170,159,146,166,144,170,152,143,163,196,145,135,167,171,131,157,176,267,218,201,96,192,134,139,155,151,126,3,119,146,125,66,206,122,186,146,219,104,111,118,106,195,120,135,109,176,133,87,217,237,139,221,172,142,145,141,164,334,212,112,75,60,117,108,216,203,132,173,164,251,123,180,158,184,194,128,145,181,155,168,157,262,95,87,166,127,142,231,121,224,125,143,145,110,160,153,154,187,104,192,210,184,187,201,87,158,137,210,120,99,94,100,87,90,158,147,110,117,238,112,186,158,162,103,95,210,182,41,165,172,188,152,205,149,139,179,118,227,109,206,162,201,142,131,100,161,178,179,128,122,98,254,113,107,146,141,58,150,188,98,182,85,74,187,176,87,167,57,84,169,180,211,136,162,125,103,141,111,163,168,103,105,105,126,166,151,103,206,139,138,280,153,90,133,144,134,126,110,135,141,137,123,199,112,218,156,100,159,159,144,180,160,48,56,56,218,128,154,196,153,157,184,212,132,186,117,118,220,113,164,232,217,178,171,179,188,222,164,132,120,106,187,121,94,150,82,72,146,159,145,112,220,181,88,65,125,96,103,165,117,143,177,192,157,223,233,62,112,92,128,64,99,89,176,116,94,153,140,161,120,113,156,112,26,161,91,55,55,233,212,83,75,183,210,159,149,93,94,85,193,127,102,104,168,177,71,89,108,64,180,87,217,92,160,105,153,63,161,97,119,135,64,174,147,109,93,131,167,204,112,116,104,73,118,133,120,131,102,97,135,68,103,78,264,195,146,96,122,102,82,151,147,118,117,94,104,110,164,124,135,224,222,182,138,119,167,117,183,195,215,201,260,149,162,108,165,137,201,174,70,246,148,219,127,167,94,110,142,133,176,75,131,164,206,106,146,203,131,143,130,204,172,169,151,115,154,127,274,270,136,142,109,178,87,338,141,64,141,152,142,160,175,127,123,131,117,182,204,166,140,162,201,184,97,161,142,154,138,142,109,108,296,148,117,132,140,131,141,206,109,131,210,146,88,143,145,137,103,137,224,196,164,122,184,222,164,176,131,162,163,239,133,108,147,133,182,143,115,201,220,167,62,151,235,96,225,87,180,212,125,209,154,110,179,171,107,121,84,159,164,164,224,150,142,120,136,156,147,186,136,84,125,143,173,125,167,191,151,205,133,219,117,177,94,198,177,204,106,236,121,167,221,125,102,138,166,147,126,138,94,117,154,117,109,156,94,132,106,125,83,136,115,179,140,168,89,130,117,158,113,141,186,128,186,87,196,109,117,256,122,152,117,158,206,171,175,90,139,165,111,103,187,140,130,74,201,141,110,114,96,131,119,130,170,130,192,127,85,195,139,145,112,125,216,99,236,175,163,197,149,206,130,178,152,116,123,200,102,167,125,49,96,121,80,148,123,78,175,154,131,150,129,125,263,212,180,228,129,134,175,172,114,124,123,186,138,274,149,202,103,244,166,83,136,213,180,109,53,192,111,213,147,115,133,121,160,219,188,199,168,63,177,110,77,141,258,151,121,86,83,110,172,128,203,188,157,109,105,123,158,151,178,173,235,152,196,101,159,189,122,191,130,89,176,155,141,143,145,56,135,119,110,85,149,105,183,281,152,62,92,128,82,163,120,55,138,135,159,98,171,198,124,193,180,183,134,130,162,125,98,112,82,94,196,217,118,86,143,157,214,158,192,171,149,200,224,177,190,154,136,94,130,155,124,110,116,143,82,158,165,146,96,146,98,183,47,127,96,468,104,270,59,95,140,125,90,103,275,280,62,142,148,164,181,199,95,111,109,154,99,134,223,128,129,74,104,138,143,84,119,130,121,125,151,213,211,171,194,188,84,121,241,69,98,133,54,69,139,144,153,132,164,171,165,179,123,125,247,157,171,250,112,181,131,126,112,132,78,111,209,131,144,160,211,108,84,192,136,100,151,143,112,108,211,133,89,125,157,101,150,161,184,81,73,189,93,98,111,62,102,110,70,101,145,182,115,317,230,95,143,227,118,145,116,194,89,83,94,147,98,66,99,148,181,132,64,133,66,135,89,179,120,138,80,66,129,262,143,192,137,174,163,180,114,92,210,248,144,143,188,104,202,187,157,132,191,226,131,162,132,221,139,160,34,145,144,117,135,186,180,247,183,164,144,118,89,82,157,78,137,81,166,180,125,222,70,152,174,135,128,93,110,138,91,190,156,146,95,229,152,106,127,99,120,186,172,112,133,181,75,199,152,118,121,143,183,157,160,124,192,167,108,156,137,103,114,117,150,106,145,194,141,135,233,92,74,146,188,156,117,122,113,274,132,140,70,207,188,190,131,131,145,239,166,130,126,83,136,126,89,109,133,98,225,215,128,162,148,220,114,125,200,181,202,115,230,120,93,169,130,165,234,170,86,194,78,81,148,185,164,124,166,175,98,141,164,176,69,175,121,155,189,274,68,136,113,233,160,77,151,73,159,162,159,173,139,226,160,157,112,108,116,146,222,199,187,151,141,154,122,193,192,210,207,147,125,110,106,108,196,114,190,105,213,121,151,216,111,136,162,128,248,139,127,123,93,149,94,149,199,129,82,259,196,165,176,171,198,183,128,178,80,125,125,249,315,248,64,148,135,131,115,134,117,139,112,148,280,120,166,93,217,119,109,140,185,124,113,169,100,232,139,209,137,134,169,133,197,224,52,209,116,128,113,173,131,163,193,201,163,321,149,240,228,176,90,178,3,3,3,3,191,3,170,173,3,3,133,137,3,149,169,3,180,3,3,3,139,3,80,98,136,189,174,160,269,116,179,136,171,160,151,122,175,132,175,160,80,118,206,135,120,132,120,107,160,144,105,135,126,120,112,133,94,125,157,114,81,164,123,246,74,105,141,194,174,111,150,123,87,93,160,75,114,103,191,198,92,65,199,69,128,53,152,163,164,184,266,150,220,115,86,96,124,170,148,97,89,104,138,119,174,124,81,132,111,177,69,111,173,187,138,76,145,95,142,132,307,134,211,160,171,179,257,130,181,136,127,154,160,125,144,92,50,65,119,102,113,207,138,96,82,168,58,145,79,160,138,174,93,232,118,156,91,96,77,81,181,132,222,71,176,184,124,130,201,96,203,142,146,161,138,122,95,40,212,154,125,123,124,99,102,104,110,136,159,124,144,75,97,156,96,131,123,134,89,116,117,114,120,108,67,121,112,76,96,93,109,105,148,141,142,150,164,115,139,114,93,145,118,136,119,183,231,150,104,163,132,160,225,241,113,145,90,165,174,195,127,180,103,210,104,154,99,71,142,136,135,113,367,169,140,137,72,116,182,195,136,111,141,180,145,186,161,139,117,129,88,116,100,128,139,203,122,143,182,240,147,182,198,93,205,101,122,192,102,187,138,126,113,103,157,149,130,187,73,80,27,82,169,161,111,216,130,189,182,127,190,158,160,72,166,94,130,139,163,210,165,207,142,172,191,107,191,115,86,155,195,101,126,125,175,101,117,137,97,111,158,124,111,110,121,136,66,180,138,146,108,169,91,126,201,162,164,113,212,177,195,219,161,120,198,120,213,94,157,127,184,227,157,154,211,178,115,132,205,192,131,116,147,191,183,270,219,222,123,179,127,185,151,153,136,141,148,160,107,120,98,175,147,136,136,258,142,138,149,170,166,149,161,111,91,163,124,72,135,130,157,118,103,173,87,168,161,140,153,95,221,109,187,150,189,83,98,157,223,155,182,149,140,150,117,195,131,107,299,176,175,222,223,167,91,196,209,168,134,163,140,142,191,106,188,101,186,262,183,187,219,73,225,256,235,202,173,188,122,65,135,261,119,153,226,177,144,113,120,126,198,181,290,100,176,174,149,240,130,208,156,136,212,143,125,154,211,169,80,144,326,85,328,156,151,219,120,166,113,183,182,210,137,233,146,148,124,92,132,172,155,96,36,108,136,94,136,172,188,99,131,123,182,189,137,89,85,177,107,99,152,109,152,97,153,152,122,114,104,219,67,207,198,124,211,154,220,142,91,117,166,153,136,117,193,137,155,100,165,183,158,158,96,178,160,190,109,146,134,144,160,174,97,134,130,133,155,85,152,127,235,195,131,92,146,128,122,110,137,180,196,149,180,184,110,189,160,83,107,92,199,162,144,167,121,249,221,191,182,135,188,99,220,168,160,191,171,130,120,182,192,81,247,133,95,210,168,218,150,207,116,166,172,105,150,188,169,181,172,150,147,162,238,154,90,184,125,161,86,137,195,167,147,149,212,122,166,213,160,214,161,116,208,253,125,199,271,187,158,175,202,199,184,205,194,226,216,127,210,144,181,95,156,136,213,176,183,160,219,122,126,154,204,187,162,229,127,133,112,172,220,135,103,145,197,201,203,162,175,185,174,190,103,125,173,156,183,114,247,217,121,135,146,230,204,171,133,160,164,177,154,182,123,197,156,163,133,159,165,121,118,157,142,143,127,98,93,184,152,214,139,171,164,144,159,185,167,290,146,119,182,135,193,145,116,192,145,94,121,214,199,198,190,157,202,155,193,111,228,132,166,141,170,188,156,131,177,141,200,177,179,130,201,132,179,166,135,188,162,146,132,210,164,110,163,163,191,175,181,206,202,145,222,204,200,178,240,139,166,179,192,114,198,208,171,129,109,185,194,161,191,183,127,184,138,109,100,137,213,121,180,142,192,149,171,133,160,210,124,185,230,275,169,167,150,180,130,104,106,175,183,172,80,119,97,86,139,152,177,93,166,147,131,199,228,181,149,201,148,139,145,144,175,136,143,146,175,159,256,278,218,105,146,135,168,159,126,140,175,86,237,157,130,213,163,217,144,173,172,173,197,171,76,104,155,210,112,213,157,188,170,175,213,199,177,137,181,191,164,226,174,113,195,177,147,155,216,119,133,116,236,175,147,226,157,143,112,162,149,177,205,239,93,135,154,135,170,189,230,163,138,159,108,153,191,189,97,79,135,113,112,116,116,227,136,216,249,128,151,139,155,144,117,141,150,103,189,153,196,183,167,227,117,194,257,143,174,186,149,124,141,211,139,196,164,186,136,150,163,209,134,71,151,148,153,168,189,129,126,153,167,103,187,221,198,207,118,179,178,159,195,182,195,203,269,162,192,148,205,83,116,127,72,115,208,163,104,149,116,153,124,173,175,102,129,184,88,136,120,199,150,270,214,120,197,170,152,178,147,187,234,161,185,270,208,184,153,150,154,237,237,196,150,223,132,198,218,147,191,117,118,161,97,71,158,166,227,165,183,119,170,152,144,197,199,263,136,182,158,150,143,171,167,116,119,259,213,174,119,91,125,164,127,162,141,154,136,141,185,190,137,132,158,162,120,155,149,135,162,194,126,94,67,150,187,144,182,105,121,194,171,85,160,213,157,195,159,218,198,187,209,162,107,207,132,176,75,122,213,158,194,103,146,193,190,193,174,151,114,137,149,183,131,159,105,224,102,186,128,185,136,159,218,124,172,195,140,84,124,193,223,193,157,191,137,178,165,228,143,138,120,145,146,128,111,165,122,179,101,184,148,181,164,144,142,138,93,160,137,180,178,197,102,119,136,188,152,158,203,156,203,159,144,134,182,195,215,129,158,154,187,48,251,228,144,442,138,72,127,179,161,184,201,168,90,183,151,124,109,71,124,177,234,125,139,118,192,76,95,125,115,186,149,125,188,118,152,190,116,154,218,158,111,163,244,119,147,212,219,213,167,189,189,180,148,193,134,222,114,143,124,180,160,108,183,168,264,326,184,230,166,116,136,179,184,219,142,152,153,155,208,275,219,199,110,97,164,131,161,155,177,170,115,126,202,92,199,182,88,218,155,212,203,221,163,174,182,169,135,239,145,117,190,239,207,142,194,139,214,106,128,193,176,216,178,167,221,186,257,339,133,138,96,191,258,121,82,179,141,168,133,162,187,182,158,179,164,193,142,88,160,162,164,118,211,109,183,162,128,214,199,171,191,190,185,236,119,231,160,98,120,130,132,265,126,173,204,208,186,251,207,179,321,191,149,179,153,207,257,116,170,151,114,213,246,235,186,176,166,191,155,161,167,238,170,210,200,192,146,128,193,218,212,196,167,174,231,185,103,76,175,144,196,145,178,141,216,149,195,242,152,128,177,140,108,250,139,180,158,164,185,177,145,144,200,173,145,255,194,133,122,149,226,155,186,184,198,109,161,95,141,199,174,137,299,82,115,234,165,164,99,142,125,104,177,108,148,161,172,159,113,147,151,146,163,120,77,107,161,139,108,194,159,133,148,169,165,119,103,115,253,205,168,160,179,110,161,161,172,133,193,170,198,200,174,174,135,139,206,183,144,185,203,186,188,129,215,164,276,143,114,134,146,235,174,200,181,90,131,130,179,180,179,259,235,126,328,134,188,162,243,146,122,126,79,209,140,253,202,128,123,146,120,124,200,217,132,219,196,109,203,241,104,259,167,148,172,213,208,252,213,136,174,155,155,193,116,115,167,191,278,160,168,191,174,177,183,200,181,132,126,130,131,192,204,151,117,136,148,204,222,163,211,227,203,190,189,202,99,152,225,127,215,198,157,209,164,221,179,220,250,212,159,138,147,163,159,202,184,155,193,233,170,190,206,173,222,119,113,160,237,162,158,187,186,277,184,241,197,210,164,156,149,170,121,168,170,110,116,168,121,139,177,139,151,266,131,191,147,142,213,189,139,162,138,144,224,134,172,62,190,119,223,206,138,114,180,179,194,199,136,127,161,170,93,35,111,163,208,102,195,178,127,174,58,91,145,139,143,179,140,173,118,117,134,169,128,262,152,133,220,113,126,133,217,234,253,156,86,233,185,160,245,159,182,233,202,191,156,124,181,166,212,106,142,171,172,217,180,131,215,225,190,197,163,168,141,174,219,187,187,174,125,104,156,205,249,177,267,103,206,154,191,189,157,188,164,107,193,195,129,278,144,138,180,216,182,182,157,197,138,140,158,124,132,195,182,135,165,175,303,261,212,180,373,385,230,105,169,200,146,205,241,188,176,198,243,283,165,215,160,178,295,268,274,196,137,80,116,134,117,144,164,170,121,234,153,212,172,133,90,92,141,175,122,182,119,130,185,134,136,108,129,160,148,190,260,167,175,106,164,77,95,122,100,109,94,102,63,122,92,127,162,161,114,174,204,178,94,164,112,229,143,152,183,138,129,135,208,180,178,212,152,183,163,130,178,230,190,169,196,223,141,250,232,219,171,159,195,167,244,296,185,203,164,195,147,166,130,164,99,166,150,156,153,157,184,107,217,123,92,118,153,277,122,82,199,180,120,197,112,179,167,180,183,125,129,155,151,255,181,215,149,205,189,153,161,110,196,134,172,109,295,180,128,188,125,207,203,133,58,101,154,115,117,269,175,221,181,149,173,131,241,110,151,179,206,175,147,172,141,136,109,132,195,106,143,160,79,176,165,187,119,117,211,113,197,168,196,152,170,184,155,146,210,137,137,82,226,164,131,108,255,221,136,173,208,119,177,121,181,186,121,86,108,175,226,137,97,199,227,141,161,125,109,150,144,199,167,213,200,79,124,173,148,120,141,106,141,143,188,133,216,199,279,94,178,212,228,150,139,145,81,165,251,119,109,153,182,147,117,151,170,147,114,118,132,135,83,103,147,160,138,153,171,137,143,211,163,164,219,145,140,82,133,139,156,165,120,102,147,167,120,132,133,89,125,117,204,127,195,110,94,144,114,144,212,169,176,133,184,164,108,100,118,119,156,137,112,308,123,121,199,91,112,120,105,126,130,67,58,101,86,103,159,119,30,115,145,92,105,188,167,144,107,94,106,94,165,164,150,195,290,217,197,221,89,189,151,117,139,103,117,140,93,238,185,164,117,205,153,151,153,208,174,172,141,197,93,137,112,145,173,123,135,141,144,170,175,120,135,140,179,61,172,139,193,163,156,65,159,182,168,199,187,160,136,150,163,123,151,112,126,105,144,112,167,153,165,181,249,278,377,329,100,88,419,139,217,217,200,207,207,114,191,143,193,155,165,219,144,131,158,170,201,188,135,160,135,201,166,185,141,242,126,141,235,136,186,247,160,87,286,225,163,194,134,128,209,235,155,173,162,150,219,127,184,139,178,151,159,187,186,137,166,177,146,112,160,164,158,149,160,208,165,156,196,190,211,114,201,232,150,175,208,142,149,228,172,213,133,176,201,129,166,267,175,165,138,111,198,137,151,234,153,171,165,203,158,162,194,158,82,177,132,177,209,152,126,164,151,146,153,116,105,102,113,121,101,183,187,154,202,212,103,161,162,190,250,140,129,146,136,178,148,157,151,113,128,135,142,135,167,173,145,168,98,225,232,127,142,146,151,145,114,165,163,155,231,148,104,176,97,219,187,220,188,153,195,133,234,212,227,253,163,238,161,207,169,281,123,159,163,182,207,128,139,133,144,158,172,122,186,211,200,137,232,184,227,255,253,204,175,181,164,205,124,156,152,204,168,232,166,217,134,144,152,209,158,230,191,162,230,115,164,154,231,136,131,225,191,186,207,223,178,153,167,122,243,208,155,201,163,127,190,248,241,110,195,268,175,179,158,151,237,243,220,210,227,139,236,162,176,210,202,182,185,180,152,124,205,232,175,192,137,173,189,141,185,137,189,183,173,185,214,219,183,169,180,155,157,121,133,208,128,224,180,186,229,178,198,114,173,199,225,127,224,239,169,157,149,153,152,238,148,135,151,165,181,209,155,162,287,193,217,182,85,194,139,133,171,109,142,108,146,168,242,140,150,194,135,167,186,165,178,111,183,116,114,141,192,132,108,128,85,129,169,121,179,92,117,141,214,103,152,164,176,150,176,124,127,153,108,153,188,147,176,188,183,151,132,142,216,219,216,243,191,234,118,171,222,154,130,188,161,165,150,175,151,201,265,117,154,203,226,216,209,149,165,211,150,177,203,245,206,210,188,253,158,211,185,201,179,193,129,149,207,142,173,215,173,176,129,200,171,156,177,213,171,211,147,161,258,136,192,260,193,181,108,169,181,254,158,158,204,269,299,172,257,187,177,161,160,136,258,233,157,156,151,209,86,136,140,154,158,131,232,206,163,143,174,214,132,249,179,249,95,227,221,233,167,208,173,159,144,158,204,123,257,137,234,193,174,189,256,185,180,141,166,279,228,176,226,219,239,201,150,124,111,184,134,216,112,217,182,243,168,147,137,190,145,94,181,193,119,217,242,195,189,244,221,166,188,215,114,123,155,192,179,178,152,160,146,131,150,166,165,228,145,143,151,169,222,180,173,147,152,131,144,140,161,140,130,203,129,124,106,124,98,164,178,178,186,95,182,197,165,157,141,123,221,248,142,135,184,173,185,117,110,211,130,170,100,142,138,110,91,132,123,125,113,225,97,98,149,171,153,125,158,169,194,172,140,156,154,213,131,204,164,155,159,205,157,276,110,166,179,146,108,192,175,180,220,124,169,190,205,130,144,145,145,123,110,154,84,115,110,179,131,175,171,119,141,208,178,120,168,120,195,116,103,80,166,160,163,103,148,78,268,171,193,146,443,168,101,140,127,167,262,119,192,188,3,168,314,156,292,167,274,310,288,260,309,150,215,322,157,337,341,312,105,316,152,260,85,72,72,144,3,150,205,262,137,292,268,166,285,146,250,247,340,318,314,252,257,213,314,136,281,332,230,232,242,328,103,304,239,173,309,107,282,177,221,304,275,175,209,104,234,243,100,59,97,145,183,196,156,150,51,176,280,99,99,298,122,258,183,222,153,107,128,147,317,117,182,153,131,160,159,150,186,174,125,186,156,276,204,234,131,149,233,230,229,155,185,212,182,149,184,200,286,146,217,135,243,176,159,121,193,178,140,91,175,96,188,61,146,185,111,108,99,134,134,72,163,170,218,206,174,113,130,102,167,194,187,109,126,147,153,158,69,98,194,271,93,159,116,102,72,113,149,93,84,162,108,78,60,122,137,167,169,210,87,103,94,104,69,148,86,169,165,134,117,103,61,48,194,153,127,93,147,110,113,183,130,77,91,138,78,82,67,59,62,124,152,109,118,128,95,139,117,83,218,155,138,151,149,186,204,98,114,52,145,87,171,108,162,112,71,152,115,165,130,125,88,82,65,68,95,110,215,80,150,192,153,163,114,148,160,105,138,56,47,140,111,142,124,64,84,142,93,107,119,87,148,123,196,82,98,104,96,123,74,99,102,151,147,157,99,125,47,112,172,110,145,124,128,187,117,90,155,81,196,61,126,85,145,207,91,184,99,176,167,62,134,151,98,144,190,152,138,215,121,192,84,63,55,149,148,105,163,165,91,101,177,82,109,148,109,119,164,147,119,214,203,170,174,186,121,162,104,182,124,129,157,167,206,193,165,275,215,112,146,196,111,107,172,183,109,162,267,112,262,106,139,181,69,95,100,89,199,115,122,102,82,161,158,179,84,143,70,204,141,105,151,118,144,176,146,84,98,158,139,152,92,85,144,185,127,124,134,116,138,174,145,183,148,165,144,150,96,110,194,125,94,117,110,140,169,133,103,101,108,148,133,151,207,219,126,155,184,112,149,134,177,78,131,125,197,134,175,109,141,97,82,125,220,84,92,142,68,193,173,117,151,147,97,98,144,90,83,176,134,67,173,63,100,124,101,123,102,87,180,82,175,38,104,67,80,179,123,166,74,169,192,141,251,132,105,125,72,158,102,98,164,129,105,191,98,139,153,110,139,102,103,123,193,121,147,127,145,134,110,105,131,139,151,182,137,171,294,249,143,119,135,168,176,195,103,44,189,180,177,94,152,143,126,89,89,136,211,97,141,114,111,163,121,108,131,167,117,277,127,115,214,168,111,165,126,76,274,99,169,188,197,225,173,141,174,119,111,188,180,218,231,241,131,126,216,130,139,197,143,169,135,156,156,102,157,111,172,203,151,121,35,137,130,84,88,182,123,106,79,150,59,159,268,100,136,103,118,163,203,48,107,186,63,95,138,154,81,117,257,203,150,77,158,77,143,103,135,112,91,158,168,129,209,143,105,79,83,64,101,125,151,201,194,208,105,122,159,146,93,183,109,118,117,142,280,106,148,112,196,147,136,171,154,155,106,129,100,202,168,145,129,127,103,96,109,144,224,189,88,214,244,154,122,93,141,145,120,130,128,112,155,135,124,144,93,194,127,92,125,139,90,198,120,175,161,181,67,169,151,169,241,11,293,146,101,133,136,128,130,135,68,124,221,201,160,213,97,139,149,121,101,132,74,144,108,142,139,79,135,162,124,91,116,101,85,96,165,243,199,187,165,189,138,165,144,109,207,146,164,227,138,140,194,195,144,97,207,141,89,161,112,176,191,156,147,143,97,238,99,136,32,120,96,189,148,244,205,182,210,181,127,227,198,209,221,108,152,227,181,236,200,124,212,299,141,95,142,149,93,170,178,62,131,184,232,132,221,149,226,67,190,165,137,167,183,110,185,178,387,408,145,220,121,143,194,200,100,69,261,151,151,271,18,153,93,179,177,123,17,96,128,127,112,161,114,54,185,140,126,243,116,17,105,5,55,128,176,140,180,209,156,79,152,181,140,163,151,191,225,266,140,107,138,127,82,113,160,218,163,181,197,125,128,103,95,177,134,51,60,111,152,57,145,151,77,121,133,137,108,99,168,99,132,96,151,94,53,128,85,107,133,201,168,139,113,72,115,149,122,146,109,176,221,115,132,87,157,153,150,204,191,204,230,208,175,110,111,147,132,196,177,182,169,133,229,183,96,121,125,191,136,173,112,178,92,97,137,234,51,142,63,40,114,140,142,86,115,87,142,99,184,231,110,171,247,199,214,122,101,189,144,118,183,175,217,120,132,131,169,139,115,124,144,161,192,173,161,141,144,197,91,163,65,141,56,121,133,119,182,76,115,202,81,84,101,167,76,127,156,141,136,173,75,169,221,134,84,110,118,92,155,201,133,150,187,196,174,154,145,136,113,149,83,151,131,90,105,93,141,95,109,133,152,109,186,119,134,94,140,109,159,67,92,127,176,42,205,95,168,131,181,138,132,142,200,203,181,94,150,160,125,78,164,133,83,167,162,169,116,133,135,190,155,157,165,118,223,69,198,172,151,122,151,84,162,109,126,139,90,151,122,240,173,80,120,125,145,80,177,75,126,134,173,230,188,149,184,97,136,220,84,153,170,97,116,173,153,116,149,155,135,99,165,161,144,94,252,92,82,102,90,196,56,106,120,140,121,134,105,95,139,113,143,74,140,158,102,39,68,162,127,175,152,90,216,163,158,70,162,178,111,86,129,170,157,59,109,158,146,222,154,202,199,192,125,87,113,127,200,188,223,147,182,155,122,215,119,171,180,124,116,122,101,157,157,100,155,174,166,129,160,191,91,189,115,81,144,75,156,89,122,115,104,115,90,208,136,136,161,92,123,112,138,149,141,146,115,123,116,89,131,95,221,104,129,59,232,117,144,162,131,139,132,81,165,81,117,63,142,97,112,194,147,163,130,132,196,130,182,172,67,110,81,166,96,162,135,100,160,95,136,125,175,157,163,79,82,185,169,172,156,154,149,94,188,165,176,80,89,105,140,68,134,118,118,137,71,128,103,73,165,72,205,157,98,86,116,175,102,145,43,93,109,116,72,193,190,173,116,150,127,110,105,118,236,157,138,94,155,160,131,98,196,135,127,149,166,126,87,94,141,63,178,68,119,127,147,92,160,188,137,133,141,93,90,75,137,230,104,114,71,93,134,93,120,108,104,84,157,133,112,77,189,151,227,84,74,71,80,237,87,116,119,193,184,236,161,168,123,153,113,104,101,173,160,61,96,90,107,102,185,131,62,97,105,160,192,139,160,104,127,77,78,147,138,140,179,117,145,242,117,136,107,103,178,89,131,145,106,152,121,65,121,142,122,120,173,137,66,78,176,80,90,85,85,199,108,85,120,138,122,91,138,91,89,106,142,128,90,160,70,130,124,105,171,110,118,107,110,158,107,108,166,139,150,133,224,111,132,227,80,132,111,231,141,205,162,138,243,145,91,179,174,334,217,171,180,135,131,202,239,214,110,166,100,224,164,157,117,157,96,137,165,179,156,136,148,184,192,237,277,181,142,87,224,274,232,297,139,201,119,140,125,200,166,165,215,70,151,165,134,158,122,129,103,101,151,190,64,59,157,148,108,126,150,125,149,81,130,120,154,147,84,67,145,99,134,163,148,144,129,116,130,110,163,155,113,149,162,150,106,118,139,99,180,95,123,82,150,123,105,73,130,145,107,148,179,91,99,181,100,134,130,144,146,85,106,119,112,138,116,107,129,146,92,99,111,111,87,104,80,124,95,167,189,131,71,112,155,171,138,104,87,110,88,127,122,60,120,126,112,139,97,138,143,110,120,159,114,204,149,195,124,183,135,143,97,133,147,99,109,194,145,104,170,128,123,124,89,132,166,154,77,142,97,96,102,84,94,165,119,117,163,118,101,123,93,140,179,118,152,149,134,67,196,109,144,134,88,187,136,196,181,118,179,166,145,149,207,177,219,213,204,174,127,160,128,132,154,141,102,141,175,196,147,240,135,199,143,124,112,124,123,171,150,122,145,158,127,156,106,186,141,145,107,113,190,138,115,156,125,119,127,197,141,120,149,210,137,138,167,144,119,197,202,96,129,166,117,122,157,128,183,156,130,143,144,224,153,173,133,116,140,163,160,157,222,150,170,161,131,176,210,161,139,122,163,183,177,181,161,153,165,143,181,156,141,104,121,195,168,132,121,132,219,129,137,172,160,183,146,221,155,151,175,141,86,121,176,150,194,183,161,162,135,160,147,201,149,145,145,77,190,126,120,166,205,147,147,171,124,186,130,147,170,99,316,116,177,159,174,163,153,129,276,178,195,214,218,143,81,152,141,176,123,138,174,145,165,168,129,110,93,133,121,182,228,137,138,139,168,158,148,105,144,149,162,139,116,198,193,185,157,177,162,119,170,133,193,191,147,173,124,103,184,143,165,183,126,184,155,115,137,114,147,162,146,192,95,178,206,190,204,181,205,109,203,170,135,220,162,204,100,146,172,113,146,188,173,169,111,120,182,191,151,163,112,242,235,300,159,167,381,173,104,118,151,90,125,77,144,66,163,145,121,111,138,196,87,187,92,94,65,120,78,130,135,125,104,191,202,187,168,240,223,193,217,106,124,159,163,159,172,155,134,141,131,193,189,198,149,159,84,113,123,63,113,121,175,154,107,157,176,135,101,162,140,136,178,191,151,76,136,156,175,89,126,127,152,194,53,135,109,55,151,79,167,130,196,109,96,125,118,79,180,58,97,133,121,133,132,89,155,49,94,74,135,136,131,90,158,97,92,130,100,108,126,105,143,199,171,99,204,164,150,161,125,114,143,122,146,80,146,108,144,104,104,173,179,188,199,146,113,174,113,137,126,97,105,138,105,127,60,128,113,138,134,116,163,106,203,181,151,79,145,240,98,129,162,119,126,195,90,117,89,120,169,125,93,202,117,167,146,141,107,85,166,111,75,89,155,104,187,125,157,216,189,156,127,195,183,159,111,132,155,146,91,104,108,150,81,147,211,161,92,191,189,155,134,134,177,122,176,244,188,129,193,146,219,120,128,154,103,137,290,138,208,226,126,208,78,115,230,101,138,203,188,155,165,208,195,179,155,184,167,281,133,138,233,134,155,77,152,119,127,247,179,154,170,128,100,138,223,116,224,136,231,258,174,109,153,149,214,183,260,151,147,161,156,108,164,121,160,120,175,155,194,191,123,155,195,157,163,160,199,223,171,178,157,133,156,149,214,153,220,174,205,150,192,153,211,199,117,100,195,241,137,260,218,87,83,138,175,306,119,209,181,173,172,171,230,191,114,186,121,151,138,156,171,157,219,172,107,129,158,167,249,132,189,236,207,201,145,222,213,272,95,241,172,195,122,141,145,188,190,159,154,115,214,241,187,169,199,144,84,114,168,138,176,76,183,180,177,162,125,206,141,86,119,138,192,75,108,149,140,109,147,221,119,125,130,178,142,158,179,136,100,94,99,114,222,173,203,128,95,73,274,177,150,112,187,130,268,236,173,147,99,146,188,125,156,209,167,152,268,229,81,219,147,184,172,155,125,144,208,86,163,135,153,207,163,122,202,157,113,181,190,153,120,195,160,145,213,150,182,196,165,169,101,169,126,161,3,172,252,102,231,237,220,239,155,197,284,125,115,143,321,157,420,395,417,150,244,131,207,125,91,155,67,256,182,134,274,117,131,145,119,117,74,65,101,182,132,131,149,151,94,102,53,151,106,149,85,131,102,162,78,138,134,59,137,142,115,155,186,169,119,134,184,112,169,203,219,157,198,140,214,158,165,185,180,121,141,146,228,240,185,158,247,180,114,228,132,214,208,159,153,181,135,245,227,196,171,244,115,178,182,146,171,108,136,147,205,132,143,164,119,155,188,101,152,121,84,82,134,148,165,72,102,145,122,114,151,121,127,125,132,139,131,136,105,268,123,122,175,139,131,115,153,154,121,121,89,138,143,163,117,101,121,169,102,186,161,148,157,168,116,143,147,110,128,146,149,152,114,113,89,133,126,136,157,127,91,129,110,125,150,177,168,174,89,139,134,147,153,101,84,194,75,79,141,123,103,145,152,121,147,146,229,100,161,96,129,167,195,191,143,153,136,174,161,192,227,106,176,135,238,103,145,155,174,201,202,147,143,146,156,137,112,182,119,204,163,112,134,157,180,158,103,137,132,194,159,107,166,219,117,201,123,177,88,148,206,190,152,210,142,168,143,168,144,162,195,135,228,121,153,254,128,199,178,263,144,139,199,160,235,176,167,179,198,204,195,226,171,246,132,186,105,158,181,223,124,180,104,200,181,192,158,185,196,100,154,68,201,165,114,250,192,154,126,155,219,100,188,121,166,136,135,126,244,218,194,123,185,149,183,207,159,170,124,237,120,195,135,136,157,166,101,103,146,99,200,197,204,218,142,125,161,151,157,163,155,39,151,157,145,156,186,104,107,161,173,123,143,116,132,70,238,104,174,120,156,178,158,92,142,107,174,129,128,139,106,159,137,131,233,138,141,86,123,88,125,89,104,183,129,142,94,150,196,109,130,111,172,184,182,184,140,144,213,224,114,221,208,191,104,148,183,107,156,157,139,157,218,181,135,115,212,84,141,170,196,127,181,144,148,119,109,148,126,136,203,128,191,147,146,81,195,195,209,243,124,181,151,155,115,188,193,223,223,170,135,141,77,188,232,180,150,204,244,219,254,208,153,145,198,212,127,217,128,242,120,161,165,207,128,159,172,189,174,147,251,162,165,159,127,148,184,184,165,121,109,174,166,200,252,172,235,130,205,205,134,204,134,145,150,105,169,142,129,204,75,187,159,195,130,144,106,161,142,199,242,199,172,169,137,162,111,182,119,115,202,193,181,183,144,244,143,148,101,99,127,107,168,161,132,154,121,146,138,183,168,163,123,87,138,127,152,111,166,96,138,138,81,123,159,119,99,89,148,112,189,197,116,124,157,143,209,118,212,121,114,188,166,176,205,141,146,175,298,218,138,116,110,115,71,153,220,176,143,130,97,133,164,88,90,133,89,90,103,176,110,96,137,105,121,118,85,131,145,80,167,126,103,102,68,397,161,193,160,149,80,156,132,144,69,141,99,184,150,156,136,119,235,135,247,117,157,201,125,232,162,149,134,145,176,152,287,111,236,136,145,171,134,231,162,198,116,158,125,121,166,125,122,114,259,146,188,137,233,188,193,210,174,149,222,213,85,163,122,155,174,113,175,103,218,174,175,173,123,115,164,139,161,167,197,193,173,233,167,116,84,103,208,227,159,161,195,164,137,197,183,232,180,146,207,150,205,178,110,169,232,176,133,151,179,123,133,141,231,124,143,142,162,186,163,176,105,262,187,173,164,148,142,137,112,225,138,100,241,84,157,166,145,284,216,111,143,139,154,79,126,221,117,141,160,207,196,180,143,191,159,120,226,96,215,155,179,182,230,140,249,207,131,233,100,154,146,195,97,129,189,169,222,250,209,85,119,225,134,235,180,153,223,131,292,125,136,183,136,152,203,102,148,198,177,139,187,150,150,209,84,162,270,155,159,222,146,219,167,111,237,173,128,149,120,184,102,200,185,161,100,206,130,205,255,225,211,229,149,220,130,193,283,172,135,148,76,211,150,170,131,187,115,95,156,139,225,124,321,137,227,185,91,238,159,135,117,145,180,178,193,114,91,108,98,155,143,204,235,174,177,162,137,232,130,157,135,153,138,139,116,164,118,153,181,201,111,131,221,151,125,157,195,139,150,66,90,182,196,278,180,111,116,126,165,216,163,114,139,220,121,148,128,241,130,238,131,164,75,135,77,92,158,142,142,192,158,118,223,265,323,172,289,70,222,250,202,312,186,288,121,226,180,174,144,166,156,339,310,273,288,155,328,178,122,344,45,122,337,244,219,237,118,328,137,284,182,206,232,158,117,129,71,272,295,175,169,151,188,275,122,212,248,239,105,342,176,268,285,229,267,287,3,93,140,216,293,150,3,294,176,177,185,238,289,93,264,283,76,290,330,3,157,191,133,162,186,144,169,109,122,201,145,119,116,101,236,131,104,172,109,48,86,133,102,170,108,210,172,294,142,198,128,144,82,81,127,98,161,188,79,177,196,319,123,136,118,157,135,146,85,116,150,123,155,154,166,101,182,113,133,176,175,196,142,113,94,160,209,88,144,62,177,110,90,68,118,107,185,146,209,114,138,117,105,222,165,159,153,264,127,319,136,181,130,132,229,161,97,145,150,198,135,139,107,151,137,206,151,110,253,118,149,91,165,154,184,163,199,75,72,63,177,55,91,72,315,61,61,41,30,90,117,37,42,50,39,118,106,61,65,37,61,76,233,207,157,80,197,36,121,125,142,242,162,207,123,177,171,212,168,158,103,91,120,193,218,91,120,117,223,89,89,166,178,81,183,172,61,121,71,115,135,141,118,206,160,128,56,137,85,98,138,72,81,78,159,132,124,208,173,177,53,115,148,97,84,60,105,111,96,184,96,161,127,197,152,198,152,259,138,205,103,150,105,162,131,93,68,106,179,133,108,72,117,73,141,106,80,84,111,133,79,179,101,57,146,152,134,117,99,85,84,134,119,160,193,169,137,194,134,101,51,162,171,118,118,138,179,155,195,81,189,170,120,69,149,139,235,115,144,146,75,124,134,91,235,164,87,95,137,155,83,128,119,139,179,78,52,149,114,124,107,118,154,178,164,101,157,24,189,237,124,180,173,181,121,130,83,105,199,131,172,207,88,122,160,89,199,161,133,155,120,187,84,69,97,70,109,154,126,80,116,151,103,64,185,123,200,136,73,162,148,53,146,64,141,37,132,142,120,152,104,121,94,104,78,107,243,107,141,123,177,170,193,99,81,149,133,205,77,103,150,113,100,300,92,146,94,186,96,144,144,114,74,141,151,133,131,182,81,110,136,134,100,125,102,88,278,172,114,105,176,97,98,150,105,182,140,164,85,166,147,205,121,90,175,142,195,154,158,119,112,83,51,98,130,169,97,107,133,143,176,95,197,85,126,200,129,172,100,111,169,123,80,152,143,114,142,115,134,120,121,115,116,136,175,246,128,217,107,124,155,116,98,119,179,151,198,108,175,118,149,148,148,112,98,57,170,145,131,119,118,158,160,137,163,96,66,178,122,144,142,129,71,77,146,80,156,173,108,135,192,134,81,97,167,155,166,92,123,93,219,194,171,122,102,80,95,174,116,150,179,93,96,139,124,105,85,172,76,136,108,133,149,206,155,73,96,78,142,146,111,164,136,92,154,100,69,60,93,116,139,38,127,134,138,125,117,142,88,100,102,59,64,78,91,144,64,46,67,104,137,142,195,44,158,141,228,171,72,59,93,75,191,145,159,112,142,147,89,149,127,77,85,184,111,65,140,60,182,163,103,141,169,138,187,131,116,207,81,119,114,100,111,94,113,141,136,172,191,152,146,29,154,132,168,134,249,105,113,138,106,122,133,116,127,177,62,145,107,194,111,314,213,105,79,114,114,170,160,131,95,163,133,210,193,149,185,133,155,105,133,107,99,137,197,132,159,163,137,160,86,100,141,70,86,153,116,100,64,93,90,59,84,144,199,156,149,214,112,109,231,94,142,135,178,126,138,170,216,212,124,172,115,162,140,186,193,149,200,91,129,125,142,143,69,162,120,157,165,85,122,122,132,77,151,53,129,157,168,119,118,173,206,192,162,80,145,104,151,93,155,145,148,109,100,183,147,84,118,141,83,120,123,94,106,161,198,120,224,200,222,175,85,133,114,128,140,149,118,133,117,159,154,178,124,118,103,176,122,121,189,92,118,151,73,111,101,114,135,73,83,166,172,177,79,147,110,99,121,67,85,109,59,74,139,159,105,85,160,84,101,69,90,128,55,122,123,108,96,128,101,164,122,112,71,128,64,96,113,107,54,102,61,125,117,177,110,159,111,171,170,115,88,159,89,87,90,136,146,123,164,45,122,77,155,92,154,122,139,133,157,120,117,176,211,145,159,259,113,203,190,108,178,186,96,170,75,178,169,95,230,65,111,178,159,195,188,149,149,78,137,119,157,169,129,165,175,117,116,120,134,122,133,181,124,74,178,91,202,84,141,106,168,142,159,122,122,93,122,101,130,112,160,90,85,92,119,76,126,121,136,133,134,191,94,125,139,160,221,80,125,123,121,155,126,143,114,69,110,114,124,155,179,203,160,128,115,110,128,153,131,101,89,189,138,140,142,147,273,112,127,136,122,70,132,118,127,132,64,138,82,124,121,113,103,96,141,133,110,83,93,164,77,135,73,103,177,94,91,90,99,117,104,130,78,145,101,168,108,143,141,149,98,133,68,130,110,148,78,223,54,116,108,12,80,98,189,118,113,76,130,87,15,172,113,133,132,73,157,130,133,87,63,146,143,120,159,97,44,178,128,124,157,151,129,197,69,86,84,82,126,49,52,132,118,109,123,60,92,136,130,82,72,84,93,212,162,170,123,75,122,99,133,200,137,146,126,71,90,109,116,121,181,106,139,128,135,119,83,147,148,143,109,123,139,180,178,110,76,173,109,118,131,192,187,104,147,126,138,159,210,90,176,85,149,59,117,166,117,215,94,91,215,100,188,100,133,119,119,116,103,144,48,121,121,128,89,96,104,110,84,156,136,170,142,134,146,185,146,184,134,78,106,100,124,161,140,140,170,170,164,119,186,117,224,70,245,171,204,175,154,196,104,112,116,112,176,155,152,130,173,111,134,156,77,136,144,115,87,161,80,151,130,128,132,174,178,137,222,129,132,136,212,177,144,192,131,157,99,77,109,118,159,44,115,111,169,95,106,99,108,137,100,123,117,161,226,81,89,177,188,98,205,133,152,109,179,150,128,93,117,75,201,151,133,154,157,132,92,201,133,140,192,98,169,130,135,95,157,145,132,156,140,186,226,159,186,212,114,177,158,207,175,209,184,173,186,162,185,206,153,153,197,118,136,190,158,166,163,228,143,237,161,138,224,120,151,123,146,163,106,143,177,94,223,127,137,214,266,134,73,133,148,103,154,92,218,131,112,115,106,125,91,80,74,147,123,133,116,109,153,87,120,134,90,109,104,140,96,98,113,92,83,64,96,157,113,76,88,185,68,107,81,108,124,184,116,154,123,101,104,103,120,108,150,189,130,96,140,107,92,125,110,124,139,178,112,84,114,171,87,100,125,87,155,105,113,94,123,134,52,92,126,134,92,127,127,151,107,132,133,141,135,147,102,140,141,136,137,83,186,114,137,97,98,81,151,118,170,123,126,201,263,87,157,166,106,143,216,162,140,166,234,160,140,161,201,147,163,158,168,90,140,152,136,138,148,147,122,112,227,166,193,144,208,131,115,130,86,142,165,172,130,162,140,120,110,197,141,216,147,153,115,126,162,160,154,152,92,228,125,135,113,152,117,142,156,157,173,153,122,111,121,118,136,139,101,130,132,209,141,156,182,127,155,117,113,78,133,119,162,119,179,225,166,92,140,140,181,152,132,93,94,166,114,115,133,174,126,171,146,109,184,245,169,172,113,160,141,114,130,107,108,123,159,167,106,165,132,101,225,222,146,117,83,104,153,134,119,79,146,112,162,147,174,194,100,167,105,125,183,171,131,192,149,98,145,120,176,101,146,171,141,141,159,155,143,179,103,172,124,132,118,157,153,148,128,116,117,173,136,141,204,164,183,137,135,94,114,117,113,116,144,127,108,174,153,130,144,191,124,149,111,92,134,134,236,95,92,126,136,159,121,96,111,110,135,233,130,189,305,119,183,169,103,205,141,132,176,160,148,141,221,152,112,181,136,80,170,143,153,98,157,126,105,107,144,165,225,174,164,197,245,146,137,72,203,179,130,171,170,193,137,140,159,205,299,221,217,244,178,325,216,159,119,168,332,279,209,195,210,102,188,260,226,163,209,247,100,57,192,147,130,322,117,124,91,109,130,133,166,195,195,79,83,122,157,152,109,173,118,135,90,107,65,149,258,88,158,220,239,119,128,79,190,120,77,68,140,121,83,71,92,105,112,56,146,54,77,104,77,109,119,161,144,91,98,140,71,88,95,167,184,113,96,115,157,129,97,127,140,88,116,111,79,79,142,122,118,109,126,117,128,149,100,145,90,124,103,98,149,132,162,142,156,101,94,100,112,128,151,160,126,127,119,150,138,98,163,145,152,66,103,131,156,158,66,142,87,46,162,113,129,95,131,101,134,153,148,64,103,110,134,177,170,231,128,177,198,168,139,127,143,73,180,162,106,144,177,200,134,162,114,60,143,128,201,174,202,108,109,159,184,132,144,147,151,135,149,192,184,161,112,107,124,150,208,106,152,160,182,149,129,134,186,163,170,287,128,121,119,85,90,116,111,162,161,161,118,179,220,117,157,127,172,206,170,125,150,215,115,170,133,122,141,103,122,194,174,158,155,74,150,130,218,99,114,95,144,120,87,103,109,126,176,131,75,139,157,233,416,427,87,183,169,115,194,132,158,123,230,183,159,118,161,119,117,90,83,145,132,66,131,126,86,81,104,73,97,103,62,49,140,70,160,155,89,130,114,81,110,71,94,141,143,97,123,141,98,102,106,138,144,97,93,82,118,52,112,137,141,103,156,122,91,150,122,151,99,105,111,65,93,151,126,136,91,96,106,117,111,151,74,178,69,72,115,141,67,90,122,124,126,115,97,122,111,97,160,143,184,95,195,99,82,93,103,167,88,81,85,108,134,184,117,185,97,143,147,103,113,130,122,100,150,134,106,103,120,115,131,146,152,136,128,78,132,65,67,149,94,105,142,203,104,105,66,122,74,157,105,123,103,136,105,134,60,133,148,50,78,72,84,242,198,118,190,123,168,147,124,160,133,159,137,181,120,163,171,122,84,131,131,93,105,178,138,126,158,167,140,195,219,76,215,134,116,97,248,147,139,148,127,146,139,175,194,166,150,150,128,131,191,133,103,86,150,187,145,191,266,168,132,109,89,156,110,156,176,135,92,125,147,120,168,136,93,207,218,198,167,112,194,65,149,151,102,154,237,157,151,162,140,195,139,159,107,94,232,104,143,117,143,106,107,144,154,145,153,142,122,189,191,132,93,199,109,83,176,166,125,228,332,400,281,263,356,419,279,59,158,106,178,169,96,74,162,88,138,120,146,152,149,184,179,117,110,83,124,86,95,144,107,164,168,134,217,130,173,184,144,150,170,129,116,97,193,162,168,116,231,153,113,170,130,169,123,74,95,138,154,181,123,153,155,123,101,109,209,136,136,115,163,98,127,106,181,162,190,161,128,170,205,116,95,185,190,147,122,121,146,149,142,181,164,120,150,145,165,168,161,176,162,128,115,136,108,81,66,176,100,187,119,159,124,152,113,103,146,143,142,138,160,155,152,187,184,180,129,142,100,100,145,137,209,111,109,126,182,112,220,187,87,180,124,197,135,185,150,150,152,141,96,145,145,179,172,137,124,76,133,148,134,105,146,172,99,87,136,238,107,118,133,90,168,175,159,130,225,123,168,75,134,169,121,164,82,158,177,156,174,87,105,178,127,183,141,171,139,146,142,113,230,173,167,142,127,152,155,176,73,134,143,145,165,169,85,134,156,189,139,78,124,143,110,94,119,117,56,140,90,134,95,116,170,143,146,199,172,185,134,143,150,183,152,143,142,140,129,162,150,141,138,82,156,163,152,140,115,176,202,165,149,163,187,230,197,120,130,126,168,134,115,80,164,146,120,155,90,160,134,112,134,154,143,170,110,137,150,214,161,171,120,159,126,77,101,157,175,174,153,170,120,153,177,107,99,139,124,163,116,138,241,160,95,91,165,161,104,122,140,173,152,181,131,115,113,134,63,241,130,178,130,96,106,146,177,82,82,81,104,120,168,96,135,106,105,65,113,130,161,158,211,252,271,179,159,346,181,140,199,167,199,238,297,171,283,86,193,314,264,318,268,308,272,262,126,317,300,115,209,228,349,167,68,216,98,77,121,105,169,161,186,108,325,306,61,203,216,318,161,202,199,224,274,187,120,168,175,243,3,160,294,143,333,91,257,180,248,227,255,240,145,169,329,309,202,113,149,149,97,271,171,186,213,204,167,154,200,189,201,76,205,115,242,266,136,167,91,79,124,158,118,92,110,118,97,171,143,107,376,107,214,176,126,119,140,149,148,268,207,156,188,81,125,113,98,148,195,105,216,223,162,211,128,203,243,106,192,134,163,127,130,200,204,162,205,189,217,90,169,201,183,157,166,149,339,165,149,207,157,170,108,74,203,138,92,180,101,155,157,159,201,113,162,143,149,158,150,104,163,197,133,134,144,175,203,184,141,121,115,116,158,120,202,134,222,142,108,132,149,125,62,118,150,250,163,149,150,95,107,106,246,176,167,173,78,151,100,190,138,141,162,161,149,66,173,94,196,162,140,105,131,99,289,108,172,87,125,122,148,149,105,85,179,141,82,205,50,115,106,132,205,108,116,154,152,133,101,168,82,106,284,279,115,127,99,160,172,116,170,134,3,175,115,264,223,104,130,144,99,103,136,163,127,173,199,231,146,129,185,125,124,149,89,139,121,241,144,170,128,207,110,181,312,182,179,128,183,87,166,190,131,119,129,174,221,178,194,182,160,126,194,139,225,125,98,108,167,190,216,187,141,262,196,110,184,338,119,156,107,133,198,100,80,253,89,160,202,120,155,136,161,267,196,137,131,101,99,126,94,92,197,143,116,120,139,178,198,153,296,188,118,107,128,195,272,178,132,140,58,150,159,144,164,153,181,101,327,50,139,155,172,168,55,141,179,222,140,94,253,133,178,211,77,149,138,165,264,188,221,254,121,114,305,243,98,228,120,132,256,62,151,179,147,146,120,51,134,184,139,99,75,155,91,158,97,194,223,151,204,109,129,157,143,166,195,186,96,95,143,188,171,197,249,175,127,84,137,84,129,146,162,87,196,82,209,251,424,182,278,409,466,320,218,148,183,176,197,136,217,225,214,182,191,165,203,131,84,166,182,189,126,119,201,152,222,57,132,122,138,169,178,209,100,205,167,181,107,215,163,151,201,200,164,108,140,127,180,181,237,87,132,150,102,138,81,76,127,174,186,231,217,115,185,172,173,124,175,170,143,170,118,116,98,157,178,219,228,250,131,207,186,151,229,223,181,206,135,122,139,179,164,139,109,169,178,169,176,132,206,88,161,151,194,105,111,141,131,142,187,121,199,156,175,96,124,228,224,177,148,400,216,168,126,221,219,68,145,192,72,101,193,102,230,143,185,159,248,126,220,179,114,168,262,134,128,233,110,232,170,101,164,142,147,92,262,154,104,206,153,179,141,116,114,168,145,115,126,242,156,131,108,182,155,194,139,197,244,160,229,176,205,127,127,178,160,168,141,191,168,193,190,111,123,130,176,88,156,147,120,174,140,166,129,210,150,79,174,168,134,69,234,124,198,177,223,174,212,193,208,177,193,225,218,192,196,209,108,212,192,201,215,233,279,183,98,175,240,184,216,166,170,169,136,108,150,154,179,161,123,213,181,175,100,135,162,77,282,109,116,48,149,204,179,155,91,197,181,125,149,214,219,249,200,117,151,206,155,190,163,135,67,200,182,70,205,130,100,113,182,264,183,142,185,240,107,203,242,168,100,197,111,247,211,100,126,114,188,167,154,184,143,219,175,233,123,155,183,238,123,167,165,180,218,136,171,193,59,172,139,203,179,78,89,126,139,192,142,204,171,175,128,139,162,175,210,228,105,119,155,164,153,155,119,134,173,200,89,146,127,105,173,186,170,194,94,153,177,163,187,211,202,193,162,227,200,119,193,84,162,205,150,140,67,175,188,173,102,131,138,172,191,170,185,215,185,189,106,146,94,164,211,211,209,75,166,141,146,229,199,151,186,135,109,132,172,92,180,145,247,209,197,197,233,109,222,98,142,187,127,169,179,188,220,198,146,139,140,244,153,192,111,365,110,131,120,182,112,79,87,233,124,186,169,122,122,199,186,250,100,98,157,171,142,80,169,234,145,148,229,211,74,101,214,188,225,214,153,213,157,183,12,170,184,182,95,141,133,206,149,96,173,244,161,148,172,102,218,135,233,214,243,155,144,198,79,112,272,214,152,184,148,225,138,194,244,142,208,184,180,95,124,156,160,180,55,104,182,168,180,90,154,77,218,165,117,139,122,131,198,177,215,214,109,159,77,199,82,120,183,205,171,175,186,113,233,172,235,82,167,107,216,173,140,133,212,96,130,215,136,302,237,160,112,243,134,181,186,166,195,104,191,160,273,159,125,140,150,128,167,204,158,113,213,121,165,144,158,123,171,186,170,146,204,232,175,238,119,87,210,156,278,173,229,78,107,227,145,188,238,182,248,203,195,231,231,229,125,197,110,168,112,158,149,191,223,207,175,195,202,143,214,206,219,196,131,95,196,265,120,129,168,114,313,233,191,80,264,119,157,162,53,99,146,125,120,171,114,212,192,175,210,147,214,140,120,120,187,63,154,189,213,157,166,156,121,191,165,209,152,122,79,147,174,95,196,76,103,157,158,154,102,249,115,87,237,199,213,143,148,121,180,144,190,232,135,182,125,99,41,147,209,221,126,187,256,214,227,139,223,206,168,122,95,206,271,156,222,127,170,12,205,150,139,202,210,118,182,162,341,443,181,289,315,270,99,444,196,201,89,215,58,103,94,127,147,139,92,88,83,227,52,67,76,125,82,77,265,91,86,226,120,125,100,65,172,122,82,102,107,171,90,163,165,126,76,134,92,105,158,106,203,112,201,162,87,73,121,89,86,120,148,66,82,72,106,72,201,126,155,115,101,148,57,111,34,99,144,202,161,144,182,129,222,191,180,251,135,108,158,172,167,177,203,159,138,159,132,130,149,221,227,169,57,98,115,211,157,200,160,348,198,247,154,308,121,161,110,201,236,195,121,197,81,121,162,190,148,167,144,154,112,190,168,154,151,136,172,203,152,110,157,219,106,101,230,126,146,158,129,211,119,143,135,105,137,236,138,173,226,123,80,123,153,235,203,96,137,127,100,122,151,110,145,175,120,113,140,199,171,177,125,106,99,221,118,178,151,144,103,183,97,195,150,200,145,159,127,94,118,210,94,185,140,124,145,191,151,218,145,341,171,120,147,171,183,85,93,167,164,243,188,141,94,166,238,166,171,95,184,129,158,207,135,121,114,203,209,161,189,117,137,144,127,154,144,199,223,210,98,192,218,172,169,105,149,224,88,143,105,152,188,154,238,93,210,163,125,168,243,153,146,119,142,132,195,172,156,107,168,200,111,119,155,134,85,128,194,112,120,120,203,71,152,168,118,95,109,123,217,125,172,125,153,131,200,138,138,92,227,149,146,169,149,138,173,212,169,173,208,225,108,157,233,176,169,157,102,175,136,170,135,178,174,155,161,145,94,141,211,154,112,122,188,124,227,266,116,245,144,157,168,177,192,145,244,166,120,141,175,156,105,127,143,232,126,110,205,173,218,152,200,107,153,123,132,186,123,137,134,133,66,250,165,99,113,153,99,228,157,177,148,215,188,159,224,175,111,145,195,172,98,236,155,273,195,98,214,129,177,117,71,146,141,445,135,157,272,406,326,149,256,166,299,245,305,256,133,308,258,316,280,212,280,286,211,124,252,265,236,185,115,311,320,219,235,182,229,169,143,230,253,134,330,85,235,304,135,235,148,204,273,320,215,257,245,234,265,298,316,178,269,186,331,262,258,245,269,290,302,238,217,340,330,286,250,297,307,295,204,261,336,285,247,286,176,337,301,279,347,302,311,291,163,225,254,356,313,307,285,309,264,264,231,310,328,264,332,202,278,304,251,263,321,276,321,316,318,325,291,299,323,292,302,208,335,324,322,309,341,290,282,327,277,251,310,300,310,304,320,289,333,309,306,296,321,261,308,332,338,225,312,329,342,333,328,338,277,281,268,206,303,87,234,60,78,96,44,93,169,163,161,36,124,183,124,54,88,124,106,253,72,162,145,170,185,190,109,159,141,299,252,182,140,115,128,129,196,180,136,194,117,116,95,136,209,106,105,72,101,150,82,175,228,121,89,143,80,100,125,88,128,49,191,79,101,164,191,82,105,187,257,114,117,163,113,146,200,106,113,179,183,141,183,196,126,78,150,81,140,91,157,56,157,196,123,92,163,135,144,214,152,165,123,170,192,139,224,191,214,189,88,252,123,190,171,244,66,193,174,245,175,231,127,219,128,109,141,138,196,148,201,143,116,124,187,243,209,110,134,200,205,171,88,122,123,123,181,167,145,125,93,180,173,109,153,53,176,115,134,92,97,123,145,151,340,198,245,233,309,281,384,427,167,211,131,123,241,99,152,267,340,295,291,228,339,339,319,276,186,319,313,215,319,248,291,236,312,321,324,255,332,225,308,285,234,360,247,338,304,281,284,286,339,60,101,76,226,153,130,32,103,185,277,184,109,203,233,187,234,308,189,148,262,156,192,225,303,196,299,264,221,212,202,299,273,144,153,220,114,175,261,148,311,305,218,179,263,319,166,177,131,181,218,328,223,178,342,226,209,139,165,87,57,95,163,182,97,224,189,198,57,99,158,138,185,97,118,168,133,161,154,146,195,171,171,96,185,104,148,198,125,147,60,95,158,177,88,121,164,108,79,76,136,224,217,157,196,141,149,138,192,132,77,177,221,103,143,202,166,133,128,201,185,159,156,119,181,224,86,187,87,82,201,176,169,184,145,92,186,218,136,161,194,112,224,143,72,182,115,161,191,89,186,194,121,103,142,118,123,161,214,183,230,177,108,152,130,256,261,191,218,231,113,202,148,120,92,147,94,105,110,103,87,160,193,193,115,129,73,203,155,161,159,124,172,161,152,178,166,226,191,182,108,206,142,154,196,188,204,205,192,168,174,166,184,202,194,110,208,134,96,195,181,141,216,246,233,209,175,224,103,111,165,189,237,210,217,200,189,276,132,162,160,78,230,252,127,187,198,166,171,93,184,164,124,99,250,115,264,136,190,133,222,89,147,194,191,177,102,223,151,135,113,215,100,112,186,195,224,180,167,136,173,242,179,219,249,186,194,271,222,167,212,77,134,166,183,164,112,179,172,137,177,185,155,222,170,104,218,104,115,114,187,94,211,191,108,129,145,177,126,129,70,244,158,201,128,103,154,94,188,125,185,164,210,174,202,213,231,240,202,195,195,191,189,100,228,204,184,152,96,101,143,133,202,182,165,193,150,195,174,179,192,104,146,150,147,231,56,160,199,140,188,192,179,165,204,167,162,179,221,146,110,197,151,119,196,183,173,192,183,126,229,192,122,177,218,153,131,156,223,122,185,190,165,162,208,167,156,173,133,174,132,227,198,83,190,186,216,239,158,207,107,181,218,261,162,145,202,152,157,307,247,210,206,40,168,161,263,166,192,178,195,176,125,150,175,232,183,66,180,137,64,134,173,139,182,148,206,153,158,186,172,140,185,88,121,147,220,178,149,154,185,214,269,115,133,131,178,89,143,134,189,246,209,196,210,147,173,170,177,127,153,165,192,146,218,175,126,171,180,81,298,125,204,149,212,183,136,215,171,176,86,110,156,182,199,160,218,203,155,157,89,110,121,139,182,129,193,193,188,118,86,167,180,105,167,159,234,140,249,224,190,184,107,182,175,109,169,110,147,115,131,149,140,157,219,157,76,203,101,114,104,194,230,61,171,164,195,237,210,152,200,96,184,163,180,124,253,221,151,125,155,237,208,122,111,186,98,111,170,99,129,161,83,198,138,146,145,196,122,210,209,112,207,198,249,174,239,149,126,183,199,157,119,83,276,126,160,80,195,158,97,234,106,158,188,120,268,196,172,179,235,152,179,177,122,163,196,120,260,197,153,148,157,104,104,151,141,117,174,236,184,66,300,167,209,44,136,105,110,185,127,109,215,233,161,200,186,100,179,116,196,175,184,220,175,195,216,89,211,178,95,113,145,186,150,192,141,219,214,202,204,179,157,205,163,171,242,102,142,80,181,140,112,249,154,132,195,126,224,192,204,191,71,131,262,142,76,71,219,130,108,158,99,148,240,178,147,230,171,166,100,88,218,75,157,108,256,147,88,156,208,141,119,152,199,145,157,137,79,144,187,153,232,93,164,228,134,185,119,90,127,130,150,203,141,95,218,186,81,195,80,180,98,174,148,129,176,186,236,140,224,203,166,173,139,107,182,228,173,215,128,196,184,100,190,178,83,134,190,143,148,161,219,175,78,184,217,217,165,178,193,175,216,236,106,169,140,108,120,196,139,168,157,187,137,150,124,182,217,221,162,213,179,211,151,140,235,183,185,79,256,189,163,223,115,268,296,469,273,438,251,348,98,368,164,169,221,224,145,69,80,114,178,270,111,257,241,143,69,239,153,158,121,168,222,162,153,155,180,155,138,124,149,143,145,241,200,157,163,244,198,218,110,184,141,148,176,133,147,144,181,101,100,84,100,151,213,104,112,128,163,212,122,224,180,170,237,214,206,118,154,154,161,211,95,102,129,129,149,168,117,116,142,195,145,302,137,140,136,132,187,152,135,136,153,148,212,127,130,193,137,144,257,144,79,168,124,172,171,160,168,124,119,144,130,157,51,84,112,181,124,134,135,156,155,181,162,129,179,141,161,99,180,147,150,205,184,122,161,172,110,153,207,148,101,157,138,206,65,107,125,107,165,177,121,227,191,192,217,242,119,218,173,209,178,187,117,110,197,144,184,109,99,155,136,91,114,117,96,206,141,156,136,107,119,95,144,117,110,70,99,90,124,131,205,77,177,219,173,151,89,209,136,168,138,89,174,119,119,198,118,223,86,168,207,235,197,147,188,218,165,241,70,125,214,216,201,183,137,110,212,177,240,195,200,121,203,131,107,217,156,95,213,174,170,208,102,216,221,197,188,193,151,207,192,175,105,194,188,211,215,165,157,89,175,108,166,150,212,100,208,216,234,174,129,219,195,185,141,197,205,165,158,213,183,189,216,218,186,209,234,126,157,245,135,192,199,141,195,84,126,204,157,152,226,184,194,145,174,192,82,194,205,157,153,142,118,112,219,228,116,187,150,189,158,143,186,190,184,170,190,84,168,128,225,185,204,232,178,137,179,119,171,186,121,218,179,197,164,194,232,200,149,87,133,197,187,82,176,191,212,176,211,191,204,185,176,159,224,168,161,180,188,228,205,155,202,171,124,193,177,194,197,134,190,152,246,138,207,192,257,228,116,188,128,118,106,165,189,229,90,112,102,107,205,162,159,210,171,101,204,99,147,160,172,166,138,178,116,177,152,240,103,170,184,152,130,113,175,143,137,172,183,237,91,124,221,120,193,112,104,92,60,119,203,188,103,139,92,236,196,213,160,204,197,196,236,101,91,113,95,194,169,128,241,180,160,210,108,194,205,201,181,166,102,144,149,224,183,121,111,164,211,184,165,120,91,183,126,157,188,161,164,153,167,121,192,213,135,104,245,211,163,221,214,150,231,202,175,222,156,180,189,172,141,250,141,139,275,141,115,197,252,144,175,111,173,168,126,185,145,161,240,218,194,164,91,259,80,191,161,174,183,206,107,99,216,210,180,220,168,162,230,160,201,178,192,226,116,174,170,145,114,190,236,187,122,214,123,197,148,106,78,189,135,171,86,248,152,212,180,167,226,163,173,227,188,183,198,160,246,108,123,107,268,240,94,98,118,203,182,137,179,225,125,166,171,163,230,143,222,96,83,112,220,116,221,176,168,94,109,239,249,175,119,261,137,148,248,236,202,211,179,111,186,188,230,187,229,224,160,165,125,145,163,200,82,180,98,156,155,136,232,119,71,193,205,190,232,156,171,136,182,219,124,200,194,214,175,141,165,171,177,218,171,136,185,170,119,151,204,138,205,133,106,212,188,136,171,116,140,163,186,187,167,220,109,116,184,210,198,240,218,74,201,228,126,243,160,213,131,232,153,145,163,87,212,202,202,156,154,175,224,198,172,162,187,211,154,184,122,117,163,64,132,145,173,137,118,187,191,116,152,247,92,121,203,101,138,155,126,175,126,209,205,158,183,84,73,150,244,173,117,110,146,163,214,188,133,238,177,162,184,100,144,155,114,237,132,142,175,100,230,189,169,176,155,176,228,147,175,82,161,153,132,136,187,150,198,136,113,274,154,187,205,131,161,113,195,177,200,206,197,164,101,276,166,137,104,171,92,170,248,178,103,167,162,54,108,178,145,192,185,144,75,219,178,263,103,113,209,238,205,148,176,197,114,102,185,185,200,161,159,122,216,201,194,131,220,158,129,184,259,56,267,195,183,194,108,116,148,114,154,165,228,146,98,187,122,189,128,202,39,106,107,161,104,175,108,133,139,177,151,48,56,50,83,65,130,194,82,49,82,153,122,207,169,174,137,82,163,206,198,170,118,36,218,441,203,92,159,88,74,137,189,210,69,217,110,209,102,203,82,129,161,78,107,142,179,123,207,97,141,48,109,122,111,112,146,144,197,183,159,61,422,62,293,356,160,137,41,166,143,274,406,345,335,124,92,230,143,75,147,143,265,70,75,162,132,163,124,125,160,166,96,68,175,158,240,126,115,219,135,81,375,439,88,403,165,264,254,155,299,334,220,206,205,327,333,219,295,224,267,317,343,304,267,339,329,219,265,191,330,179,256,231,338,182,211,337,312,194,200,315,135,268,321,250,215,170,187,333,311,331,208,324,3,3,3,3,3,86,3,3,3,3,130,3,3,3,3,3,3,3,3,3,3,3,305,307,190,292,266,150,168,230,149,138,325,175,313,209,174,131,224,143,210,250,279,246,238,197,299,319,263,188,218,142,199,252,157,268,328,209,170,260,330,231,159,134,202,168,272,240,265,266,112,132,197,254,164,142,136,177,201,138,160,153,135,203,377,199,121,155,164,76,155,82,146,134,151,131,71,132,104,57,147,330,171,240,107,99,99,111,50,87,172,58,99,220,192,128,222,204,214,186,209,179,205,204,219,227,192,187,195,174,231,89,121,210,204,214,177,222,176,112,226,180,214,193,187,211,182,183,178,238,181,200,204,133,224,187,221,195,179,143,203,235,201,203,214,228,198,98,189,182,209,216,205,177,204,174,192,172,228,184,189,185,214,175,210,192,165,191,161,187,168,226,225,193,194,197,188,193,182,224,194,95,227,222,185,203,227,194,202,200,225,143,250,226,188,185,186,129,214,190,206,199,191,196,87,191,198,196,179,186,235,199,180,179,230,203,180,206,224,201,201,201,192,251,124,201,109,207,178,200,187,198,175,175,178,208,202,200,156,185,86,203,176,203,221,190,176,143,168,190,188,201,177,204,188,184,184,200,220,183,199,215,186,207,90,151,193,216,224,209,196,199,218,232,190,195,180,131,196,197,234,181,230,183,228,214,175,214,249,210,253,190,243,208,221,151,186,195,185,194,154,189,228,227,205,197,219,205,238,173,212,204,213,182,219,190,208,165,182,228,198,187,204,226,185,56,192,194,239,186,175,170,114,61,128,90,168,184,181,217,192,189,183,178,201,177,192,192,189,183,186,196,182,187,193,174,186,167,185,210,222,214,206,176,190,180,188,193,197,172,221,184,175,171,167,188,188,215,203,173,197,114,144,203,198,227,118,165,166,114,226,176,258,234,221,179,241,185,198,209,237,200,204,178,185,135,181,220,187,155,169,194,213,205,178,209,159,215,224,179,167,194,198,125,168,201,177,200,215,186,213,176,226,140,226,253,216,107,189,80,222,102,136,195,196,199,213,259,195,89,179,189,192,218,292,167,195,223,208,178,178,169,166,166,233,182,215,208,214,195,195,117,171,195,194,216,189,197,214,196,232,225,243,210,194,246,203,183,202,194,193,195,166,202,211,246,180,210,200,145,183,193,188,188,195,199,130,205,224,174,173,199,185,198,181,192,189,142,188,177,224,174,175,104,285,166,193,207,238,178,234,171,280,191,111,125,227,93,203,175,230,171,208,60,191,211,220,193,204,216,191,196,190,184,170,199,197,168,223,201,174,185,173,84,189,223,200,283,180,167,183,234,214,261,225,207,109,130,112,175,191,185,226,202,218,167,182,161,212,207,208,186,203,129,212,228,205,189,191,210,186,218,205,239,165,195,178,212,144,258,224,211,124,185,184,200,186,177,204,123,211,250,198,211,226,208,225,245,216,209,210,178,186,169,140,82,153,200,253,129,133,197,182,186,198,187,208,212,194,190,198,197,226,168,264,175,175,217,181,181,190,200,196,178,179,251,181,266,222,174,256,184,204,182,186,220,227,176,188,236,211,113,164,274,193,206,182,181,227,74,242,184,205,220,188,217,193,192,189,240,212,204,146,180,206,184,183,179,206,179,225,189,228,205,187,240,201,165,215,180,206,194,168,221,218,177,166,212,199,285,237,117,174,202,105,199,255,348,334,206,313,288,336,182,267,237,215,282,252,304,141,331,220,268,100,124,174,117,252,225,132,312,219,211,232,325,312,290,202,290,229,329,128,288,143,185,226,228,335,179,257,119,272,308,342,239,3,3,3,3,149,37,72,145,302,283,139,137,67,84,298,50,157,65,3,94,284,204,290,97,167,79,287,201,145,267,296,141,215,193,300,311,140,226,192,3,201,169,323,164,311,186,107,179,234,185,63,119,253,285,168,55,216,107,73,218,84,81,98,142,139,153,181,148,59,122,141,88,144,147,155,60,137,58,143,138,228,178,106,229,224,76,110,92,131,87,88,103,112,96,228,168,104,165,127,97,153,87,223,133,152,137,180,160,100,144,163,102,170,80,231,95,110,161,119,201,175,146,168,128,130,125,192,110,259,359,145,323,153,212,218,150,92,418,295,193,78,227,467,121,123,44,54,59,89,124,50,130,119,85,122,91,111,99,127,45,82,176,168,319,206,333,272,236,3,267,197,224,272,195,291,313,194,157,135,249,154,197,340,236,304,191,223,185,303,273,343,326,310,261,227,194,322,195,357,274,223,316,315,241,251,140,114,146,302,175,297,242,96,307,3,84,110,3,338,296,337,306,316,265,139,199,74,258,269,261,255,293,333,260,219,316,121,226,158,195,170,320,282,202,296,261,332,305,294,320,258,237,156,251,316,288,365,220,108,311,140,253,294,318,332,162,100,122,82,180,116,202,110,131,149,117,78,144,144,204,87,128,56,164,116,95,179,147,180,85,52,45,78,68,94,81,163,117,146,133,129,101,133,215,146,185,157,141,237,53,141,166,98,142,80,108,163,222,209,99,142,137,144,204,108,139,158,166,196,268,144,76,143,142,203,145,43,211,71,163,213,215,168,141,105,217,108,144,88,160,191,159,187,138,218,80,165,90,117,129,226,195,127,163,220,107,191,202,141,167,99,118,67,121,162,121,50,150,101,77,221,158,177,213,103,93,171,154,128,111,99,128,117,210,156,200,146,101,199,109,167,59,238,83,202,104,130,191,261,193,117,207,90,202,182,147,121,111,71,186,163,206,179,124,179,201,153,170,226,181,143,140,244,142,90,247,134,136,161,203,113,164,116,61,144,193,154,158,120,119,175,71,224,190,108,177,49,207,215,143,166,72,160,234,172,200,228,165,254,170,170,246,188,156,179,152,227,182,215,235,147,154,117,104,219,230,114,195,206,123,158,262,139,113,185,170,91,173,210,76,229,171,71,163,232,135,219,211,158,82,197,99,220,135,189,159,211,150,177,168,144,208,164,112,83,229,130,204,136,169,73,183,61,235,118,228,225,169,194,94,149,118,157,82,214,192,243,244,78,130,139,126,124,209,170,100,151,188,181,160,286,148,212,120,127,176,130,83,215,175,150,220,131,108,156,188,163,215,187,180,218,197,106,238,85,157,131,155,172,164,114,162,196,67,222,111,161,156,213,138,158,156,172,135,162,166,173,203,169,106,92,68,225,170,67,196,92,194,130,206,241,214,54,157,160,153,152,168,138,159,151,161,179,145,197,176,162,227,158,214,161,125,92,114,184,156,128,114,196,72,187,138,98,109,126,197,188,186,221,91,148,170,206,155,132,164,241,208,59,172,165,225,239,190,191,110,158,115,205,187,124,157,182,184,180,169,123,96,155,142,214,128,176,146,140,137,178,281,192,145,160,161,128,198,205,160,199,190,130,97,233,273,90,152,174,146,118,204,166,102,197,184,194,135,77,221,171,246,84,189,208,216,117,194,214,242,236,152,110,172,225,123,173,241,228,207,195,176,293,167,156,205,159,137,173,221,177,235,187,110,110,87,113,213,163,231,178,212,183,80,191,188,173,87,86,110,234,131,163,176,242,129,112,184,79,229,108,160,120,132,172,99,157,182,145,186,231,102,125,159,110,151,260,135,195,112,198,165,170,188,162,234,213,180,232,203,79,185,285,191,155,188,134,162,135,201,183,200,157,170,210,80,170,167,237,228,250,187,117,235,118,105,186,189,145,195,147,233,200,163,241,90,122,168,203,232,148,172,183,158,237,174,181,115,120,142,191,221,146,172,207,135,237,234,147,109,128,242,167,187,198,125,190,171,230,123,73,202,223,146,249,165,176,161,133,84,268,221,100,169,271,171,185,153,207,120,194,91,245,101,236,222,104,129,69,173,167,99,133,81,140,307,323,234,243,296,158,243,252,196,135,235,243,296,143,116,193,225,211,265,339,339,188,161,258,239,100,329,302,209,74,262,342,234,209,296,336,208,329,228,194,244,200,308,223,125,160,167,157,192,210,129,295,242,216,249,155,141,145,322,320,170,154,126,306,250,133,94,373,161,166,126,84,125,165,133,242,107,166,129,101,151,107,132,154,71,111,107,99,99,155,192,188,131,240,154,108,126,156,166,80,111,139,167,91,108,121,125,183,149,62,101,180,142,150,96,122,142,159,158,133,101,208,312,151,76,213,223,176,83,118,58,62,139,131,164,88,226,46,128,144,112,93,124,190,229,228,221,134,271,309,161,239,149,217,212,323,336,316,186,184,308,158,184,186,239,215,297,357,287,111,227,347,293,164,287,153,207,181,98,197,321,322,163,270,219,258,294,188,80,166,219,193,165,178,320,196,203,302,85,291,234,198,127,216,250,160,325,138,221,181,230,149,265,249,255,193,233,138,257,336,327,267,320,142,330,330,101,153,229,226,259,114,90,125,107,106,160,150,196,151,66,106,134,148,89,115,47,159,241,88,110,91,85,94,107,127,93,211,184,88,171,115,96,146,112,117,214,203,95,138,129,134,153,189,250,61,174,274,214,81,156,169,228,49,214,156,196,181,162,260,79,70,251,150,67,104,171,162,95,167,179,246,142,151,272,196,108,176,188,174,132,170,158,216,275,172,161,214,215,176,187,201,210,255,211,90,127,194,177,96,114,109,150,169,141,207,174,135,125,151,103,123,180,163,144,139,121,159,96,140,122,114,137,228,184,94,136,70,210,83,165,159,179,172,167,187,175,66,107,194,93,195,220,176,196,175,109,98,102,89,95,114,257,137,81,95,125,204,243,191,149,173,148,210,167,247,188,215,81,147,69,217,240,190,144,128,146,172,121,218,145,125,78,117,86,69,159,86,173,161,229,172,80,183,136,109,208,232,220,190,180,68,151,163,91,100,95,131,122,203,156,173,88,291,149,150,216,98,143,185,95,189,62,129,163,227,100,140,142,79,140,105,186,223,122,167,71,111,126,98,231,59,103,126,78,151,126,186,193,183,288,182,109,179,247,149,169,111,80,76,206,127,203,87,235,121,139,226,167,149,138,90,130,168,147,207,161,272,131,102,81,225,124,218,85,226,213,229,243,93,232,241,212,206,162,122,157,79,83,218,165,105,170,141,101,203,267,123,175,114,236,121,162,186,45,68,93,158,169,160,205,214,180,87,156,116,244,93,160,86,95,106,137,105,111,112,201,84,93,122,184,31,181,152,103,197,106,178,151,178,198,88,251,85,56,178,183,99,246,181,126,139,135,153,202,70,66,97,197,77,208,215,120,179,101,214,133,187,170,261,158,183,224,98,260,222,115,207,268,176,140,180,126,118,153,223,198,134,141,149,219,190,152,181,110,191,67,71,97,183,169,169,243,95,249,240,208,117,77,65,84,85,106,91,181,188,213,84,71,154,239,124,89,169,107,57,147,105,154,165,182,133,87,156,91,143,109,141,91,102,77,188,124,195,143,221,148,223,142,137,198,97,142,166,170,238,108,137,163,185,72,192,125,159,117,182,76,263,103,97,137,106,79,143,179,115,208,157,85,54,138,115,79,152,243,119,87,127,209,157,175,159,84,197,72,122,166,179,205,169,216,175,96,172,167,69,127,50,75,109,130,344,125,184,222,148,117,194,124,147,83,206,194,98,215,80,93,53,104,196,315,179,211,129,134,175,179,118,153,272,138,205,242,140,250,154,201,205,170,125,273,236,300,264,323,259,171,310,330,249,155,308,281,253,199,198,125,229,314,179,166,221,328,303,183,109,267,331,319,277,155,254,205,230,193,195,203,229,313,217,260,260,329,155,213,177,117,276,340,273,233,227,146,164,352,330,198,311,132,216,79,336,235,74,175,196,91,69,53,445,150,138,231,95,111,205,170,176,169,95,156,226,96,140,162,145,61,173,150,194,33,134,139,80,179,73,158,170,112,256,126,113,139,111,132,98,98,112,87,115,150,141,72,53,38,63,191,112,172,101,188,159,115,83,93,64,75,145,104,102,192,110,155,99,224,118,82,120,158,103,191,70,81,171,50,123,158,72,95,77,103,153,169,203,160,127,100,143,150,116,120,142,107,122,129,120,78,241,143,119,111,150,73,133,218,100,398,52,67,105,46,122,231,120,65,46,84,73,157,135,150,126,219,222,112,262,214,288,216,208,289,254,171,253,207,309,126,309,126,191,178,90,228,252,191,190,245,179,238,130,145,247,152,177,210,165,333,215,336,325,298,166,295,251,283,142,230,202,154,202,148,274,327,172,258,279,306,289,335,233,317,180,263,150,184,152,107,159,328,325,314,292,331,202,172,218,117,173,217,216,186,135,157,311,163,238,218,231,280,107,212,260,96,239,115,134,91,246,221,54,172,398,143,90,269,148,209,94,215,209,111,61,184,146,84,44,71,116,109,92,107,84,86,132,149,57,85,115,253,87,212,84,184,254,195,157,167,103,223,174,118,154,136,177,123,180,61,109,166,125,147,62,140,113,179,235,230,202,163,120,93,105,232,150,145,67,143,94,175,104,177,162,141,114,142,105,172,140,75,78,218,191,235,93,246,332,226,284,113,161,100,165,301,252,235,175,125,286,259,253,212,159,212,289,219,338,86,121,169,78,133,104,81,119,290,279,138,130,207,199,94,256,140,156,152,185,137,294,169,274,115,331,215,188,202,144,332,131,382,309,203,290,225,292,191,322,333,245,219,278,135,83,268,306,219,179,229,170,190,104,175,144,228,257,24,109,130,195,190,86,63,164,150,57,125,76,43,217,103,138,131,100,154,139,99,100,185,137,103,207,138,221,172,118,85,145,60,53,99,130,96,84,60,75,88,110,79,76,61,83,71,49,94,143,195,84,75,78,32,114,128,74,120,92,21,131,245,116,59,32,111,106,86,105,49,139,119,127,244,111,218,135,124,134,156,121,98,69,131,131,135,178,171,99,134,141,147,148,84,43,142,143,192,156,63,131,174,149,69,158,151,89,150,165,224,112,101,87,135,195,59,151,162,94,170,116,189,194,130,116,158,144,74,161,94,91,87,75,78,120,160,101,111,106,112,232,353,203,91,242,133,121,340,290,134,337,191,160,296,187,275,314,305,277,118,221,205,235,145,103,187,206,277,297,121,104,93,175,293,240,103,173,232,114,262,257,278,279,189,229,111,133,232,115,57,245,101,317,163,273,289,187,120,252,319,55,263,193,323,218,371,264,3,251,333,328,149,244,259,187,166,267,147,150,248,137,124,183,91,96,308,307,101,214,133,186,114,241,81,207,243,293,282,232,103,191,196,320,316,205,260,177,298,242,151,93,289,295,216,203,206,88,175,361,357,158,249,318,60,101,151,18,112,81,125,49,93,114,151,134,117,85,132,122,110,119,177,189,199,128,117,86,139,99,112,97,111,170,55,119,46,123,206,102,114,100,232,169,181,109,35,175,113,134,190,178,119,212,170,89,170,84,155,57,108,154,75,164,63,220,116,140,148,171,184,140,119,180,100,146,115,74,104,134,178,181,142,84,189,44,118,152,125,135,114,86,153,132,135,121,107,192,132,68,94,96,162,146,61,110,118,152,175,166,179,126,147,141,214,130,88,71,144,106,172,110,155,157,137,286,169,100,154,69,93,212,227,131,3,293,330,311,238,168,187,154,151,215,285,168,319,192,325,294,94,190,196,188,255,99,146,292,211,138,172,275,238,316,109,186,180,302,142,189,210,230,119,178,116,267,174,213,210,221,92,88,116,141,297,180,3,120,82,81,132,342,3,127,126,3,113,78,188,122,150,99,74,105,84,162,113,125,142,104,220,168,156,150,163,171,152,150,108,3,81,3,3,3,65,3,3,129,34,90,3,3,55,3,110,84,88,68,129,144,149,113,3,105,68,109,64,159,220,92,126,131,69,82,133,137,118,81,98,103,152,97,109,111,116,164,101,96,215,156,175,89,162,126,43,88,79,181,73,175,98,110,59,295,304,97,120,94,127,126,153,60,85,70,97,109,121,161,146,163,221,144,215,114,233,264,78,218,138,132,52,224,74,181,64,182,228,68,34,102,121,113,136,245,88,138,145,169,143,41,192,120,127,139,74,123,173,70,131,113,215,216,183,171,124,223,56,243,88,86,103,95,81,33,69,105,87,95,113,83,117,165,114,122,117,173,90,138,115,66,132,152,426,109,128,144,167,141,178,152,186,316,120,73,143,102,81,146,142,118,111,257,158,140,148,83,158,85,171,77,145,160,223,165,210,223,31,190,105,140,138,105,278,100,69,156,164,36,100,103,60,209,132,94,88,72,248,134,72,79,121,267,22,254,243,439,456,374,141,106,87,214,188,105,3,74,93,137,86,140,132,141,140,64,130,141,157,80,213,167,45,3,3,3,65,99,3,34,134,3,254,131,134,122,374,125,3,3,3,95,372,125,94,3,80,117,185,152,3,330,155,359,150,199,3,3,3,3,201,243,257,189,79,301,64,302,336,79,250,100,57,3,398,112,268,130,105,156,175,301,115,208,341,91,198,190,110,48,101,241,109,110,170,219,110,73,206,95,3,165,150,55,176,107,211,82,120,74,125,132,207,116,121,167,94,119,111,117,143,121,108,91,66,3,143,92,92,115,143,151,112,120,7,223,187,223,242,123,60,279,88,67,56,100,84,76,110,142,91,150,178,131,62,201,135,114,155,97,107,132,3,3,3,3,3,3,83,3,115,82,3,107,135,175,179,3,3,45,147,3,169,3,116,163,101,3,3,86,237,3,341,3,243,369,77,49,76,163,221,383,148,120,3,3,3,101,325,304,330,69,463,50,41,73,233,103,145,184,36,33,130,69,78,143,165,9,52,120,104,72,200,161,5,9,43,62,5,127,31,184,44,78,126,18,25,151,85,127,5,132,15,50,208,14,6,258,72,158,245,216,147,170,421,238,302,124,118,218,319,189,314,185,419,204,179,232,279,283,269,196,170,91,285,273,456,79,249,189,205,247,257,296]
index/ivf.pid.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95892641deaca90c70a9e2da29440a21259bc6ccc9f20804cd5ecbd2439b25f0
3
- size 23256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae73783e14aec903b9ba883b458e16dc152dbbb12d4a68247a69910c28bfc6d
3
+ size 23087591
index/metadata.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2faf83831c0b6fbc584bfa60316628d8fd62143866d79476913ad5f352533085
3
- size 51690
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e0e16848c474ae0ea7a3f235dbe98aff3f0086acd5bb0b7bd5caf8c44d9d34
3
+ size 4073
index/plan.json CHANGED
@@ -36,71 +36,27 @@
36
  "checkpoint": "colbert-ir\/colbertv2.0",
37
  "triples": null,
38
  "collection": [
39
- "This paper studies the correction of challenging authentic Finnish learner texts at beginner level (CEFR A1). Three state-of-the-art large language models are compared, and it is shown that GPT-4 outperforms GPT-3.5, which in turn outperforms Claude v1 on this task. Additionally, ensemble models based on classifiers combining outputs of multiple single models are evaluated. The highest accuracy for an ensemble model is 84.3{\\%}, whereas the best single model, which is a GPT-4 model, produces sentences that are fully correct 83.3{\\%} of the time. In general, the different models perform on a continuum, where grammatical correctness, fluency and coherence go hand in hand.",
40
- "In recent years, large pre-trained language models (PLMs) have achieved remarkable performance on many natural language processing benchmarks. Despite their success, prior studies have shown that PLMs are vulnerable to attacks from adversarial examples. In this work, we focus on the named entity recognition task and study context-aware adversarial attack methods to examine the model{'}s robustness. Specifically, we propose perturbing the most informative words for recognizing entities to create adversarial examples and investigate different candidate replacement methods to generate natural and plausible adversarial examples. Experiments and analyses show that our methods are more effective in deceiving the model into making wrong predictions than strong baselines.",
41
- "This paper investigates effects of noisy source texts (containing spelling and grammar errors, informal words or expressions, etc.) on human and machine translations, namely whether the noisy phenomena are kept in the translations, corrected, or caused errors. The analysed data consists of English user reviews of Amazon products translated into Croatian, Russian and Finnish by professional translators, translation students, machine translation (MT) systems, and ChatGPT language model. The results show that overall, ChatGPT and professional translators mostly correct\/standardise those parts, while students are often keeping them. Furthermore, MT systems are most prone to errors while ChatGPT is more robust, but notably less robust than human translators. Finally, some of the phenomena are particularly challenging both for MT systems and for ChatGPT, especially spelling errors and informal constructions.",
42
- "The Stanceosaurus corpus (Zheng et al., 2022) was designed to provide high-quality, annotated, 5-way stance data extracted from Twitter, suitable for analyzing cross-cultural and cross-lingual misinformation. In the Stanceosaurus 2.0 iteration, we extend this framework to encompass Russian and Spanish. The former is of current significance due to prevalent misinformation amid escalating tensions with the West and the violent incursion into Ukraine. The latter, meanwhile, represents an enormous community that has been largely overlooked on major social media platforms. By incorporating an additional 3,874 Spanish and Russian tweets over 41 misinformation claims, our objective is to support research focused on these issues. To demonstrate the value of this data, we employed zero-shot cross-lingual transfer on multilingual BERT, yielding results on par with the initial Stanceosaurus study with a macro F1 score of 43 for both languages. This underlines the viability of stance classification as an effective tool for identifying multicultural misinformation.",
43
- "While Bangla is considered a language with limited resources, sentiment analysis has been a subject of extensive research in the literature. Nevertheless, there is a scarcity of exploration into sentiment analysis specifically in the realm of noisy Bangla texts. In this paper, we introduce a dataset (NC-SentNoB) that we annotated manually to identify ten different types of noise found in a pre-existing sentiment analysis dataset comprising of around 15K noisy Bangla texts. At first, given an input noisy text, we identify the noise type, addressing this as a multi-label classification task. Then, we introduce baseline noise reduction methods to alleviate noise prior to conducting sentiment analysis. Finally, we assess the performance of fine-tuned sentiment analysis models with both noisy and noise-reduced texts to make comparisons. The experimental findings indicate that the noise reduction methods utilized are not satisfactory, highlighting the need for more suitable noise reduction methods in future research endeavors. We have made the implementation and dataset presented in this paper publicly available at https:\/\/github.com\/ktoufiquee\/A-Comparative-Analysis-of-Noise-Reduction-Methods-in-Sentiment-Analysis-on-Noisy-Bangla-Texts",
44
- "Text classification is an important problem with a wide range of applications in NLP. However, naturally occurring data is imbalanced which can induce biases when training classification models. In this work, we introduce a novel contrastive learning (CL) approach to help with imbalanced text classification task. CL has an inherent structure which pushes similar data closer in embedding space and vice versa using data samples anchors. However, in traditional CL methods text embeddings are used as anchors, which are scattered over the embedding space. We propose a CL approach which learns key anchors in the form of label embeddings and uses them as anchors. This allows our approach to bring the embeddings closer to their labels in the embedding space and divide the embedding space between labels in a fairer manner. We also introduce a novel method to improve the interpretability of our approach in a multi-class classification scenario. This approach learns the inter-class relationships during training which provide insight into the model decisions. Since our approach is focused on dividing the embedding space between different labels we also experiment with hyperbolic embeddings since they have been proven successful in embedding hierarchical information. Our proposed method outperforms several state-of-the-art baselines by an average 11{\\%} F1. Our interpretable approach highlights key data relationships and our experiments with hyperbolic embeddings give us important insights for future investigations. We will release the implementation of our approach with the publication.",
45
- "Maintenance short texts are invaluable unstructured data sources, serving as a diagnostic and prognostic window into the operational health and status of physical assets. These user-generated texts, created during routine or ad-hoc maintenance activities, offer insights into equipment performance, potential failure points, and maintenance needs. However, the use of information captured in these texts is hindered by inherent challenges: the prevalence of engineering jargon, domain-specific vernacular, random spelling errors without identifiable patterns, and the absence of standard grammatical structures. To transform these texts into accessible and analysable data, we introduce the MaintNorm dataset, the first resource specifically tailored for the lexical normalisation task of maintenance short texts. Comprising 12,000 examples, this dataset enables the efficient processing and interpretation of these texts. We demonstrate the utility of MaintNorm by training a lexical normalisation model as a sequence-to-sequence learning task with two learning objectives, namely, enhancing the quality of the texts and masking segments to obscure sensitive information to anonymise data. Our benchmark model demonstrates a universal error reduction rate of 95.8{\\%}. The dataset and benchmark outcomes are available to the public.",
46
- "The extraction of valuable information from the vast amount of digital data available today has become increasingly important, making Named Entity Recognition models an essential component of information extraction tasks. This emphasizes the importance of understanding the factors that can compromise the performance of these models. Many studies have examined the impact of data annotation errors on NER models, leaving the broader implication of overall data quality on these models unexplored. In this work, we evaluate the robustness of three prominent NER models on datasets with varying amounts of textual noise types. The results show that as the noise in the dataset increases, model performance declines, with a minor impact for some noise types and a significant drop in performance for others. The findings of this research can be used as a foundation for building robust NER systems by enhancing dataset quality beforehand.",
47
- "Emotion corpora are typically sampled based on keyword\/hashtag search or by asking study participants to generate textual instances. In any case, these corpora are not uniform samples representing the entirety of a domain. We hypothesize that this practice of data acquision leads to unrealistic correlations between overrepresented topics in these corpora that harm the generalizability of models. Such topic bias could lead to wrong predictions for instances like {``}I organized the service for my aunt{'}s funeral.{''} when funeral events are overpresented for instances labeled with sadness, despite the emotion of pride being more appropriate here. In this paper, we study this topic bias both from the data and the modeling perspective. We first label a set of emotion corpora automatically via topic modeling and show that emotions in fact correlate with specific topics. Further, we see that emotion classifiers are confounded by such topics. Finally, we show that the established debiasing method of adversarial correction via gradient reversal mitigates the issue. Our work points out issues with existing emotion corpora and that more representative resources are required for fair evaluation of models predicting affective concepts from text.",
48
- "Data for the Rating Prediction (RP) sentiment analysis task such as star reviews are readily available. However, data for aspect-category sentiment analysis (ACSA) is often desired because of the fine-grained nature but are expensive to collect. In this work we present a method for learning ACSA using only RP labels. We propose Unified Sentiment Analysis (Uni-SA) to efficiently understand aspect and review sentiment in a unified manner. We propose a Distantly Supervised Pyramid Network (DSPN) to efficiently perform Aspect-Category Detection (ACD), ACSA, and OSA using only RP labels for training. We evaluate DSPN on multi-aspect review datasets in English and Chinese and find that with only star rating labels for supervision, DSPN performs comparably well to a variety of benchmark models. We also demonstrate the interpretability of DSPN{'}s outputs on reviews to show the pyramid structure inherent in document level end-to-end sentiment analysis.",
49
- "Clarification requests are a mechanism to help solve communication problems, e.g. due to ambiguity or underspecification, in instruction-following interactions. Despite their importance, even skilful models struggle with producing or interpreting such repair acts. In this work, we test three hypotheses concerning the effects of action taking as an auxiliary task in modelling iCR policies. Contrary to initial expectations, we conclude that its contribution to learning an iCR policy is limited, but some information can still be extracted from prediction uncertainty. We present further evidence that even well-motivated, Transformer-based models fail to learn good policies for when to ask Instruction CRs (iCRs), while the task of determining what to ask about can be more successfully modelled. Considering the implications of these findings, we further discuss the shortcomings of the data-driven paradigm for learning meta-communication acts.",
50
- "In this work, we analyze the uncertainty that is inherently present in the labels used for supervised machine learning in natural language inference (NLI). In cases where multiple annotations per instance are available, neither the majority vote nor the frequency of individual class votes is a trustworthy representation of the labeling uncertainty. We propose modeling the votes via a Bayesian mixture model to recover the data-generating process, i.e., the {``}true{''} latent classes, and thus gain insight into the class variations. This will enable a better understanding of the confusion happening during the annotation process. We also assess the stability of the proposed estimation procedure by systematically varying the numbers of i) instances and ii) labels. Thereby, we observe that few instances with many labels can predict the latent class borders reasonably well, while the estimation fails for many instances with only a few labels. This leads us to conclude that multiple labels are a crucial building block for properly analyzing label uncertainty.",
51
- "Punctuation restoration is a crucial step after Automatic Speech Recognition (ASR) systems to enhance transcript readability and facilitate subsequent NLP tasks. Nevertheless, conventional lexical-based approaches are inadequate for solving the punctuation restoration task in Spanish, where ambiguity can be often found between unpunctuated declaratives and questions. In this study, we propose a novel hybrid acoustic-lexical punctuation restoration system for Spanish transcription, which consolidates acoustic and lexical signals through a modular process. Our experiment results show that the proposed system can effectively improve F1 score of question marks and overall punctuation restoration on both public and internal Spanish conversational datasets. Additionally, benchmark comparison against LLMs (Large Language Model) indicates the superiority of our approach in accuracy, reliability and latency. Furthermore, we demonstrate that the Word Error Rate (WER) of the ASR module also benefits from our proposed system.",
52
- "The similarity of representations is crucial for WSD. However, a lot of information is encoded in the contextualized representations, and it is not clear which sentence context features drive this similarity and whether these features are significant to WSD. In this study, we address these questions. First, we identify the sentence context features that are responsible for the similarity of the contextualized representations of different occurrences of words. For this purpose, we conduct an explainability experiment and identify the sentence context features that lead to the formation of the clusters in word sense clustering with CWEs. Then, we provide a qualitative evaluation for assessing the significance of these features to WSD. Our results show that features that lack significance to WSD determine the similarity of the representations even when different senses of a word occur in highly diverse contexts and sentence context provides clear clues for different senses.",
53
- "Literary language presents an ongoing challenge for Sentiment Analysis due to its complex, nuanced, and layered form of expression. It is often suggested that effective literary writing is evocative, operating beneath the surface and understating emotional expression. To explore features of implicitness in literary expression, this study takes Ernest Hemingway{'}s The Old Man and the Sea as a case for examining implicit sentiment expression. We examine sentences where automatic sentiment annotations show substantial divergences from human sentiment annotations, and probe these sentences for distinctive traits. We find that sentences where humans perceived a strong sentiment while models did not are significantly lower in arousal and higher in concreteness than sentences where humans and models were more aligned, suggesting the importance of simplicity and concreteness for implicit sentiment expression in literary prose.",
54
- "This paper investigates the language of propaganda and its stylistic features. It presents the PPN dataset, standing for Propagandist Pseudo-News, a multisource, multilingual, multimodal dataset composed of news articles extracted from websites identified as propaganda sources by expert agencies. A limited sample from this set was randomly mixed with papers from the regular French press, and their URL masked, to conduct an annotation-experiment by humans, using 11 distinct labels. The results show that human annotators were able to reliably discriminate between the two types of press across each of the labels. We use different NLP techniques to identify the cues used by annotators, and to compare them with machine classification: first the analyzer VAGO to detect discourse vagueness and subjectivity, and then four different classifiers, two based on RoBERTa, one CATS using syntax, and one XGBoost combining syntactic and semantic features.",
55
- "Named Entity Recognition (NER) is a key information extraction task with a long-standing tradition. While recent studies address and aim to correct annotation errors via re-labeling efforts, little is known about the sources of label variation, such as text ambiguity, annotation error, or guideline divergence. This is especially the case for high-quality datasets and beyond English CoNLL03. This paper studies disagreements in expert-annotated named entity datasets for three varieties: English, Danish, and DialectX. We show that text ambiguity and artificial guideline changes are dominant factors for diverse annotations among high-quality revisions. We survey student annotations on a subset of difficult entities and substantiate the feasibility and necessity of manifold annotations for understanding named entity ambiguities from a distributional perspective.",
56
- "People successfully communicate in everyday situations using vague language. In particular, colour terms have no clear boundaries as to the ranges of colours they describe. We model people{'}s reasoning process in a dyadic reference game using the Rational Speech Acts (RSA) framework and probabilistic semantics, and we find that the implementation of probabilistic semantics requires a modification from pure theory to perform well on real-world data. In addition, we explore approaches to handling target disagreements in reference games, an issue that is rarely discussed in the RSA literature.",
57
- "Large language models are increasingly deployed for high-stakes decision making, for example in financial and medical applications. In such applications, it is imperative that we be able to estimate our confidence in the answers output by a language model in order to assess risks. Although we can easily compute the probability assigned by a language model to the sequence of tokens that make up an answer, we cannot easily compute the probability of the answer itself, which could be phrased in numerous ways.While other works have engineered ways of assigning such probabilities to LLM outputs, a key problem remains: existing language models are poorly calibrated, often confident when they are wrong or unsure when they are correct. In this work, we devise a protocol called *calibration tuning* for finetuning LLMs to output calibrated probabilities. Calibration-tuned models demonstrate superior calibration performance compared to existing language models on a variety of question-answering tasks, including open-ended generation, without affecting accuracy. We further show that this ability transfers to new domains outside of the calibration-tuning train set.",
58
- "Large language models (LLMs) have the remarkable ability to solve new tasks with just a few examples, but they need access to the right tools. Retrieval Augmented Generation (RAG) addresses this problem by retrieving a list of relevant tools for a given task. However, RAG{'}s tool retrieval step requires all the required information to be explicitly present in the query. This is a limitation, as semantic search, the widely adopted tool retrieval method, can fail when the query is incomplete or lacks context. To address this limitation, we propose Context Tuning for RAG, which employs a smart context retrieval system to fetch relevant information that improves both tool retrieval and plan generation. Our lightweight context retrieval model uses numerical, categorical, and habitual usage signals to retrieve and rank context items. Our empirical results demonstrate that context tuning significantly enhances semantic search, achieving a 3.5-fold and 1.5-fold improvement in Recall@K for context retrieval and tool retrieval tasks respectively, and resulting in an 11.6{\\%} increase in LLM-based planner accuracy. Additionally, we show that our proposed lightweight model using Reciprocal Rank Fusion (RRF) with LambdaMART outperforms GPT-4 based retrieval. Moreover, we observe context augmentation at plan generation, even after tool retrieval, reduces hallucination.",
59
- "This work explores the effectiveness of employing Clinical BERT for Relation Extraction (RE) tasks in medical texts within an Active Learning (AL) framework. Our main objective is to optimize RE in medical texts through AL while examining the trade-offs between performance and computation time, comparing it with alternative methods like Random Forest and BiLSTM networks. Comparisons extend to feature engineering requirements, performance metrics, and considerations of annotation costs, including AL step times and annotation rates. The utilization of AL strategies aligns with our broader goal of enhancing the efficiency of relation classification models, particularly when dealing with the challenges of annotating complex medical texts in a Human-in-the-Loop (HITL) setting. The results indicate that uncertainty-based sampling achieves comparable performance with significantly fewer annotated samples across three categories of supervised learning methods, thereby reducing annotation costs for clinical and biomedical corpora. While Clinical BERT exhibits clear performance advantages across two different corpora, the trade-off involves longer computation times in interactive annotation processes. In real-world applications, where practical feasibility and timely results are crucial, optimizing this trade-off becomes imperative.",
60
- "Large Language Models (LLMs) have taken the research field of Natural Language Processing by storm. Researchers are not only investigating their capabilities and possible applications, but also their weaknesses and how they may be exploited.This has resulted in various attacks and {``}jailbreaking{''} approaches that have gained large interest within the community.The vulnerability of LLMs to certain types of input may pose major risks regarding the real-world usage of LLMs in productive operations.We therefore investigate the relationship between a LLM{'}s uncertainty and its vulnerability to jailbreaking attacks.To this end, we focus on a probabilistic point of view of uncertainty and employ a state-of-the art open-source LLM.We investigate an attack that is based on linguistic obfuscation.Our results indicate that the model is subject to a higher level of uncertainty when confronted with manipulated prompts that aim to evade security mechanisms.This study lays the foundation for future research into the link between model uncertainty and its vulnerability to jailbreaks.",
61
- "Automatically generated summaries can be evaluated along different dimensions, one being how faithfully the uncertainty from the source text is conveyed in the summary. We present a study on uncertainty alignment in automatic summarization, starting from a two-tier lexical and semantic categorization of linguistic expression of uncertainty, which we used to annotate source texts and automatically generate summaries. We collected a diverse dataset including news articles and personal blogs and generated summaries using GPT-4. Source texts and summaries were annotated based on our two-tier taxonomy using a markup language. The automatic annotation was refined and validated by subsequent iterations based on expert input. We propose a method to evaluate the fidelity of uncertainty transfer in text summarization. The method capitalizes on a small amount of expert annotations and on the capabilities of Large language models (LLMs) to evaluate how the uncertainty of the source text aligns with the uncertainty expressions in the summary.",
62
- "Sequence labeling is a core task in text understanding for IE\/IR systems. Text generation models have increasingly become the go-to solution for such tasks (e.g., entity extraction and dialog slot filling). While most research has focused on the labeling accuracy, a key aspect {--} of vital practical importance {--} has slipped through the cracks: understanding model confidence. More specifically, we lack a principled understanding of how to reliably gauge the confidence of a model in its predictions for each labeled span. This paper aims to provide some empirical insights on estimating model confidence for generative sequence labeling. Most notably, we find that simply using the decoder{'}s output probabilities \\textbf{is not} the best in realizing well-calibrated confidence estimates. As verified over six public datasets of different tasks, we show that our proposed approach {--} which leverages statistics from top-$k$ predictions by a beam search {--} significantly reduces calibration errors of the predictions of a generative sequence labeling model.",
63
- "Learning from human feedback can improve models for text generation or passage ranking, aligning them better to a user{'}s needs. Data is often collected by asking users to compare alternative outputs to a given input, which may require a large number of comparisons to learn a ranking function. The amount of comparisons needed can be reduced using Bayesian Optimisation (BO) to query the user about only the most promising candidate outputs. Previous applications of BO to text ranking relied on shallow surrogate models to learn ranking functions over candidate outputs,and were therefore unable to fine-tune rankers based on deep, pretrained language models. This paper leverages Bayesian deep learning (BDL) to adapt pretrained language models to highly specialised text ranking tasks, using BO to tune the model with a small number of pairwise preferences between candidate outputs. We apply our approach to community question answering (cQA) and extractive multi-document summarisation (MDS) with simulated noisy users, finding that our BDL approach significantly outperforms both a shallow Gaussian process model and traditional active learning with a standard deep neural network, while remaining robust to noise in the user feedback.",
64
- "The data-centric revolution in AI has revealed the importance of high-quality training data for developing successful AI models. However, annotations are sensitive to annotator characteristics, training materials, and to the design and wording of the data collection instrument. This paper explores the impact of observation order on annotations. We find that annotators{'} judgments change based on the order in which they see observations. We use ideas from social psychology to motivate hypotheses about why this order effect occurs. We believe that insights from social science can help AI researchers improve data and model quality.",
65
- "The highest probability sequences of most neural language generation models tend to be degenerate in some way, a problem known as the inadequacy of the mode. While many approaches to tackling particular aspects of the problem exist, such as dealing with too short sequences or excessive repetitions, explanations of why it occurs in the first place are rarer and do not agree with each other. We believe none of the existing explanations paint a complete picture. In this position paper, we want to bring light to the incredible complexity of the modelling task and the problems that generalising to previously unseen contexts bring. We argue that our desire for models to generalise to contexts it has never observed before is exactly what leads to spread of probability mass and inadequate modes. While we do not claim that adequate modes are impossible, we argue that they are not to be expected either.",
66
- "Misinformation poses a variety of risks, such as undermining public trust and distorting factual discourse. Large Language Models (LLMs) like GPT-4 have been shown effective in mitigating misinformation, particularly in handling statements where enough context is provided. However, they struggle to assess ambiguous or context-deficient statements accurately. This work introduces a new method to resolve uncertainty in such statements. We propose a framework to categorize missing information and publish category labels for the LIAR-New dataset, which is adaptable to cross-domain content with missing information. We then leverage this framework to generate effective user queries for missing context. Compared to baselines, our method improves the rate at which generated questions are answerable by the user by 38 percentage points and classification performance by over 10 percentage points macro F1. Thus, this approach may provide a valuable component for future misinformation mitigation pipelines.",
67
- "Researchers have raised awareness about the harms of aggregating labels especially in subjective tasks that naturally contain disagreements among human annotators. In this work we show that models that are only provided aggregated labels show low confidence on high-disagreement data instances. While previous studies consider such instances as mislabeled, we argue that the reason the high-disagreement text instances have been hard-to-learn is that the conventional aggregated models underperform in extracting useful signals from subjective tasks. Inspired by recent studies demonstrating the effectiveness of learning from raw annotations, we investigate classifying using Multiple Ground Truth (Multi-GT) approaches. Our experiments show an improvement of confidence for the high-disagreement instances.",
68
- "Large Language Models have emerged as prime candidates to tackle misinformation mitigation. However, existing approaches struggle with hallucinations and overconfident predictions. We propose an uncertainty quantification framework that leverages both direct confidence elicitation and sampled-based consistency methods to provide better calibration for NLP misinformation mitigation solutions. We first investigate the calibration of sample-based consistency methods that exploit distinct features of consistency across sample sizes and stochastic levels. Next, we evaluate the performance and distributional shift of a robust numeric verbalization prompt across single vs. two-step confidence elicitation procedure. We also compare the performance of the same prompt with different versions of GPT and different numerical scales. Finally, we combine the sample-based consistency and verbalized methods to propose a hybrid framework that yields a better uncertainty estimation for GPT models. Overall, our work proposes novel uncertainty quantification methods that will improve the reliability of Large Language Models in misinformation mitigation applications.",
69
- "This paper addresses the unique challenges associated with uncertainty quantification in AI models when applied to patient-facing contexts within healthcare. Unlike traditional eXplainable Artificial Intelligence (XAI) methods tailored for model developers or domain experts, additional considerations of communicating in natural language, its presentation and evaluating understandability are necessary. We identify the challenges in communication model performance, confidence, reasoning and unknown knowns using natural language in the context of risk prediction. We propose a design aimed at addressing these challenges, focusing on the specific application of in-vitro fertilisation outcome prediction.",
70
- "In healthcare, agency refers to the ability of patients to actively participate in and control their health through collaborating with providers, informed decision-making and understanding health information. Conversational agents (CAs) are increasingly used for realizing digital health interventions, but it is still unclear how they are enhancing patient agency. This paper explores which technological components are required to enable CAs impacting on patient agency, and identifies metrics for measuring and evaluating this impact. We do this by drawing on existing work related to developing and evaluating healthcare CAs and through analysis of a concrete example of a CA. As a result, we identify five main areas where CAs enhance patient agency, namely by: improved access to health information, personalized advice, increased engagement, emotional support and reduced barriers to care. For each of these areas, specific technological functions have to be integrated into CAs such as sentiment and emotion analysis methods that allow a CA to support emotionally.",
71
- "This position paper will analyze LLMs, the core technology of CAs, from a socio-technical and linguistic perspective in order to argue for a limitation of its use in academia, which should be reflected in a more cautious adoption of CAs in private spaces. The article describes how machine learning technologies like LLMs are inserted into a more general process of platformization (van Dijck, 2021), negatively affecting autonomy of research (Kersessens and van Dijck, 2022). Moreover, fine-tuning practices, as means to polish language models (Kasirzadeh and Gabriel, 2023) are questioned, explaining how these foster a deterministic approach to language. A leading role of universities in this general gain of awareness is strongly advocated, as institutions that support transparent and open science, in order to foster and protect democratic values in our societies.",
72
- "This paper presents the initial steps taken to integrate language variations into conversational AI agents to enhance user engagement. The study is built upon sociolinguistic and pragmatic traditions and involves the creation of an annotation taxonomy. The taxonomy includes eleven classes, ranging from concrete to abstract, and the covered aspects are the instance itself, time, sentiment, register, state, region, type, grammar, part of speech, meaning, and language. The paper discusses the challenges of incorporating vernacular language into AI agents, the procedures for data collection, and the taxonomy organization. It also outlines the next steps, including the database expansion and the computational implementation. The authors believe that integrating language variation into conversational AI will build near-real language inventories and boost user engagement. The paper concludes by discussing the limitations and the importance of building rapport with users through their own vernacular.",
73
- "Understanding the socio-cultural context is crucial in machine translation (MT). Although conversational AI systems and chatbots, in particular, are not designed for translation, they can be used for MT purposes. Yet, chatbots often struggle to identify any socio-cultural context during user interactions. In this paper, we highlight this challenge with real-world examples from popular chatbots. We advocate for the use of knowledge graphs as an external source of information that can potentially encapsulate socio-cultural contexts, aiding chatbots in enhancing translation. We further present a method to exploit external knowledge and extract contextual information that can significantly improve text translation, as evidenced by our interactions with these chatbots.",
74
- "This paper investigates the appropriate responses that Conversational Agent systems (CAs) should employ when subjected to sexual harassment by users. Previous studies indicate that conventional CAs often respond neutrally or evade such requests. Enhancing the responsiveness of CAs to offensive speech is crucial, as users might carry over these interactions into their social interactions. To address this issue, we selected evaluators to compare a series of responses to sexual harassment from four commercial CAs (Amazon Alexa, Apple Siri, Google Home, and Microsoft Cortana) with alternative responses we realized based on insights from psychological and sociological studies. Focusing on CAs with a female voice, given their increased likelihood of encountering offensive language, we conducted two experiments involving 22 evaluators (11 females and 11 males). In the initial experiment, participants assessed the responses in a textual format, while the second experiment involved the evaluation of responses generated with a synthetic voice exhibiting three different intonations (angry, neutral, and assertive). Results from the first experiment revealed a general preference for the responses we formulated. For the most voted replies, female evaluators exhibited a tendency towards responses with an assertive intent, emphasizing the sexually harassing nature of the request. Conversely, male evaluators leaned towards a more neutral response, aligning with prior findings that highlight gender-based differences in the perception of sexual harassment. The second experiment underscored a preference for assertive responses. The study{'}s outcomes highlight the need to develop new, educational responses from CAs to instances of sexual harassment, aiming to discourage harmful behavior.",
75
- "Non-referential functions of language such as setting group boundaries, identity construction and regulation of social proximity have rarely found place in the language technology creation process. Nevertheless, their importance has been postulated in literature. While multiple methods to include social information in large language models (LLM) cover group properties (gender, age, geographic relations, professional characteristics), a combination of group social characteristics and individual features of an agent (natural or artificial) play a role in social interaction but have not been studied in generated language. This article explores the orchestration of prompt engineering and retrieval-augmented generation techniques to linguistic features of social proximity and distance in language generated by an LLM. The study uses the immediacy\/distance model from literature to analyse language generated by an LLM for different recipients. This research reveals that kinship terms are almost the only way of displaying immediacy in LLM-made conversations.",
76
- "Conversation systems accommodate diverse users with unique personalities and distinct writing styles. Within the domain of multi-turn dialogue modeling, this work studies the impact of varied utterance lengths on the quality of subsequent responses generated by conversation models. Using GPT-3 as the base model, multiple dialogue datasets, and several metrics, we conduct a thorough exploration of this aspect of conversational models. Our analysis sheds light on the complex relationship between utterance lengths and the quality of follow-up responses generated by dialogue systems. Empirical findings suggests that, for certain types of conversations, utterance lengths can be reduced by up to 72{\\%} without any noticeable difference in the quality of follow-up responses.",
77
- "Human processing of nonlocal syntactic dependencies requires engagement of limited working memory for encoding, maintenance, and retrieval. This process creates an evolutionary pressure for language to be structured in a way that keeps the subparts of a dependency closer to each other, an efficiency principle termed dependency locality. The current study proposes that such a dependency locality pressure can be modulated by the surprisal of the antecedent, defined as the first part of a dependency, due to strategic allocation of working memory. In particular, antecedents with novel and unpredictable information are prioritized for memory encoding, receiving more robust representation against memory interference and decay, and thus are more capable of handling longer dependency length. We examine this claim by examining dependency corpora of six languages (Danish, English, Italian, Mandarin, Russian, and Spanish), with word surprisal generated from GPT-3 language model. In support of our hypothesis, we find evidence for a positive correlation between dependency length and the antecedent surprisal in most of the languages in our analyses.",
78
- "Over 7,000 of the world{'}s 7,168 living languages are still low-resourced. This paper aims to narrow the language documentation gap by creating multiparallel dictionaries, clustered by SIL{'}s semantic domains. This task is new for machine learning and has previously been done manually by native speakers. We propose GUIDE, a language-agnostic tool that uses a GNN to create and populate semantic domain dictionaries, using seed dictionaries and Bible translations as a parallel text corpus. Our work sets a new benchmark, achieving an exemplary average precision of 60{\\%} in eight zero-shot evaluation languages and predicting an average of 2,400 dictionary entries. We share the code, model, multilingual evaluation data, and new dictionaries with the research community: https:\/\/github.com\/janetzki\/GUIDE",
79
- "Traditional dialectology or dialect geography is the study of geographical variation of language. Originated in Europe and pioneered in Germany and France, this field has predominantly been focusing on sounds, more specifically, on segments. Similarly, quantitative approaches to language variation concerned with the phonetic level are in most cases focusing on segments as well. However, more than half of the world{'}s languages include lexical tones (Yip, 2002). Despite this, tones are still underexplored in quantitative language comparison, partly due to the low accessibility of the suitable data. This paper aims to introduce a newly digitised dataset which comes from the Yue- and Pinghua-speaking areas in Southern China, with over 100 dialects. This dataset consists of two parts: tones and segments. In this paper, we illustrate how we can computationaly model tones in order to explore linguistic variation. We have applied a tone distance metric on our data, and we have found that 1) dialects also form a continuum on the tonal level and 2) other than tonemic (inventory) and tonetic differences, dialects can also differ in the lexical distribution of tones. The availability of this dataset will hopefully enable further exploration of the role of tones in quantitative typology and NLP research.",
80
- "Closely related languages show linguistic similarities that allow speakers of one language to understand speakers of another language without having actively learned it. Mutual intelligibility varies in degree and is typically tested in psycholinguistic experiments. To study mutual intelligibility computationally, we propose a computer-assisted method using the Linear Discriminative Learner, a computational model developed to approximate the cognitive processes by which humans learn languages, which we expand with multilingual semantic vectors and multilingual sound classes. We test the model on cognate data from German, Dutch, and English, three closely related Germanic languages. We find that our model{'}s comprehension accuracy depends on 1) the automatic trimming of inflections and 2) the language pair for which comprehension is tested. Our multilingual modelling approach does not only offer new methodological findings for automatic testing of mutual intelligibility across languages but also extends the use of Linear Discriminative Learning to multilingual settings.",
81
- "Please find the attached PDF file for the extended abstract of our study.",
82
- "State-of-the-art (SotA) Natural Language Processing (NLP) technology faces significant challenges with constructions that contain ellipses. Although theoretically well-documented and understood, there needs to be more sufficient cross-linguistic language resources to document, study, and ultimately engineer NLP solutions that can adequately provide analyses for ellipsis constructions. This article describes the typological data set on ellipsis that we created for currently seventeen languages. We demonstrate how SotA parsers based on a variety of syntactic frameworks fail to parse sentences with ellipsis, and in fact, probabilistic, neural, and Large Language Models (LLM) do so, too. We demonstrate experiments that focus on detecting sentences with ellipsis, predicting the position of elided elements, and predicting elided surface forms in the appropriate positions. We show that cross-linguistic variation of ellipsis-related phenomena has different consequences for the architecture of NLP systems.",
83
- "LAJaR (Language Atlas of Japanese and Ryukyuan) is a linguistic typology database focusing on micro-variation of the Japonic (Japanese and Ryukyuan) languages. This paper aims to report the design and progress of this ongoing database project. Finally, we also show a case study utilizing its database on zero copulas among the Japonic languages.",
84
- "This paper lays the groundwork for initiating research into Source Language Identification; the task of identifying the original language of a machine-translated text. We contribute a dataset of translations from a typologically diverse spectrum of languages into English and use it to set initial baselines for this novel task.",
85
- "Emotion classification is a challenging task in NLP due to the inherent idiosyncratic and subjective nature of linguistic expression,especially with code-mixed data. Pre-trained language models (PLMs) have achieved high performance for many tasks and languages, but it remains to be seen whether these models learn and are robust to the differences in emotional expression across languages. Sociolinguistic studies have shown that Hinglish speakers switch to Hindi when expressing negative emotions and to English when expressing positive emotions. To understand if language models can learn these associations, we study the effect of language on emotion prediction across 3 PLMs on a Hinglish emotion classification dataset. Using LIME and token level language ID, we find that models do learn these associations between language choice and emotional expression. Moreover, having code-mixed data present in the pre-training can augment that learning when task-specific data is scarce. We also conclude from the misclassifications that the models may overgeneralise this heuristic to other infrequent examples where this sociolinguistic phenomenon does not apply.",
86
- "In order to draw generalizable conclusions about the performance of multilingual models across languages, it is important to evaluate on a set of languages that captures linguistic diversity.Linguistic typology is increasingly used to justify language selection, inspired by language sampling in linguistics.However, justifications for {`}typological diversity{'} exhibit great variation, as there seems to be no set definition, methodology or consistent link to linguistic typology.In this work, we provide a systematic insight into how previous work in the ACL Anthology uses the term {`}typological diversity{'}.Our two main findings are: 1) what is meant by typologically diverse language selection is not consistent and 2) the actual typological diversity of the language sets in these papers varies greatly.We argue that, when making claims about {`}typological diversity{'}, an operationalization of this should be included.A systematic approach that quantifies this claim, also with respect to the number of languages used, would be even better.",
87
- "In traditional studies on language evolution, scholars often emphasize the importance of sound laws and sound correspondences for phylogenetic inference of language family trees. However, to date, computational approaches have typically not taken this potential into account. Most computational studies still rely on lexical cognates as major data source for phylogenetic reconstruction in linguistics, although there do exist a few studies in which authors praise the benefits of comparing words at the level of sound sequences. Building on (a) ten diverse datasets from different language families, and (b) state-of-the-art methods for automated cognate and sound correspondence detection, we test, for the first time, the performance of sound-based versus cognate-based approaches to phylogenetic reconstruction. Our results show that phylogenies reconstructed from lexical cognates are topologically closer, by approximately one third with respect to the generalized quartet distance on average, to the gold standard phylogenies than phylogenies reconstructed from sound correspondences.",
88
- "In Universal Dependencies, compounds, which we understand as words containing two or more roots, are represented according to tokenization, which reflects the orthographic conventions of the language. A closed compound (e.g. $\\textit{waterfall}$) corresponds to a single word in Universal Dependencies while a hyphenated compound ($\\textit{father-in-law}$) and an open compound ($\\textit{apple pie}$) to multiple words. The aim of this paper is to open a discussion on how to move towards a more consistent annotation of compounds.The solution we argue for is to represent the internal structure of all compound types analogously to syntactic phrases, which would not only increase the comparability of compounding within and across languages, but also allow comparisons of compounds and syntactic phrases."
89
  ],
90
  "queries": null,
91
  "index_name": "index",
92
  "overwrite": false,
93
- "root": "\/Users\/dhei\/personal\/4440\/project\/colbert-acl\/src\/experiments",
94
  "experiment": "notebook",
95
  "index_root": null,
96
- "name": "2024-08\/11\/14.16.31",
97
  "rank": 0,
98
- "nranks": 1,
99
  "amp": true,
100
- "gpus": 0
101
  },
102
- "num_chunks": 1,
103
- "num_partitions": 1024,
104
- "num_embeddings_est": 8412.000274658203,
105
- "avg_doclen_est": 168.24000549316406
106
  }
 
36
  "checkpoint": "colbert-ir\/colbertv2.0",
37
  "triples": null,
38
  "collection": [
39
+ "list with 47683 elements starting with...",
40
+ [
41
+ "This paper studies the correction of challenging authentic Finnish learner texts at beginner level (CEFR A1). Three state-of-the-art large language models are compared, and it is shown that GPT-4 outperforms GPT-3.5, which in turn outperforms Claude v1 on this task. Additionally, ensemble models based on classifiers combining outputs of multiple single models are evaluated. The highest accuracy for an ensemble model is 84.3{\\%}, whereas the best single model, which is a GPT-4 model, produces sentences that are fully correct 83.3{\\%} of the time. In general, the different models perform on a continuum, where grammatical correctness, fluency and coherence go hand in hand.",
42
+ "In recent years, large pre-trained language models (PLMs) have achieved remarkable performance on many natural language processing benchmarks. Despite their success, prior studies have shown that PLMs are vulnerable to attacks from adversarial examples. In this work, we focus on the named entity recognition task and study context-aware adversarial attack methods to examine the model{'}s robustness. Specifically, we propose perturbing the most informative words for recognizing entities to create adversarial examples and investigate different candidate replacement methods to generate natural and plausible adversarial examples. Experiments and analyses show that our methods are more effective in deceiving the model into making wrong predictions than strong baselines.",
43
+ "This paper investigates effects of noisy source texts (containing spelling and grammar errors, informal words or expressions, etc.) on human and machine translations, namely whether the noisy phenomena are kept in the translations, corrected, or caused errors. The analysed data consists of English user reviews of Amazon products translated into Croatian, Russian and Finnish by professional translators, translation students, machine translation (MT) systems, and ChatGPT language model. The results show that overall, ChatGPT and professional translators mostly correct\/standardise those parts, while students are often keeping them. Furthermore, MT systems are most prone to errors while ChatGPT is more robust, but notably less robust than human translators. Finally, some of the phenomena are particularly challenging both for MT systems and for ChatGPT, especially spelling errors and informal constructions."
44
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ],
46
  "queries": null,
47
  "index_name": "index",
48
  "overwrite": false,
49
+ "root": "\/coc\/pskynet6\/dheineman3\/4440\/colbert-acl\/src\/experiments",
50
  "experiment": "notebook",
51
  "index_root": null,
52
+ "name": "2024-08\/11\/23.16.25",
53
  "rank": 0,
54
+ "nranks": 2,
55
  "amp": true,
56
+ "gpus": 2
57
  },
58
+ "num_chunks": 2,
59
+ "num_partitions": 32768,
60
+ "num_embeddings_est": 8137376.50328064,
61
+ "avg_doclen_est": 170.6557159423828
62
  }
src/index.py CHANGED
@@ -16,13 +16,13 @@ checkpoint = 'colbert-ir/colbertv2.0' # ColBERT model to use
16
 
17
 
18
  def index_anthology(collection, index_name):
19
- with Run().context(RunConfig(nranks=1, experiment='notebook')): # nranks specifies the number of GPUs to use
20
  config = ColBERTConfig(
21
  doc_maxlen=doc_maxlen,
22
  nbits=nbits,
23
  kmeans_niters=4, # specifies the number of iterations of k-means clustering; 4 is a good and fast default.
24
  index_path=INDEX_NAME,
25
- bsize=50
26
  )
27
 
28
  indexer = Indexer(
@@ -37,7 +37,7 @@ def index_anthology(collection, index_name):
37
  )
38
 
39
 
40
- def search_anthology(query, collection, index_name=INDEX_NAME):
41
  """ Default ColBERT search function """
42
  with Run().context(RunConfig(nranks=0, experiment='notebook')):
43
  searcher = Searcher(index=index_name, collection=collection)
@@ -60,8 +60,8 @@ def main():
60
  index_anthology(collection, index_name=INDEX_NAME)
61
 
62
  # Sanity check
63
- query = ["What are some recent examples of grammar checkers?"]
64
- search_anthology(query, collection, index_name=INDEX_NAME)
65
 
66
 
67
  if __name__ == '__main__': main()
 
16
 
17
 
18
  def index_anthology(collection, index_name):
19
+ with Run().context(RunConfig(nranks=2, experiment='notebook')): # nranks specifies the number of GPUs to use
20
  config = ColBERTConfig(
21
  doc_maxlen=doc_maxlen,
22
  nbits=nbits,
23
  kmeans_niters=4, # specifies the number of iterations of k-means clustering; 4 is a good and fast default.
24
  index_path=INDEX_NAME,
25
+ bsize=1024
26
  )
27
 
28
  indexer = Indexer(
 
37
  )
38
 
39
 
40
+ def search_anthology(query, collection, index_name):
41
  """ Default ColBERT search function """
42
  with Run().context(RunConfig(nranks=0, experiment='notebook')):
43
  searcher = Searcher(index=index_name, collection=collection)
 
60
  index_anthology(collection, index_name=INDEX_NAME)
61
 
62
  # Sanity check
63
+ # query = ["What are some recent examples of grammar checkers?"]
64
+ # search_anthology(query, collection, index_name=INDEX_NAME)
65
 
66
 
67
  if __name__ == '__main__': main()
src/server.py CHANGED
@@ -101,6 +101,6 @@ if __name__ == "__main__":
101
  http://localhost:8893/api/colbert?query=Information retrevial with BERT
102
  http://localhost:8893/api/search?query=Information retrevial with BERT
103
  """
104
- create_database()
105
  init_colbert(index_path=INDEX_PATH)
106
  app.run("0.0.0.0", PORT)
 
101
  http://localhost:8893/api/colbert?query=Information retrevial with BERT
102
  http://localhost:8893/api/search?query=Information retrevial with BERT
103
  """
104
+ # create_database()
105
  init_colbert(index_path=INDEX_PATH)
106
  app.run("0.0.0.0", PORT)