meetdoshi90 commited on
Commit
5c769a6
·
verified ·
1 Parent(s): 9c63e80

Upload folder using huggingface_hub

Browse files
Files changed (7) hide show
  1. .gitattributes +1 -0
  2. README.md +128 -3
  3. corpus.jsonl +3 -0
  4. dev_qid_uid.tsv +1069 -0
  5. dev_qrels.jsonl +1068 -0
  6. dev_qrels.tsv +1069 -0
  7. dev_queries.jsonl +0 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ corpus.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,128 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - derived
4
+ language:
5
+ - eng
6
+ license: cc-by-4.0
7
+ multilinguality: monolingual
8
+ task_categories:
9
+ - text-retrieval
10
+ task_ids:
11
+ - document-retrieval
12
+ tags:
13
+ - table-retrieval
14
+ - text
15
+ pretty_name: MultiHierTT
16
+ config_names:
17
+ - default
18
+ - queries
19
+ - corpus
20
+
21
+ dataset_info:
22
+ - config_name: default
23
+ features:
24
+ - name: qid
25
+ dtype: string
26
+ - name: did
27
+ dtype: string
28
+ - name: score
29
+ dtype: int32
30
+ splits:
31
+ - name: dev
32
+ num_bytes: 45922
33
+ num_examples: 1068
34
+ - config_name: queries
35
+ features:
36
+ - name: _id
37
+ dtype: string
38
+ - name: text
39
+ dtype: string
40
+ splits:
41
+ - name: dev_queries
42
+ num_bytes: 212136
43
+ num_examples: 929
44
+ - config_name: corpus
45
+ features:
46
+ - name: _id
47
+ dtype: string
48
+ - name: title
49
+ dtype: string
50
+ - name: text
51
+ dtype: string
52
+ splits:
53
+ - name: corpus
54
+ num_bytes: 33851099
55
+ num_examples: 9902
56
+
57
+ configs:
58
+ - config_name: default
59
+ data_files:
60
+ - split: dev
61
+ path: dev_qrels.jsonl
62
+ - config_name: queries
63
+ data_files:
64
+ - split: dev_queries
65
+ path: dev_queries.jsonl
66
+ - config_name: corpus
67
+ data_files:
68
+ - split: corpus
69
+ path: corpus.jsonl
70
+ ---
71
+
72
+ # MultiHierTT Retrieval
73
+
74
+ This dataset is part of a Table + Text retrieval benchmark. Includes queries and relevance judgments across dev split(s), with corpus in 1 format(s): `corpus`.
75
+
76
+ ## Configs
77
+
78
+ | Config | Description | Split(s) |
79
+ |---|---|---|
80
+ | `default` | Relevance judgments (qrels): `qid`, `did`, `score` | `dev` |
81
+ | `queries` | Query IDs and text | `dev_queries` |
82
+ | `corpus` | Plain text corpus: `_id`, `title`, `text` | `corpus` |
83
+
84
+ ## TableIR Benchmark Statistics
85
+
86
+ | Dataset | Structured | #Train | #Dev | #Test | #Corpus |
87
+ |---|:---:|---:|---:|---:|---:|
88
+ | OpenWikiTables | ✓ | 53.8k | 6.6k | 6.6k | 24.7k |
89
+ | NQTables | ✓ | 9.6k | 1.1k | 1k | 170k |
90
+ | FeTaQA | ✓ | 7.3k | 1k | 2k | 10.3k |
91
+ | OTT-QA (small) | ✓ | 41.5k | 2.2k | -- | 8.8k |
92
+ | MultiHierTT | ✗ | -- | 929 | -- | 9.9k |
93
+ | AIT-QA | ✗ | -- | -- | 515 | 1.9k |
94
+ | StatcanRetrieval | ✗ | -- | -- | 870 | 5.9k |
95
+ | watsonxDocsQA | ✗ | -- | -- | 30 | 1.1k |
96
+
97
+ ## Citation
98
+
99
+ If you use **TableIR Eval: Table-Text IR Evaluation Collection**, please cite:
100
+
101
+ ```bibtex
102
+ @misc{doshi2026tableir,
103
+ title = {TableIR Eval: Table-Text IR Evaluation Collection},
104
+ author = {Doshi, Meet and Boni, Odellia and Kumar, Vishwajeet and Sen, Jaydeep and Joshi, Sachindra},
105
+ year = {2026},
106
+ institution = {IBM Research},
107
+ howpublished = {https://huggingface.co/collections/ibm-research/table-text-ir-evaluation},
108
+ note = {Hugging Face dataset collection}
109
+ }
110
+ ```
111
+
112
+ All credit goes to original authors. Please cite their work:
113
+ ```bibtex
114
+ @inproceedings{zhao-etal-2022-multihiertt,
115
+ title = "{M}ulti{H}iertt: Numerical Reasoning over Multi Hierarchical Tabular and Textual Data",
116
+ author = "Zhao, Yilun and
117
+ Li, Yunxiang and
118
+ Li, Chenying and
119
+ Zhang, Rui",
120
+ booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
121
+ month = may,
122
+ year = "2022",
123
+ address = "Dublin, Ireland",
124
+ publisher = "Association for Computational Linguistics",
125
+ url = "https://aclanthology.org/2022.acl-long.454",
126
+ pages = "6588--6600",
127
+ }
128
+ ```
corpus.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3f9b22c0530b9e202a4395e02193046cf811753be949e5dbfa72c6432f0feb5
3
+ size 33851099
dev_qid_uid.tsv ADDED
@@ -0,0 +1,1069 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ qid uid
2
+ 1566 7d840731012a4a09a735eeee286c364b
3
+ 1567 63260a43bc4e4632a0317eb820caf964
4
+ 1568 7f9cd61fc4264c9bb81cdcfd2c5c4c38
5
+ 1569 b7642f569ac54d28af0a4a16683d3f35
6
+ 1570 5cc19228085048228131f5d77196655d
7
+ 1571 1ca146715d8b4ed9a102b68af5bdd385
8
+ 1572 a60e6202dde64cbb9c7eb29ed5fd3fe2
9
+ 1573 b6e47615b28841deaacce680de41c65c
10
+ 1574 9b1a8a210c654f1aada293d3ea35429e
11
+ 1574 9b1a8a210c654f1aada293d3ea35429e
12
+ 1575 6a6d7accb802496fa8e7ed474f117d38
13
+ 1576 b06dcff918b84dbc8bdc39df31d6c355
14
+ 1576 b06dcff918b84dbc8bdc39df31d6c355
15
+ 1577 0fc058f14a954e6eb3d22d45a76ef981
16
+ 1578 a779b55236c7402fb7a09102e4295673
17
+ 1579 723cdadfdcfc48f68cc952f98977cf62
18
+ 1580 404ce5c5eb06402d8172096ca3cd0bd1
19
+ 1582 bbcbe3ddf43449a08763a2f7d7986260
20
+ 1583 161facf717424d17af248fcb4fdb738a
21
+ 1585 ce038f0f07ed4f90a13b4134d41bfa3e
22
+ 1586 7389cfa35a894e14bf0773e29d326973
23
+ 1586 7389cfa35a894e14bf0773e29d326973
24
+ 1587 032145bd6fdd4712b05cd5495f7c8f35
25
+ 1588 9df041a1ce9440c2aaaf77f773811fcb
26
+ 1589 071e671820fa4f89b003923a38b03741
27
+ 1590 4251b0c576c3429085b0f79fe3594b32
28
+ 1591 f1b58737e9a34f60b4882c8b7226395e
29
+ 1592 b86d620b573c45ffae2f15fb5a02e688
30
+ 1594 e4d6c1e51b0b49d895b73472bb9f0dc0
31
+ 1595 612ad8b5f4f94223b2e4b3d38a00951f
32
+ 1596 d67cd399e6b94bb4a6cdb39afaf0f8f4
33
+ 1597 11904e0323e04189a6d0c03ebec8c27f
34
+ 1598 7ba60c94b1534e128a1841bbbb1a382e
35
+ 1599 000682417fd9450bb10fee113dae5fcc
36
+ 1600 91afe10a7407428c9bbad202945e060e
37
+ 1601 abb228ebc069473dbd8a62729def4b35
38
+ 1602 6ebaf068267642729212e68e68087c77
39
+ 1603 ae2ce9e907114dd786d4a02437917f15
40
+ 1603 ae2ce9e907114dd786d4a02437917f15
41
+ 1604 930465d2a8a14fbc9c3de57267a5f067
42
+ 1605 6b77c2a63b8d4c268d745c78abf7db2a
43
+ 1606 8caf20e28a314f43a0bc3fdbadcc2220
44
+ 1607 a6294de3cdb14d86a331273949921897
45
+ 1608 fff103e8f5af48789d84ee47bb78e5bd
46
+ 1609 70ee07d30a8b46e195c791b6d69b9534
47
+ 1609 70ee07d30a8b46e195c791b6d69b9534
48
+ 1611 80c300d5a9aa42e9887222408ed5d7fc
49
+ 1612 e258d39d9df44652a28ca25d0304b0ed
50
+ 1613 05d560d08fbc406990e7b02b415aa60a
51
+ 1613 05d560d08fbc406990e7b02b415aa60a
52
+ 1614 0bcf9238356d41029754e323fa14108d
53
+ 1615 2a9928d6aa7a42b9b76531cf98982a26
54
+ 1615 2a9928d6aa7a42b9b76531cf98982a26
55
+ 1616 d126a1c3049746bba48ef34ad2dd159f
56
+ 1617 838d349beccf4e2ebb0c04f518fa07e4
57
+ 1618 b52ac057503f483ca5e6a9c4bbef9367
58
+ 1619 22c216d2b29747adaf2c1f8ef4f954fa
59
+ 1619 22c216d2b29747adaf2c1f8ef4f954fa
60
+ 1620 326f465758bf44c08bd21a20dfcf8e4f
61
+ 1621 6d801833356a474da63c75fadbebe5e1
62
+ 1622 ea614135f42b43ba895af2adb0ce41b2
63
+ 1623 1bd7b36ad3234d7bbff223ef24d72ae7
64
+ 1624 5184b91a27db463ca9fdd9e36ce05dbc
65
+ 1625 54013e658a63468d82d46b6cf9113ca4
66
+ 1626 a3c210e328d0459c833cb290fecd2e6f
67
+ 1626 a3c210e328d0459c833cb290fecd2e6f
68
+ 1627 bb8d49847e7c436d8468bfe00bf3f958
69
+ 1628 79f048cece8d4c1bbdbb6776c16d8bcd
70
+ 1629 f384900b56594e49bb9d7f099a5481eb
71
+ 1629 f384900b56594e49bb9d7f099a5481eb
72
+ 1630 bc2b34a04ec546ca961c819c6af00f9f
73
+ 1631 baeebae522e14caca11d3872bb71d2ec
74
+ 1632 4713d1ad643d4d5d89bc29af120627e3
75
+ 1633 b0cc22844edd498e913e7513a90d23f7
76
+ 1634 6e69e996da0a482b87e237352da9369b
77
+ 1634 6e69e996da0a482b87e237352da9369b
78
+ 1635 5b1ec7573c9546d180a73ef7bf93d4e3
79
+ 1636 f3ba7283a4034273ba8d38a485b0fc8d
80
+ 1636 f3ba7283a4034273ba8d38a485b0fc8d
81
+ 1637 ae289fc53ef241099c59fc20de42e133
82
+ 1638 fc51f017611c48b596027216a51171fd
83
+ 1639 73ff3a747e0043daadfb2671f2c66c46
84
+ 1640 262b0c02534d4ff38d23179afc50bfc8
85
+ 1641 0ffad88bd61445c3aa640580744ad86d
86
+ 1642 d4ebcb6dcc134bbbba5c8d4b41927cd8
87
+ 1643 2f4e1d270d8d4c699a77b93738b37656
88
+ 1644 1cdc15feac50418a8957fe0cf1e27239
89
+ 1646 3c98c73587f540b5bedea0d95d601f9a
90
+ 1647 4f511fb6bc0c4acba96244b9e28f47f4
91
+ 1649 3bf98266cd8d422494830087d754efc2
92
+ 1650 56853fe3d64a4ab8bddb0048c9919e48
93
+ 1651 2c5ade1a88b84b07b6e534a544862161
94
+ 1652 16259b4e73484cfa92ff1a2349fb404e
95
+ 1653 775658a7584c4a809fb97ce030d6fc67
96
+ 1654 a7a7582206944c1b8ed6be7bbc05336b
97
+ 1654 a7a7582206944c1b8ed6be7bbc05336b
98
+ 1655 7e3a727754b54347bba6852c2a1ab139
99
+ 1656 ffb71856eb1d4fabb8290c0feec328f1
100
+ 1657 c347852afc26409698df26b26bc5a05c
101
+ 1658 16290cfbedcd4c09922df84059f05d17
102
+ 1659 9d87841440214b4f8148479290726479
103
+ 1659 9d87841440214b4f8148479290726479
104
+ 1661 776342a2d8c1492286eedc213289f373
105
+ 1663 9a4d7971526a44fab417a6a9463d3294
106
+ 1663 9a4d7971526a44fab417a6a9463d3294
107
+ 1664 3bf510c5baf647d69327dceefaf70bb1
108
+ 1664 3bf510c5baf647d69327dceefaf70bb1
109
+ 1665 9853b60f71834560bee7eaf55ced787f
110
+ 1666 85a4fe73b764437d8f0ad2844964567f
111
+ 1666 85a4fe73b764437d8f0ad2844964567f
112
+ 1668 dd1d1e44f41f4a559afbdc851588faac
113
+ 1669 380c311b047c49c680151b8520b58a79
114
+ 1669 380c311b047c49c680151b8520b58a79
115
+ 1670 d751c2bec32541829329649b1f5abcbc
116
+ 1671 c67c1da6d6dd486e8710097177b62641
117
+ 1672 fac974bd07334037b2da805e46c65662
118
+ 1673 929a7afc834f48bfa9024dd0ce3be718
119
+ 1673 929a7afc834f48bfa9024dd0ce3be718
120
+ 1674 2d1c444ffb84429fbc5930501c39435a
121
+ 1675 8ca8fbf0227a42d1ab2ac8843a48965b
122
+ 1676 2ddc4998006f4e6c911fe5f9b8917869
123
+ 1676 2ddc4998006f4e6c911fe5f9b8917869
124
+ 1678 92c46f316c1d4dd7a879de3d56440283
125
+ 1679 71c52a7bfd964525bc87137f0ac6df84
126
+ 1680 a4668c6539314836b30ca5544335425c
127
+ 1681 9819c81ad06b4d2b995c90e8ba2a657c
128
+ 1683 b6619e29a15747b3bd31840ce69ed470
129
+ 1683 b6619e29a15747b3bd31840ce69ed470
130
+ 1684 03a21c0a4d8448f58033ed0a3fdd7c4f
131
+ 1684 03a21c0a4d8448f58033ed0a3fdd7c4f
132
+ 1685 b20cbc80df2542b5b9c2fd8630415432
133
+ 1686 ab076ba92b3f46e0a8390dbe882c8b74
134
+ 1686 ab076ba92b3f46e0a8390dbe882c8b74
135
+ 1687 dcbf50822c884611aafdae61e7a73deb
136
+ 1688 2d81eb2da6ac4cb1bf99847dd9e51398
137
+ 1689 f9ef2efc42da4fbdac9844e2c88d1172
138
+ 1689 f9ef2efc42da4fbdac9844e2c88d1172
139
+ 1691 56b0aabd1b90483091414bcf1ba4799c
140
+ 1691 56b0aabd1b90483091414bcf1ba4799c
141
+ 1692 e0e90707f7924be3b0b34eec8fbee156
142
+ 1693 faac106d01bb414e8459e88d762e51b4
143
+ 1694 7e21bec5529046e495f4ad6c274780d2
144
+ 1695 6b687c37dc5145409eadd4f4a5b632cd
145
+ 1696 12d5979317f0464ead500253a9a3d8db
146
+ 1697 5b517a2f25604d1da72d9b9ab5d7f7f2
147
+ 1698 e34ab4af388f4256806d6378d36133e9
148
+ 1699 2f2c276baba448e3a6438730179373e8
149
+ 1700 a0e717e5587449269ac6a50f9901a374
150
+ 1701 34469a149d714acc9331fa4e7be2d59b
151
+ 1702 2c801a8d730d4dafab1b4fdda96edb46
152
+ 1703 8abc5cb6cb5e45d2a022ed506c5f4f1f
153
+ 1704 a0e6c373d5e545c487ad1ae2b3027259
154
+ 1705 59845941ae364821b52c46fb937647a8
155
+ 1706 c552b1f17209496aa8a60f7400eef147
156
+ 1707 1b52383b06c9462f83d38b74ca16f7cb
157
+ 1708 1af92ce3316e4991ad6e2e97d0e8fbdd
158
+ 1709 804c04a3191949e9a45afa3d50b2bc79
159
+ 1709 804c04a3191949e9a45afa3d50b2bc79
160
+ 1711 ba071042023f45a98f512b18e961c68f
161
+ 1713 c34c4c4e147b462181511a85ac5c5cdb
162
+ 1714 ffb15bd261c04ccf808211b7d51169df
163
+ 1714 ffb15bd261c04ccf808211b7d51169df
164
+ 1715 77a0b4dbe903419399b79b1e026f1fae
165
+ 1716 2c9988d9cd9846a79794a25e40dbe960
166
+ 1718 f2baac02e2ac497a9afdaf0918105e33
167
+ 1719 932ff37622cd4055a93d88099215ef4c
168
+ 1719 932ff37622cd4055a93d88099215ef4c
169
+ 1720 8164e53a6a3544879f446960c20f8b50
170
+ 1721 7daa6444798141cb8faaa03cf8013a6d
171
+ 1722 9449a48e4e094c26b51c4e63c7d95a85
172
+ 1723 c232f76381384df1b64155322f23f235
173
+ 1724 503b7ee5d62c4801a7e70ad563f78455
174
+ 1725 2732488535454a20a90f00d9186ca826
175
+ 1726 6a0f1b1690954cf995f94b710c5354e5
176
+ 1726 6a0f1b1690954cf995f94b710c5354e5
177
+ 1727 3fb5f7a678aa4f829ef1e40f0e635d94
178
+ 1728 99e146052384452097deb6f728b6c7f2
179
+ 1728 99e146052384452097deb6f728b6c7f2
180
+ 1730 a6b282703810484a89512a3a62445d60
181
+ 1730 a6b282703810484a89512a3a62445d60
182
+ 1731 bb29d151f2fb45cabe6ccff4e04e9984
183
+ 1732 4caedd426cb64501bd126667cf1c250c
184
+ 1734 f1ff473d7dd8487297aad99094a9e089
185
+ 1735 4bba867cc84343d1b20288869a5e9292
186
+ 1736 3d4066629bf14378be37d98d2dfc64ef
187
+ 1737 9e703400fb674b25b63c1b6246a0af41
188
+ 1738 14436f293df347bebfd7b0e8b9e0ef45
189
+ 1738 14436f293df347bebfd7b0e8b9e0ef45
190
+ 1739 082e18b816824239b23471ae9413035a
191
+ 1740 01f45f4d3645476d8e6ba16beab0ff28
192
+ 1741 9375a8acf8f0404e890754c82e0a046c
193
+ 1742 ecb0ffe2943d443a8ddf6357ba408887
194
+ 1743 92c854f5e21144a6930f3a0e28bbd6b3
195
+ 1744 522ad37e12fc4635b985f4e260f11292
196
+ 1745 ca732ebddc9b432584f0e55e3ad81c43
197
+ 1746 67115ba1c5db4c8fa4b7aaa8865821cb
198
+ 1747 6109ceda9fe94903b3f60c9d6c2493d0
199
+ 1747 6109ceda9fe94903b3f60c9d6c2493d0
200
+ 1748 1f70539b80bb4faa80fa3c34321cf587
201
+ 1749 c75026c3a87e47d9ae8b7cf4734fa6f0
202
+ 1750 cc2e0a417f824644a4d0d5f8af4fb60e
203
+ 1751 b60502ed82994570a4521e35e334a69e
204
+ 1752 9085736d9c4f4e29bb4a00627cb202b8
205
+ 1753 7772f5f2113441ee9b035cedef94c0da
206
+ 1755 cb03d81033114e8f84d15e4256da017b
207
+ 1756 a30ce223f1284840aa964824e6eacf40
208
+ 1757 c7375fbb41204cff8658329db920617f
209
+ 1758 cf81fdff311647ddae73a88d073beb9f
210
+ 1759 49c5d9e1753d4fbfac6bdca9668dba0e
211
+ 1760 76e62af158f04ea4897303414e59dc16
212
+ 1762 7302c6ea76c44a3c8c664be950544b76
213
+ 1762 7302c6ea76c44a3c8c664be950544b76
214
+ 1763 b743fcf8e9e34ca1bb74d8c5231d4c4d
215
+ 1764 9b6351480ef94f45b108eb76625bd4ce
216
+ 1767 cbed5c3e2c48458ebd38f1889104fc24
217
+ 1768 a902e58cd36f48439b9019783af485b9
218
+ 1769 097b805f848244a39865b4ceba0dd30a
219
+ 1770 5a73af42d8684db8b203b8611b2a8064
220
+ 1771 38982b54ad03444a900f544a590901b2
221
+ 1772 862d583c5aeb45d9891497a47be8ac61
222
+ 1772 862d583c5aeb45d9891497a47be8ac61
223
+ 1773 f684905728d64025b6c535b461828efc
224
+ 1774 13d9a08104bb44079160b861454d0f02
225
+ 1776 7173afedbd2b4ae6bf9d47cd59715d5f
226
+ 1777 640e82867b5c4c939cb8f6c6218251c1
227
+ 1778 75ba2fe7b9c7417db04c92e4310f8bfd
228
+ 1779 dc536d25ba2b4cb1b728663a1a0aa261
229
+ 1780 6d6ac7f888864bb2b77dc05a91ac8246
230
+ 1781 2b2f7a20787b4695addf24f47fb8cb64
231
+ 1782 586d1c61cd0a4d4e8b0fb2022ddc688a
232
+ 1782 586d1c61cd0a4d4e8b0fb2022ddc688a
233
+ 1783 dd91e0d96a904371820ce62c8038b662
234
+ 1784 910abf5aae904a4a81373ab49b6b0f34
235
+ 1785 ec960733a4a64401a963bf3c515603d4
236
+ 1788 4dfbe6f74a4a4e1fa0444739f5110500
237
+ 1789 9cca630d78be40e183d893ddb40632c1
238
+ 1790 166ac4c838454fc4990347a0df99c06f
239
+ 1791 dcdd02ea33e744768a413fae0568f25a
240
+ 1792 73e5a61285a24255bb9c67aa68f2a100
241
+ 1793 7d672b76304d4a65bfd3b8cb0a0f7e6d
242
+ 1794 18d136dcd6a346f791e17d3d8e1718fd
243
+ 1796 594683bc8a3a48429e372d673ac103a0
244
+ 1797 734919e64ebb4980af3bf3bda1095c57
245
+ 1799 6534c62000d74d98b626c89358ed2475
246
+ 1800 bc7ab313fc7c408f9ea580726e055d5f
247
+ 1801 d0951c1ba24048019fb1c0a154a67e59
248
+ 1802 25398846ba144c999df00a360ba3fd57
249
+ 1803 a9cad2608d0a4a52a8b59bcd8c495c92
250
+ 1804 04564e13d686402da4825f365250a645
251
+ 1804 04564e13d686402da4825f365250a645
252
+ 1805 1dea00fae2914d18ab8d38e36b5b83ac
253
+ 1806 abf5c0e160cf4050b1283efda64ce7fc
254
+ 1807 823a1f62714348deb4a49a66cee9e367
255
+ 1808 c4c9ad2eb544455185a2c45da1ae21d4
256
+ 1810 e1dc522f2cd543b69eac41e32f149e65
257
+ 1811 9ffc77ff2c814266b574206b1a754830
258
+ 1812 9dde9f9b878b4ff29941c25dab13e836
259
+ 1813 e53e529cf2a643c9b0f3bc993c3897f9
260
+ 1814 90b9b7fdf3b24dafa2e56608af95ba9d
261
+ 1815 a5d4ca36f39045a58e272321703b2723
262
+ 1816 1d43af3556a141f19498859046f8a14f
263
+ 1817 90641e4d55e6402e819a770fa5a6d64c
264
+ 1818 b01c49e6a42343f297ecb81de749dd6d
265
+ 1819 9a6dae3bfb1641cfab08e3f6ed50f72a
266
+ 1820 60eb9b850df64568b4b02bd869fc2fa6
267
+ 1820 60eb9b850df64568b4b02bd869fc2fa6
268
+ 1822 417efd8e13d8479591443c95c88a04fa
269
+ 1823 b241ebc9a6614a44b67de90f32e8c984
270
+ 1824 0fc32f372fa24cd08fd7cb231f416269
271
+ 1825 886dc14c22274ea2b815f9078b4f4f3f
272
+ 1826 b80f0062d0f442d9bc6f2e8ad4f79854
273
+ 1828 e9d82cb1ac4545deb5e71dadd8c7ba4f
274
+ 1829 76068fa8a55941748a28fb3ae2492c95
275
+ 1830 d7c3361d14aa4237ac2db380bd902f31
276
+ 1831 e927b29aa81440dfad1ffc90fe2643db
277
+ 1832 608a340e5f8042599964582e7da73ada
278
+ 1833 2c0e13aaa2114a2cbca706351e6f5829
279
+ 1833 2c0e13aaa2114a2cbca706351e6f5829
280
+ 1835 04afd9b5c75143f8a4650abe46bb45e6
281
+ 1837 09c33aa904d54a6b8fcd3d232a88df1d
282
+ 1838 1923ead91d3a40ef9ab8b7d2c1466b94
283
+ 1839 ada8e738988847ae98317bfc1985941c
284
+ 1840 15b06e6b07934ebd8de47b3ac57f637a
285
+ 1841 d60ad199f8ad47eaa33024fc316b3692
286
+ 1842 1469e62e8f5b465a827c6fc1ad9f70a5
287
+ 1843 6640770ae1a14d24a69ef7592d606bf1
288
+ 1844 cc33c2772622429db66921ae69468dd7
289
+ 1845 0207d7d304404d3c9748f1a2082cf43b
290
+ 1845 0207d7d304404d3c9748f1a2082cf43b
291
+ 1846 25fa7222665c4740ba34eaddf3769ff5
292
+ 1847 6f38c39fd06b4e5a826ffb6964fcb0b5
293
+ 1848 63ff5f85cd184b55a8270dfd1d38eb1f
294
+ 1849 1a54a27c1c9540b5a5e498983e68848a
295
+ 1850 df0b8ef35cc24763a92df871c125cf80
296
+ 1851 e6240303e7a04cae9da01f100981a726
297
+ 1852 de4c814a71ad4feebada695ac2d641ae
298
+ 1853 441b9e5ac1b0403f83ad3e916867d236
299
+ 1854 2b833833372a42a9865bb9ab910d6b5c
300
+ 1855 f8496e21d7fe4e2d854f1400967595c4
301
+ 1856 a646ff0c9ea54baca465e8835b645c98
302
+ 1857 e6a5f96ae9ba418d9aeaa8cdc4f05593
303
+ 1859 24f730c9d9704a8d9597fe4ae83ada60
304
+ 1860 517a8af902ac443ea17b92bc9b316a78
305
+ 1861 6cb885be36094b3ba483cf79e43c393b
306
+ 1861 6cb885be36094b3ba483cf79e43c393b
307
+ 1862 3d1184520a9b4fda8d20bf7d14c8fd6a
308
+ 1863 9efe21fd6c46407d9179e64ff0c03a26
309
+ 1864 89fbb8e974134821a850e9e1ad8f9f95
310
+ 1864 89fbb8e974134821a850e9e1ad8f9f95
311
+ 1865 c7fd7b90ebc74b5b9287d7256eaeda47
312
+ 1866 afbe76c75776466e992ca12d1bf7cf98
313
+ 1867 27ca5c5366c941c5841fd2b54be97835
314
+ 1868 902fb62762334564ad022c87bc664b64
315
+ 1868 902fb62762334564ad022c87bc664b64
316
+ 1870 ae6d9aa990834a86ba5f55daecf02c59
317
+ 1871 c8beae1d29044bc1aa1c6dbffde5e4b5
318
+ 1871 c8beae1d29044bc1aa1c6dbffde5e4b5
319
+ 1872 317533683dd34bd098fcf9ceff439b4d
320
+ 1873 0fccdea6060b44d2ac4e32c6b61d701c
321
+ 1874 03ed84a7fd8643cfae9a243147488fa2
322
+ 1875 487a7f637dfb4043b77ad60e7a14825d
323
+ 1877 26530e64b7294f63bcc2cb9bdfb0f490
324
+ 1878 f63d5259d48e4e298fdcaae5a6f52a37
325
+ 1878 f63d5259d48e4e298fdcaae5a6f52a37
326
+ 1879 637e8f8102ea4f96b8d02eb850c1050b
327
+ 1879 637e8f8102ea4f96b8d02eb850c1050b
328
+ 1880 908978c2c958420d94b2bb6125e91df1
329
+ 1881 734c59e1fd94412f8c527e2c5ecb2238
330
+ 1882 26e10df117dc44f18c8240f92c8e416c
331
+ 1883 3a823bd715cb4099986c91a950d93e92
332
+ 1884 67e1d46628994bf291fc6cb955337707
333
+ 1885 d00d8a84cb024c6f8ce247b0d4ef4574
334
+ 1886 a5dab33c122b45ce952862ee566a5804
335
+ 1887 5a1ff05495be4ec9bd6a7da0afedd877
336
+ 1888 82dd8f4de6b34fe1848d2477760c921a
337
+ 1890 6be3dd53653e4fd69645e526de4308f0
338
+ 1891 2424b46a7fad41dfa8a4a41ec8bef4da
339
+ 1892 238499a98441470b93f6c514b82d8f0f
340
+ 1893 cb8010390f9145e4b77e3cda78a03f20
341
+ 1894 dc97fa68b59b481db59f964ce1976a61
342
+ 1895 0e5985d4af744d1286cb5197edc52493
343
+ 1896 fd2310bdbb9c46a5b1797cf766897b1c
344
+ 1896 fd2310bdbb9c46a5b1797cf766897b1c
345
+ 1897 285ef5da09d940e98a2cc14364b26ea3
346
+ 1898 1920071e3f9b425a8d1339170ce426ed
347
+ 1899 2f6b9099ece142669dfe15f3736d9a8c
348
+ 1900 4b5e46ddce39467a95f8db7b46fe3716
349
+ 1901 0565d8b781a14a29852db42ceaf3644e
350
+ 1902 276e4a9b84f545b1a83318af5ecf3b27
351
+ 1903 ff5b833a1d6d4d4a90ad5aabd4b224be
352
+ 1905 056c82324a254d53b0cb52648d769331
353
+ 1906 055fffc4283e42989add20ce83704361
354
+ 1907 b0eefa32764b42e387b0d1324395b022
355
+ 1908 9d208ade5ef94ee1b9725a6afe6a9c11
356
+ 1911 d57f8585f96b47c1a5c867bf55d5cb9c
357
+ 1912 198686ffd2764d5f841c8760d7c74cef
358
+ 1913 6e208b43dbbf4b2d84be6e7c67358a98
359
+ 1915 42f6f9e63b2242db9e89201e64d4f070
360
+ 1916 20bfb9c1ba0141a09156cd8d307a9309
361
+ 1917 b48177e2903d4f78b90e9842c0e59d38
362
+ 1918 9f757f3c678746a2b3b18881c1bb255f
363
+ 1919 8d141278f2b8494a9ae5b2e3235b465a
364
+ 1920 8218b38e4b9b41d7a771babcd2ef3e6a
365
+ 1921 5a7672d63a894a2dac6019b4fd8662e0
366
+ 1921 5a7672d63a894a2dac6019b4fd8662e0
367
+ 1922 4db15d3b5b3b4870a98af0e97829e2af
368
+ 1922 4db15d3b5b3b4870a98af0e97829e2af
369
+ 1923 f8da66d317774ec590debf07884d80a2
370
+ 1924 bf0be874d3ff40318d2f8abb66185938
371
+ 1925 de9103575d994e2888c7991534fe865d
372
+ 1927 c6a02de040504cc1b3d9a73ac081cf5f
373
+ 1928 ad09c60caa4a49ff971c66cf831f224d
374
+ 1929 7ed82fcab2f94198846efac5399c3513
375
+ 1930 9b100939e63d4f1abdc13c5d407154ab
376
+ 1931 f34fab4302c34851bdcfa2c7f196ff9e
377
+ 1932 33681f65e48d4e4092f4fa26c85c1e9e
378
+ 1933 011b3c46243a4a87a776efc69828547f
379
+ 1934 8243e848b5454d07bc2db9c23cfe6e9b
380
+ 1935 e5a303d9ea5745fd9587d777c88ffdf2
381
+ 1936 fdbd9f2ef687484a8ec588b42b0317f9
382
+ 1938 6dcf97b38a8942c5b795f9cd9b109af3
383
+ 1939 74ee20b32ce24b2ea3b01b05100ec1ee
384
+ 1940 fd3898a30db345e69d7407b555261a8f
385
+ 1941 5630a213b4ba454cad2c4456ef8406c9
386
+ 1942 3322b385dd384dabaa4b20dd24c9fa57
387
+ 1943 e3194ac0770b433c88bfab8279b13b61
388
+ 1944 13189ba22f5946f78e63af9b69535a5c
389
+ 1947 171aaec7b94d48df9953c00d83c46556
390
+ 1948 40e91ca050074d888e8f838180608c6b
391
+ 1949 f5895f86a1b049b495b9baddf7840061
392
+ 1950 759f8e72ce4446e3aeda77650b663ec2
393
+ 1952 721b24055ef847c89fdc39a16735a940
394
+ 1953 e15b005f03c94f4aafef2bf7a3d0ffe4
395
+ 1954 f86d80874d4044e4b6412cadcab4b7a4
396
+ 1956 a5a789d270ed4d80b81269e54a97222f
397
+ 1957 f7ec51ba9e154506928cce9df7a501d0
398
+ 1958 55aa1038430c411fbcbfaf817e300e98
399
+ 1959 2fc515be30294841a3d3ee0db6c52570
400
+ 1960 3bec9340f96a4203a779a322b141564d
401
+ 1961 2da9096978474aa3a04ef3fbeb6636a8
402
+ 1962 b610ee5fd46946418c8a8d57a009e48f
403
+ 1963 4a676b9966964cc7890be5ac2fddcad0
404
+ 1964 c8d541d7e0ee4009b2911fed6f276ebf
405
+ 1965 f98f1995ab044df8b9457303e492b0e8
406
+ 1966 627ffb2c46b94bdcb58d0850493a36ea
407
+ 1968 ef09156da2854800be7dbf47e07098a6
408
+ 1968 ef09156da2854800be7dbf47e07098a6
409
+ 1969 899b7f8a59ee4e41a0ff183749858c0d
410
+ 1971 f5341b9aab704519ba0c0d8095c6ad36
411
+ 1973 e1456ac7d6dd4361aba0085985c98a03
412
+ 1974 1cf4602999dc40dba2db25c117753e75
413
+ 1975 5721e62766b2456ba71a0e458cb54389
414
+ 1976 925baee59589424285de9bbfd8af8d07
415
+ 1977 e988a4c9e9b7439a91474e7f7db187a9
416
+ 1978 03598287e3bc408eaecac0625df10d02
417
+ 1978 03598287e3bc408eaecac0625df10d02
418
+ 1979 96d716da2b764c88bbedb6e731005c0f
419
+ 1980 22b60fda1d0b4159b8aedf2fd5a5c576
420
+ 1981 f62c8e2c1ecc47ad9b20ea4c747636cd
421
+ 1982 9b836afbe6ed4ce2b669122c49e1c0ef
422
+ 1983 a01ba35aab5b4e1e990a303c0a32d4bb
423
+ 1984 a3844ecf96654c69bf8279f95057a0b9
424
+ 1985 f003494d91e043b7982800cca9cc6a42
425
+ 1986 0e1b43dde2994d98b22ef6d7a906e25a
426
+ 1987 52f961dde2d945619858d5badc09a121
427
+ 1987 52f961dde2d945619858d5badc09a121
428
+ 1988 ea581b4b540542169a62a7e29b2aa1a3
429
+ 1989 25032ff4e3ea449f992039fa402b738f
430
+ 1990 358450d9fd814a5997423ce8f481aacc
431
+ 1991 4d29b1eca5d5431582789cfef8e3500a
432
+ 1991 4d29b1eca5d5431582789cfef8e3500a
433
+ 1992 19fe1925ab8247b0a572773f5c1ac7bc
434
+ 1993 3bc3ca75a68849c88d84e9771a9a93a5
435
+ 1994 bbeae376cfcc4e4592a3d7a92687f865
436
+ 1995 5e586cbcd53a443aa08963c29ee71bc2
437
+ 1995 5e586cbcd53a443aa08963c29ee71bc2
438
+ 1996 cb2f2c2202ea4432adedc0879ee50ac2
439
+ 1997 8cad81d248d74b80b28e055bc6cfd0bf
440
+ 1998 f790e8acf95b49c88751230a8ca89e8f
441
+ 1999 052f8068b546406e8316ad9df7967695
442
+ 2000 f9b99c8535a24d89beff3287efc65357
443
+ 2001 f315e4b976894fd79105ad6733b481e6
444
+ 2001 f315e4b976894fd79105ad6733b481e6
445
+ 2002 ad48914e199e4c2696c7f3413c35a319
446
+ 2003 bc85ec61e07b4d8ab438d2693fb5ff9f
447
+ 2005 6a5402d465db486ca07f124a9c8f2b11
448
+ 2006 8b7c6f9c1c754db985d19879e95494fd
449
+ 2007 98bdb74e63bb42f693b174d02aaa9935
450
+ 2008 462824aa3d3a47f782481dde3e466c96
451
+ 2009 7a83b5d5590148729af09cb52c7acbaf
452
+ 2010 d5e451e563f0445298aa775232fe6fcb
453
+ 2011 578e44e13e6343429b8cf2d7b07be7b1
454
+ 2012 809b30764baa49448a4411d5707b7f29
455
+ 2013 458adb9f65544b6aad881027e7e57066
456
+ 2014 0968ad765a304c28b3bb5218ed4d818e
457
+ 2015 afdb4f3504554fcf91635c9c2e3a4e28
458
+ 2016 24d34d123ccc442ba24a15c983604fee
459
+ 2017 dc826978a8d44aa2b3bf34f566b7a1ba
460
+ 2018 5d7d7752a81e4494bdf48483c935552b
461
+ 2019 1689923201f04bec9819453e65471ff1
462
+ 2019 1689923201f04bec9819453e65471ff1
463
+ 2020 caf3d19139f24cb296db0b2bbef59db4
464
+ 2021 0c4f8e19a73847559482ebff9d13af2f
465
+ 2022 86f31e964fb14d2e8c00070ea9c07c1d
466
+ 2023 42e66e39e57743b183bd804cb2bf777b
467
+ 2024 d943ef1909804d4eae0b09ec2eb36f02
468
+ 2025 1f556cfac22c4b899dfd83d1141d7ca8
469
+ 2026 4b3181227ffd4a69a222087cbdca0cc4
470
+ 2027 25a11469979b47cb849765a604958a90
471
+ 2027 25a11469979b47cb849765a604958a90
472
+ 2028 9008f7309f9e49c5a914175eef008105
473
+ 2029 6ddf5aa704154feb82a4d3761d3a214c
474
+ 2030 487cf8754fb440a2b8f895e8d624f60c
475
+ 2031 32a7a14ca69d4befa5cb75218dcce07e
476
+ 2032 59e5d31e56604b56a3afc95754089373
477
+ 2032 59e5d31e56604b56a3afc95754089373
478
+ 2033 5c11cc37e11a483ebd73adca6cc4442e
479
+ 2034 474b763e84654f798df3fffb8f14a0a0
480
+ 2035 4fb96892decf4f6ca0090ef33032f558
481
+ 2036 5271db7dd35f40c6b6c085fc12835423
482
+ 2037 adb2559bbd35430a932559fb97196602
483
+ 2039 800dfc504b4f493dbc61abdba37d6ee0
484
+ 2041 b8f171ffe3a04d0db779380da5e94602
485
+ 2042 7ba9ff9f0b294daf8b671a7c2ac66683
486
+ 2042 7ba9ff9f0b294daf8b671a7c2ac66683
487
+ 2043 3227f207639d4790bc004ced7f4eb88d
488
+ 2045 1c37de8c8545490fb03d0ed09eaaa0b7
489
+ 2046 60508bc210da41eb916dbb6a083525b1
490
+ 2047 3d7ffc06a71f40d482f119c392c8bebe
491
+ 2047 3d7ffc06a71f40d482f119c392c8bebe
492
+ 2048 ff53a2a4052d40df998a5eb253c97897
493
+ 2049 11e82cf7ec6d4e1d90094952201201e7
494
+ 2050 429b4e9a62464173a2e9278cbb9f2417
495
+ 2051 50ee3a25a3ee4259b394268ffe86ffee
496
+ 2052 7d10f00de15248958c67994ebbc8c131
497
+ 2053 e71bcec0bdd947f8a2d7c28be20d8406
498
+ 2054 6846706dd2fe489b87422799be0bb5f7
499
+ 2054 6846706dd2fe489b87422799be0bb5f7
500
+ 2055 a370868d5efb4b0b8c30331074e651ce
501
+ 2056 96b427a2a0c14d36a5f4ea8af3ec6572
502
+ 2057 2cd0a275d7d44200b1d86f8295e9844b
503
+ 2058 353d5da48d2b4c7abc4abafaaf36fd79
504
+ 2059 b620794e30ee40bd8c705b4ea1ae3f1e
505
+ 2059 b620794e30ee40bd8c705b4ea1ae3f1e
506
+ 2060 4f8e6019e50a454385f80c7dd492811c
507
+ 2060 4f8e6019e50a454385f80c7dd492811c
508
+ 2061 b0a19434f8bf40cc92ddfa503d31a09e
509
+ 2062 ab9c286273864e8fb845dec27027a164
510
+ 2063 a974f7385c4f4b0f9a8eca5d3ed67d49
511
+ 2065 e3ae9c7217b442939e4d516257328c41
512
+ 2066 870ddaa7a2b14594a666e9288637d9ee
513
+ 2067 a2f79e423a91402db60f308c472a8b74
514
+ 2068 280241c124374067a52086c98c2c8a8b
515
+ 2069 59415dfea2a841ad88b08342803c57e0
516
+ 2070 7a86723a576d4aabb5beaf8236f32cc8
517
+ 2070 7a86723a576d4aabb5beaf8236f32cc8
518
+ 2071 bc7d6c60d91c4a6da7a94008f1800e84
519
+ 2071 bc7d6c60d91c4a6da7a94008f1800e84
520
+ 2071 bc7d6c60d91c4a6da7a94008f1800e84
521
+ 2072 deda3c7e971a4de091009a417934313c
522
+ 2073 7f0e92b81dda4e1eb45468771f7bd26a
523
+ 2074 e9fa52d8275443bf83a538944ebefaf2
524
+ 2075 102c5060834e436ab94c735e50023df1
525
+ 2076 0f853db20fd346e2bbe8f61ca99721d5
526
+ 2077 36db2cbbf36640aa9ffebe6bb2013981
527
+ 2078 5606b62da32c4f36b657e24f900a8995
528
+ 2079 28df2fb386754dcbac1b0fab58b09990
529
+ 2080 f45a85b6ba894fcd9fcda73c9a10f293
530
+ 2081 193ea8a6e89f4504a9da1c1a1a409fb8
531
+ 2081 193ea8a6e89f4504a9da1c1a1a409fb8
532
+ 2082 7df1feb3010b492792ea639cf7157325
533
+ 2083 871cb5211b644c1a8116d15651da4197
534
+ 2084 a008a089ae0e4692b174628a5f738d24
535
+ 2084 a008a089ae0e4692b174628a5f738d24
536
+ 2085 4df9190861cf4eaabf87d87176fcf8d1
537
+ 2086 9b5f5f36b9014c43ae7e8ad310292220
538
+ 2087 604b774a72a4491ca53b677a1213c931
539
+ 2087 604b774a72a4491ca53b677a1213c931
540
+ 2088 ea582b2747ec49e695bf8a629441ef70
541
+ 2089 1360bd25b3ef4b868793e1aef72461ec
542
+ 2090 d23621be3d49462ea38e3cd759c784ec
543
+ 2092 293324243cbd4df4836ff7aa39605569
544
+ 2093 c5ad6ac2160646b1b54bba36ca7bc8de
545
+ 2094 42c7fa6f0e5640e19035d5ea76cd5454
546
+ 2095 f8a8514db1694a25a8c0944a485c2ed6
547
+ 2096 67010431a4fb471fb795a72e13ee6539
548
+ 2097 80f1bd5b56e24c75a15086e99f5ee028
549
+ 2098 e6b02884256247399cf52a4c3e9424ff
550
+ 2099 2c9eae2e3350470e8a767e096f14df75
551
+ 2099 2c9eae2e3350470e8a767e096f14df75
552
+ 2100 84e5a23355e14059a2d5155ea07bd837
553
+ 2101 5f8317477a6745cb8cc0c669b08735a0
554
+ 2102 25caa867898c45fdad7ea9a59b3ab472
555
+ 2103 f6974c3a732a4e6889e2ac82d11f8f90
556
+ 2104 810be092c7164a5b958d5679f741841b
557
+ 2105 054e38d434694ed8a5c8f8c65ce10214
558
+ 2106 9e813eb8c59649d996c1d875af71568e
559
+ 2106 9e813eb8c59649d996c1d875af71568e
560
+ 2107 0c1662076fa443dfb1daaa456b481b70
561
+ 2107 0c1662076fa443dfb1daaa456b481b70
562
+ 2108 1cf346d2659446e4b63f97ee55832344
563
+ 2109 112b96cd4a85420f9528241e692d46fe
564
+ 2110 f5f076f713464003a877f8a573a39877
565
+ 2111 95b541bf5f7944f295f24f343584435c
566
+ 2111 95b541bf5f7944f295f24f343584435c
567
+ 2112 948b56d696444e01ae93b8de20f44a95
568
+ 2114 ef58c7f7c78d497fbe1ea35ef32d9278
569
+ 2115 996fce86ff5247cdbf40eabd279f7f93
570
+ 2116 41920915e5784528a9028d6e2afd50a8
571
+ 2117 6e701860d96f4f608e92a89a9642ee14
572
+ 2118 03bc78ef8c694edeb9051490ff7b1e03
573
+ 2118 03bc78ef8c694edeb9051490ff7b1e03
574
+ 2119 d86e190dde5f4e848258f63f5acc6f0a
575
+ 2120 8ce90c190a1e4175a4a34ca835a6506b
576
+ 2121 40d8c882977d4684bbd3b9b355b5653a
577
+ 2122 993449f3cae841a58eade878d3ba6c4c
578
+ 2122 993449f3cae841a58eade878d3ba6c4c
579
+ 2123 fb675129981a4bc5890f16da9e4b3488
580
+ 2124 5ee7b272d07e4076ab42110b85540e45
581
+ 2125 509bdf8e0a4b456b952cd64524b836f6
582
+ 2126 911e291121d743ebb49f3c438db49eb0
583
+ 2127 7d2d803206a94adeaac6bb098e11338f
584
+ 2128 bb1a544afb6547e6b949ac1cf60e12ef
585
+ 2129 e536fb70585741298a9b45836d692c33
586
+ 2130 22f7febe1e9f450c8f8993ad86db73d0
587
+ 2131 33d5053de07b49c5a72d566e852ab58a
588
+ 2131 33d5053de07b49c5a72d566e852ab58a
589
+ 2132 4114d220ec964075b2dd6ccf405956c2
590
+ 2133 1ff6825a36324e9f91b583351b9d65d1
591
+ 2134 a6ba3eabe728410191c118955c734b29
592
+ 2135 a89afa083bd74f46819fa14c303be893
593
+ 2135 a89afa083bd74f46819fa14c303be893
594
+ 2136 79e3c22e2d934ac1a08c5b58781a9c7a
595
+ 2136 79e3c22e2d934ac1a08c5b58781a9c7a
596
+ 2137 4b4c3266a04648e2b1e03d5ac0d22713
597
+ 2138 9da8a53a9b8b44f7b055599556c61830
598
+ 2139 d59dd32fccc5468ab10a15cf07cc65d7
599
+ 2139 d59dd32fccc5468ab10a15cf07cc65d7
600
+ 2140 b5bb5548008745d492e7088fa9a67b11
601
+ 2141 b3636117d30545eebb2a2f2a9afea0ae
602
+ 2142 305527e7afe54a209e0cab02b9b343e4
603
+ 2143 5ceef430e37f4e7ab24fedaea94f74fc
604
+ 2143 5ceef430e37f4e7ab24fedaea94f74fc
605
+ 2144 cd3fe85caad44c9198c4a542ff0c6408
606
+ 2145 3956108c93fa44b1982c52f009dac77e
607
+ 2147 e04bd1f7dbfd45168ebe2d75bccdaa9f
608
+ 2150 4e29f737ee70492ebc8cfdeac31fe7ad
609
+ 2151 7c14962a8b71476f9650f9e84f1a6ecb
610
+ 2152 125a2d784c36496ea4e51e03a1d2a966
611
+ 2154 c6142d850b7c4dceb522ed6af794b216
612
+ 2156 12ebf8ac62f04f45b7169627f1e256a1
613
+ 2158 f335a11f52a14d90b07062b69d1f8df1
614
+ 2159 b30771c0106f4b929558febc907872fa
615
+ 2160 f5734c1a4bfc450192ed08e8893da4ca
616
+ 2160 f5734c1a4bfc450192ed08e8893da4ca
617
+ 2161 d5ffdab37b5c4c5e9588c7cabdea1f3c
618
+ 2162 a6f6f2027bff46e98b7c692af3cbf67b
619
+ 2163 5710a46b2cca4774b07543314aeb7cac
620
+ 2165 79785d069ff449f78c7cb88a70481c0a
621
+ 2166 08f6538bafb0465f9f738854592f8804
622
+ 2167 b9e0b4026745470799ff808522091ddb
623
+ 2168 3d8535f1726e48448de2511e7db237b0
624
+ 2169 40cf7d354deb438293ff42730f916f45
625
+ 2170 c474b3c61f994f1e9414ea8a96a6b9b3
626
+ 2171 2c037285f92d4db4a3867b8e5494c206
627
+ 2173 7b7dcd04bbe94837a57b3fbd8634073b
628
+ 2175 5394a1bf2a7d4f3e88658ce9344a7506
629
+ 2176 225b70e74a8b4916bf4f9989b02b8c38
630
+ 2177 35242bb3d79d43fead9979303af200a3
631
+ 2177 35242bb3d79d43fead9979303af200a3
632
+ 2178 96f6ff26f04c4666a049c3568abe1662
633
+ 2179 7202d4c6b74b4e7dbb3c8e9e61949583
634
+ 2179 7202d4c6b74b4e7dbb3c8e9e61949583
635
+ 2180 b077051285ce460cac615436e2280733
636
+ 2181 25f39e15bb034691996e382ef3f9fb19
637
+ 2182 667fa835fe2a41888acf64c9285c3ec9
638
+ 2183 dd062c9ced99448c995a66f4f8b4601a
639
+ 2184 b3eb9a09268d42899dee2068e1fc1354
640
+ 2185 8ce2db08e664492193dc999d6bdb12e8
641
+ 2185 8ce2db08e664492193dc999d6bdb12e8
642
+ 2186 b42389adbd114bcdb61b1e6c76239774
643
+ 2186 b42389adbd114bcdb61b1e6c76239774
644
+ 2188 0dd9a9a226d843ecb3adea084e6d7ca1
645
+ 2189 d8101694e8474f8286adf9b9e4f6be55
646
+ 2190 7c4b646f6f2a48d6afb5ad9e248a2458
647
+ 2191 68b1ad2c874542ffa0a9e0d85e11481c
648
+ 2191 68b1ad2c874542ffa0a9e0d85e11481c
649
+ 2192 77cc1749865c4859b45f507b001fe47a
650
+ 2193 932e8da3f3324d86869c8e65768431db
651
+ 2193 932e8da3f3324d86869c8e65768431db
652
+ 2195 1bb269e08a9447fea9514f754d162626
653
+ 2196 4ba229f98f0449a2b8f339e328c59580
654
+ 2197 14bac196c962491e90b31e71dace44fb
655
+ 2198 e64642d9c1784af59561ced5a6be96e7
656
+ 2199 2ebab22ce99548c99e0101d98d9a6d67
657
+ 2200 98529c08fefe4713b58c7a9dbff4cd97
658
+ 2200 98529c08fefe4713b58c7a9dbff4cd97
659
+ 2201 94fe534798f64db982f2182c8ac5a6b8
660
+ 2203 6189850279cf4acc94c52e1fe46315f4
661
+ 2204 9abe355a9115495895cde14d004093b5
662
+ 2205 7dd8092093fc4e59b98ee05a6b1446b8
663
+ 2206 41e5d50b2f6d431fbbe648d8bf4f1cb5
664
+ 2207 b320cd7944dd4fb68ebbf5e0b9af6ff4
665
+ 2208 c28a452d111d4350acd6f937daa9467c
666
+ 2209 1972b2863636444793e59098914477cd
667
+ 2210 db5f682519a946d893942ab758f688df
668
+ 2211 b4695a2a1b6b4d6b96a3e1eb38e14680
669
+ 2212 21243ea14e6a44b09731efb7d910e39a
670
+ 2212 21243ea14e6a44b09731efb7d910e39a
671
+ 2212 21243ea14e6a44b09731efb7d910e39a
672
+ 2213 bc8a1098370848e59b77108bce726ffa
673
+ 2214 a5a2f90df90d4b75bb43261dd256e07c
674
+ 2215 2b1af05e4d4b4683828c1da7b0d2ab41
675
+ 2216 e5e6d81cf446488097fdcece17aa9330
676
+ 2217 8d31bd87a7f64e4d9acd5ec44217b932
677
+ 2220 0b4bd52eba1049feb79cda6825398a10
678
+ 2221 901a4780e19d455cb2616cb69dccdc64
679
+ 2222 76736e5cda684cd08c9f571d7f3976d9
680
+ 2223 c3d8a802d12a4305a5696a4b759d7284
681
+ 2223 c3d8a802d12a4305a5696a4b759d7284
682
+ 2224 a13890653e5b42f98b5803cbc2d68410
683
+ 2225 98ecc3cd098643ffbb643860656525af
684
+ 2226 0d3b99b6f7144bfd9d4d20232acf97e5
685
+ 2226 0d3b99b6f7144bfd9d4d20232acf97e5
686
+ 2227 d371806a95a34f5dacaaff2b7435b864
687
+ 2228 f3a2928398de4df5be892c6b5cd90dd3
688
+ 2228 f3a2928398de4df5be892c6b5cd90dd3
689
+ 2229 811fb28cfd0743f6bde756ff2183acb4
690
+ 2230 42f8fa6f2d4d407dba7669fc646fb415
691
+ 2230 42f8fa6f2d4d407dba7669fc646fb415
692
+ 2232 0028ab466a46412793d9c94d56a3191d
693
+ 2233 5de5d16edab44d5fac84d65859060d40
694
+ 2234 cf22fa20ecad48599702560f2068ca77
695
+ 2235 1d0f7155fed54d55a288ebaaa2f0dbed
696
+ 2236 54fc7e5b99214f50abd1912b4b9de1af
697
+ 2237 eff05dae264e4be8916008cd21fdc505
698
+ 2238 136b73e8cd7f49518991dcfed65e497a
699
+ 2239 04b4981af7e54e258f6d95186b611dd1
700
+ 2240 a515790e4a494f5c92d58f98a677b42e
701
+ 2241 f251a182413e495bbd9be906d2d33846
702
+ 2242 87a6a8f5a1614306a7c12665cd1bf41c
703
+ 2243 bb003680a77e4c39a1bc933c0aa5f681
704
+ 2244 e3a491a3539144fdb654153457e4df2e
705
+ 2245 e7945bfc204a456a9ece132950c1dd46
706
+ 2246 3c20d11307ab403ea9d00cb1d4cae574
707
+ 2247 7e0bd5c0aedf481aab74c049cc460c55
708
+ 2248 1a351bd632fa4e2aaa59198714f02a06
709
+ 2249 edef196600864fc8b213ef71331849fa
710
+ 2250 449aa03605684eacb645640f56bfe762
711
+ 2250 449aa03605684eacb645640f56bfe762
712
+ 2251 9d4bb2c6a37240a8a1c3da9e867b4930
713
+ 2252 b91cf7e320b545ef8f4ed91081bd1430
714
+ 2253 ac04dbf42988486b9f3058f42cbb600f
715
+ 2254 6c792d16e93c48d6bad363eee02d3bc3
716
+ 2254 6c792d16e93c48d6bad363eee02d3bc3
717
+ 2255 00975d3cc4544dbea4e5e2aba4fefcd2
718
+ 2256 392ab22659394f8593b47ff148418749
719
+ 2257 6d0a2e256f9a44bcb6d42ae208ba9e70
720
+ 2258 e3cd521c99464beeb1d2b2b1ff062a2d
721
+ 2258 e3cd521c99464beeb1d2b2b1ff062a2d
722
+ 2259 789dbdd98de7432ca6ccc967f09798dd
723
+ 2259 789dbdd98de7432ca6ccc967f09798dd
724
+ 2260 52a136aef0a541908e6a47acfde85604
725
+ 2261 c649cb8dafee4d23b4184b0c8c89e74f
726
+ 2261 c649cb8dafee4d23b4184b0c8c89e74f
727
+ 2262 2b311797493b42b3bd2330752ecbf533
728
+ 2263 1524d7369cbe4a4e81670c5bc3dcb437
729
+ 2265 92cb074105984f5eaed16f4a41974390
730
+ 2266 2250de7972f840ec9fa053eeb16ba602
731
+ 2267 3dc8d93adbe140da90516aa3058975a3
732
+ 2268 33cc49b8c2d1415692d27a9628e4e487
733
+ 2269 a58846053a5c4f52b00a904c02a3b640
734
+ 2271 57baff0736f34f068b43d16e41d27c8b
735
+ 2272 951331987ab54419b3885884fd395167
736
+ 2273 b1da80d0135d4afdb8de1841b32f0f60
737
+ 2273 b1da80d0135d4afdb8de1841b32f0f60
738
+ 2274 c5b5b3f135c54a83b3a2592ce07eae45
739
+ 2275 f8aa84de2b954c0bb2e019ffaecf5692
740
+ 2276 6745f1368fbc448ea3057ab4b3e30f14
741
+ 2277 432a0dc48dac4cfb834c6b2376634d28
742
+ 2278 c2b480f8f67e4d1e84fab9d6715ea2a9
743
+ 2279 2d9cef78c80d4889b775b75a50936077
744
+ 2280 6d291f42ba4648d9af86a8d75a0bdded
745
+ 2280 6d291f42ba4648d9af86a8d75a0bdded
746
+ 2281 c98d79603f7f4fec8cab9147fa147fb2
747
+ 2282 1715c5bee969430ca87138f595352a89
748
+ 2283 3aa17d4eb9ca40dfbfaef0b076ad7782
749
+ 2284 2bc1a6d6701f4df7820432deab9e2540
750
+ 2285 f9c419c21ee8451c88e6eebfba064b25
751
+ 2286 0abb482955fa42e4b94071ad51a212cd
752
+ 2287 941f09ad96cb481ea8d5a20d19bee855
753
+ 2288 c2d5c593382e4567a8661f2225c61fa6
754
+ 2289 c399a31ffdd54ebbb39c0ac10558ced2
755
+ 2290 b38dbd91c31e4a4daadf404d7af083fb
756
+ 2291 a589ba2c74f2425aaf44ee95ad522a79
757
+ 2294 97d5ffdb33c54c94abbfcb31cc6f0360
758
+ 2295 be798ab7b03c42e78e2a294d93005eed
759
+ 2296 1e742bad48924268b58268426e60a90f
760
+ 2297 fa1b6c9425844fd7a6a496b25bf46654
761
+ 2299 39982d8afac34c1492b08972a4299847
762
+ 2300 113f7cabb50d4de4a79e8daf35873c5c
763
+ 2301 e3a82a556bfc4beda1b4ad44a6872d64
764
+ 2302 3dbe2f3e6a4e4503bc8f3f6d0edff6b7
765
+ 2303 4c7c479092d9477dbfe9f97d7b8f2506
766
+ 2303 4c7c479092d9477dbfe9f97d7b8f2506
767
+ 2304 7249ee9bfc254252b3580e1660726136
768
+ 2304 7249ee9bfc254252b3580e1660726136
769
+ 2305 db16ff813fc3422f90fab62e565c31e1
770
+ 2306 a47939c3c81d42b7882bcff750d5adc3
771
+ 2307 0659207729464aaab723a42e3c6f5c02
772
+ 2308 52c43fde69244f13b549803f701bbb96
773
+ 2308 52c43fde69244f13b549803f701bbb96
774
+ 2309 6aa9d84c31cf42fda5c1ca840c33a0cb
775
+ 2311 effbacfbd55842658fd9993d6048bda1
776
+ 2313 dad567c1909e4f93920460b01c3f3afe
777
+ 2314 b29717bfa4cd4db391e0110db19da37b
778
+ 2315 69d731b8b99741abb2289040eb986421
779
+ 2316 fd177cc7491d45c7b8c40dbb515e542e
780
+ 2318 99498665b07141d5b100ed39a86551cf
781
+ 2319 852dd9d99eeb4454916af03facab8333
782
+ 2322 9e369c4204434bbbae67051af6769ca2
783
+ 2323 958e543bcb664492819347b88421ddac
784
+ 2324 775d368a3833478bab2c37b78e77415b
785
+ 2325 67f4d879bcb24b989f435fb012e56ba6
786
+ 2326 8b34b9ccb8c34ae2ae073f86cb1804f9
787
+ 2327 f6af4df731d44ef8a74ae72330da5db5
788
+ 2328 7029cccd4a4d4146b9ffe17de5d74475
789
+ 2329 9a79387c1bbd45499716ee44e803781b
790
+ 2330 f966ab6e473d4c2c84e5c86780374877
791
+ 2331 4b440de192664170be031b6042939bb6
792
+ 2332 ef1755ab29764e3ab736d485977b8ef6
793
+ 2333 e7a8899814ae446480d9b92145f9f738
794
+ 2333 e7a8899814ae446480d9b92145f9f738
795
+ 2334 df1d64d2dd434f8f9e29200aeebb4766
796
+ 2335 54c12922cfe549ff99305503d945a049
797
+ 2337 8c06ea3eea23453c9248ac471a6b093f
798
+ 2338 7003b2196bcb45f98137a76a647739fa
799
+ 2339 1bb16dc122f54a57a351492187315109
800
+ 2342 b09c4fd8cb5740c8a38fb3661cc3e781
801
+ 2343 ec9b34ab10464aaf9400ff55c67d63e1
802
+ 2344 f230aff0f2a740bcb839276fe468d581
803
+ 2345 dc4356b6f323483d8d2c71fd6b32ddac
804
+ 2346 ce56497bba3049f388cc8ffa4a17f183
805
+ 2347 ef6b6fa0ca264e5991408405b4492275
806
+ 2348 d1b414c8ce444b11832ac8e6c73f0927
807
+ 2351 9d38b9a063e94d1c9cda3a177c4049ae
808
+ 2352 957ef731274e4404b16caada9e4e0652
809
+ 2353 bfc20fde695945a0bb2c555d8c3eac42
810
+ 2353 bfc20fde695945a0bb2c555d8c3eac42
811
+ 2353 bfc20fde695945a0bb2c555d8c3eac42
812
+ 2354 bcd213abf83446ba8dccb444e264d74f
813
+ 2355 febc1f364f8c472098009f237ea2bc55
814
+ 2356 e2e5b860eb464fefbf0122eed07843a3
815
+ 2357 11ecd4383b424d968ea5f205e9a78262
816
+ 2358 67fe95cfa8ee43eaacf73c52742db790
817
+ 2359 cd4dd7286a9a42358e643d6252603906
818
+ 2360 59b7b8b724af4b5185cb7dd388f233fe
819
+ 2361 f8b8ec4bebe34fada4ae0dc766768c33
820
+ 2363 76077c2cc0fa4065bc420da29e70c1a1
821
+ 2363 76077c2cc0fa4065bc420da29e70c1a1
822
+ 2364 e109a113461945f1bea722ad1921831c
823
+ 2365 07512f3fb9b140cfb4b3170f1aaf35fd
824
+ 2366 39ca332fc482425a94d9ad74b2adc119
825
+ 2367 ab4d5887c96d43c6a458546abbfaeaad
826
+ 2368 f9a6e15d48e341218c4779519488741c
827
+ 2369 bc3065eb178a46138c00e4b8cef155bb
828
+ 2370 7d7a0ea7c30247cb9f67eea9bdae6b98
829
+ 2370 7d7a0ea7c30247cb9f67eea9bdae6b98
830
+ 2371 e5de15267fb74088a49303c1ee900ec4
831
+ 2372 c15093d6334e41d497a71c528d828a35
832
+ 2373 1bdc664049c8474eaa3175f8ccf1a5fe
833
+ 2374 dacab9e0b9ec47059b3162145c4f0a2e
834
+ 2375 9b41ddf970224933a809503bb01e5a67
835
+ 2375 9b41ddf970224933a809503bb01e5a67
836
+ 2376 aa892e55688940b0b09d982f225334a2
837
+ 2377 f34e884db8e14d039680c729c981a939
838
+ 2378 64bad91372bc43609a77db9f8575ffdc
839
+ 2378 64bad91372bc43609a77db9f8575ffdc
840
+ 2379 cd7616212a9640a5b3f4e23dc81d9863
841
+ 2379 cd7616212a9640a5b3f4e23dc81d9863
842
+ 2380 f8cc9e2a83324990999c3b2e982e69c7
843
+ 2381 1d340e3f0d6942139ba49aa0bb5981cf
844
+ 2382 3255b68de01b45a096537090bf380742
845
+ 2383 287afb8038f44401a8b8dc9a3413ae44
846
+ 2384 1044e46ffb614abfa44704821118aaf2
847
+ 2386 03c3ab3e38554d3395a986735f2988b9
848
+ 2387 f662fa5993404a06bc1b6a47b5bd05a0
849
+ 2388 a0f3278abc4f4e648b10b73684674619
850
+ 2390 0a6a16942e35405d9cf0ab6035f8aec8
851
+ 2390 0a6a16942e35405d9cf0ab6035f8aec8
852
+ 2391 4dcfac0c84e145c4b58f9de254397d0e
853
+ 2392 c5d0afdfd7e4475582882374c9bfc940
854
+ 2393 e40d5f5d781c4605bf7c68c205bea015
855
+ 2394 d5fa33234bc746dc9acae82218eeead1
856
+ 2395 c8d4b630ec384aeaa505a74196a67fcd
857
+ 2398 0f9b83fe5eb040fdbc9aea0727669b14
858
+ 2399 8bc56cc247004f3ca9fe6a226d639924
859
+ 2400 c61f818bb36e4baf9cbac9e266edea00
860
+ 2400 c61f818bb36e4baf9cbac9e266edea00
861
+ 2401 d3cf2b6292db43b59b02bd5745891d63
862
+ 2402 216f906b1b9c4fceb73e086e59855e33
863
+ 2403 3bdcd329ed58401491576490b9530975
864
+ 2404 eb21545e221e4f5dbdb56a20a71cb308
865
+ 2405 f5ad94857a8d407d81226f916215116b
866
+ 2406 cec06b54dc944d96af8ee1bb1c426d39
867
+ 2407 d8ad938c796c455c908be6ddca4f44c1
868
+ 2408 e5d0203f872e45cf8232f2e2d3f192c3
869
+ 2409 a0fc72c3a7ce42fc9080ad67631fc035
870
+ 2410 fc0ddd8119e74f3eb2f5ed29ef7eda2d
871
+ 2411 bc39437d045f474299728237213dfb5b
872
+ 2411 bc39437d045f474299728237213dfb5b
873
+ 2412 57a773d8c0e24224abdf7c4029852d1f
874
+ 2413 0b3e7f1ad8f1404aaccd3bacb440c526
875
+ 2414 d2b1de436a5246eca0068adf74181771
876
+ 2415 55fea1807e6d47ef874fa68063f5fe04
877
+ 2416 ca46fd2c0bab4c3a97949f7db9bee58a
878
+ 2417 5c5c3b2f98714131847fafe3c1faad6b
879
+ 2418 6c0c874d6b5e45f0ba48a447cd8d7234
880
+ 2419 b69d7dc506c34e1f8052a302c37fa4ba
881
+ 2420 6440b6efc8ff4765bf7185a0523a87cc
882
+ 2421 403cce559073438495e15ae374e83b02
883
+ 2422 7069425234f748fb88399941c95cd782
884
+ 2423 29c5b07d5e51455ba09dfe2636416329
885
+ 2424 da79852b1f344330981d9acddb367bed
886
+ 2425 f6e2f94f5f2841a993eaed5577bdece2
887
+ 2427 11c38af333904c7cb9c8244e3fb224aa
888
+ 2428 a45eae0985df4a328a05aa1baae2ad51
889
+ 2429 9c23b73a995948f9b23872a3459249f5
890
+ 2429 9c23b73a995948f9b23872a3459249f5
891
+ 2430 0f40b33aa02a4bc5972d587152f7b25f
892
+ 2431 3748a66728034d1cb2d9dfd9425e89a0
893
+ 2431 3748a66728034d1cb2d9dfd9425e89a0
894
+ 2433 041bd4167fc84deeb6ff4a6e468dc4f1
895
+ 2434 7c12ed79d7e8412a9739f8cc2a63ac58
896
+ 2435 d6856b3655af44bea4f5a574d85d9a9a
897
+ 2436 8859055e4d784668ac6e4914f2b736d3
898
+ 2437 4836b062a6af47ae9ed005193cbff329
899
+ 2438 8b952dba2f3740cf8636e5cd3a81309f
900
+ 2439 0784d5b9fbba48e597196615a8c25386
901
+ 2440 fb2da75c16d640bea45099c8efe695b9
902
+ 2441 a23dec46ebaa4b4e998efaf4b0d3f64d
903
+ 2441 a23dec46ebaa4b4e998efaf4b0d3f64d
904
+ 2442 141d872fdcdc489f8f3159cef0899496
905
+ 2443 bff49b059896424d896271de79cfc792
906
+ 2444 123739b8e88a457cac5414dbbe382d4e
907
+ 2444 123739b8e88a457cac5414dbbe382d4e
908
+ 2446 1f678f7e298943a59b704bb2f562327a
909
+ 2446 1f678f7e298943a59b704bb2f562327a
910
+ 2447 0cfeb0f37f584a3fb6617574b674ee67
911
+ 2448 3ddd52dafa8641b4a7b583f241fe16ce
912
+ 2449 3cb9250ec4c144ad9c2d9442c8bedb2d
913
+ 2450 8c4a229e32c048a1b98bd323a12a4e2b
914
+ 2450 8c4a229e32c048a1b98bd323a12a4e2b
915
+ 2451 af20ab8bd3c140ce90eb0d3e92aaaeb7
916
+ 2452 598b19e95b3e47e686d994b9e1dba3d6
917
+ 2453 5792a367315b4a0ab1353b255b7ca4de
918
+ 2454 202486a7153344d697aaaa61cba0a553
919
+ 2455 576ed6f1dbd34a08ac405f5f492c3d71
920
+ 2456 0531fa8924bb456badce428733481eb6
921
+ 2456 0531fa8924bb456badce428733481eb6
922
+ 2457 2767c61fc4c64ef6bf7647732b27759e
923
+ 2458 9921e1041a444541a646fe8b24f0973b
924
+ 2460 6e0b921bdc8b4eef9795545de529ccd8
925
+ 2461 277db16516c045aaac6f34121907ecae
926
+ 2462 022e22592e354d7c9c9489e9a91ff4e6
927
+ 2464 ea0c042f8bc747fca8b8d7143c21254c
928
+ 2465 1d1f42c2c4f94a9db3ede810fc99d183
929
+ 2467 4b9a715a89124b1f8dd47eca0cfcdd3e
930
+ 2468 0fec5032cbae414da9b59dd11361444c
931
+ 2470 9b44270560de4f43ad32e0b5f26a0a3c
932
+ 2471 0ab6a6eab2394b6f8fd4f7aee7446435
933
+ 2472 61cb0fe4323f4cb5b3693258e02e01aa
934
+ 2473 32903364a38249f0a38d7133fe2bac91
935
+ 2473 32903364a38249f0a38d7133fe2bac91
936
+ 2474 c30b113fd95f469682ac8ab0e07c7a1e
937
+ 2475 dffb0fb5af34452b9cd11caa393b033d
938
+ 2476 a76ffcd4626241179ae83d59841a141a
939
+ 2477 97802f2ae7ed4755ac4c540148779cd1
940
+ 2478 dde52bc1dc7a4e759626ec63273a705c
941
+ 2479 ee0189c723824e5795e9068f261cf670
942
+ 2480 42b990cff2fe4105b24d8c036636197f
943
+ 2481 4a490476da174f859b54f4db4ac6f022
944
+ 2482 031387c681a64ae5a3edb819cca38d6c
945
+ 2483 0909a22ed7414d37a22ab276120b65c9
946
+ 2484 72ef9a5aca5b49d192dee1f0ca78a77a
947
+ 2485 87db6a9c0c874dc4ba00221006d105b1
948
+ 2486 df485c1ce97843d8bc1eaa8e7b05f473
949
+ 2488 aad54f148a144ed28f0cffc0a0331fe0
950
+ 2489 e18d7809a0d2433f86b35c2ad2e4bbb4
951
+ 2490 12697eda7fbf4e06b764d267b314fadb
952
+ 2491 afcc2a4cb812459bb0701191d153b0e0
953
+ 2493 6c0276aff1c94eca9bd077aff6738008
954
+ 2494 51e770acb34b4fe5aab2291cea15b86a
955
+ 2495 6693a4a964824a5b800c86deabc932b2
956
+ 2497 fc4c8c19d1a140aa93e5171f4e744ffb
957
+ 2499 e68d0c563caf484287f0e69577329a4c
958
+ 2500 973a2f2eb67e4ae2bf341877b464ca1f
959
+ 2501 ce4dfc31b820456eab4c33e5cf58c163
960
+ 2501 ce4dfc31b820456eab4c33e5cf58c163
961
+ 2502 205a4d2283d241849e06ae0555111e0c
962
+ 2506 f31a8210be714de09f02413fbf3fb45f
963
+ 2508 f93033d1ac8a4d0f836a8d79853006c5
964
+ 2508 f93033d1ac8a4d0f836a8d79853006c5
965
+ 2509 ffb7d2e79cb841fda2f97a9a61faac10
966
+ 2510 e34bcfdca0f4401e897f954d512b47a9
967
+ 2511 1c4daca377fc4a32a71e4f82da7d3197
968
+ 2512 abea211716f14f999997de3ae74c31be
969
+ 2512 abea211716f14f999997de3ae74c31be
970
+ 2513 dddf3b0b4cd148139854279b0df09c95
971
+ 2514 5613cff965ad40fbacdd04427dd378a5
972
+ 2515 fd124230105c4c3392da1d3b572c8ed9
973
+ 2516 a7d2dd8d6ce8494eb3e272542d4d5477
974
+ 2517 f48c86b4c1d448cc9b57392133cb0925
975
+ 2517 f48c86b4c1d448cc9b57392133cb0925
976
+ 2517 f48c86b4c1d448cc9b57392133cb0925
977
+ 2518 be6938e791b04c8fbb35f7b650fa8432
978
+ 2519 f89281506ad74dc4829d1277c8c5899e
979
+ 2520 97ffca99d5714f1cae211ceac15264a2
980
+ 2522 b448e40e3c7b429f8ace7fe106e8e196
981
+ 2524 1a8f75aa252b4b3297e25b5c399852ea
982
+ 2525 eec7fa663f7a4657b53eea3da96d208e
983
+ 2526 4626de60e38841adacaafe9f71d4c7ff
984
+ 2527 a4e475bf0b08459d8c5ee3f3d2786a19
985
+ 2527 a4e475bf0b08459d8c5ee3f3d2786a19
986
+ 2528 d385bb6e327f4f5dbed7a629869bbc0e
987
+ 2529 4cb08652866945d08b401b8fb85b8ad4
988
+ 2530 f2abb636481d4e99933aa226c5bbad0b
989
+ 2531 e94202ae2e484d039872755d944ca4b0
990
+ 2532 4f164feded3a46a28b1afda12a4411f2
991
+ 2533 7276447b879d4c728c841613c3902dca
992
+ 2534 ed8e62eccc794e549acf8086bff03ea9
993
+ 2535 f1cf88babc7d4f61a58de77f429da3f8
994
+ 2536 b6ce77c015fa412085012b054696bffa
995
+ 2537 c12380b3eb184cd784dff3ce4d1715c2
996
+ 2538 6e0608f6231b409197e912da94112f63
997
+ 2539 e5471d472e0a43a49e8f03af47316568
998
+ 2540 5b751365d74a42548d2cbf9e7a3c206d
999
+ 2541 0c64b517b1594ee2a73d7b1e18fcdb83
1000
+ 2544 d308e16ace3449d19d057d677b900f50
1001
+ 2544 d308e16ace3449d19d057d677b900f50
1002
+ 2545 920438625ed84ed1b00d2c323ae43621
1003
+ 2546 5dad12f9166f409faf02bcf2ba2eab4e
1004
+ 2547 1095f9e2b8a0425f9e72ae9f2d381b7c
1005
+ 2548 3e31dcd8c0fa476b9f90475d2d1ef5fb
1006
+ 2549 d9db43630d4d4c859d74b2cf057c69bf
1007
+ 2549 d9db43630d4d4c859d74b2cf057c69bf
1008
+ 2550 a2e82adb96e641c6ae0de3348e7c1f98
1009
+ 2551 61684e3f70ae4816b8c121726ac1ec89
1010
+ 2552 4ba94bd5484c4e0ba000c767d557857d
1011
+ 2553 874bce2bb16d4cd99f0516d803afb56a
1012
+ 2555 61b3dae36ceb4b30ab6960bb48742385
1013
+ 2556 b62a19b09dfd4d4a95254566980f3431
1014
+ 2557 2b5b1e25d2ba48e9a6efab4a8e5ef1f2
1015
+ 2557 2b5b1e25d2ba48e9a6efab4a8e5ef1f2
1016
+ 2558 96c88e1405d94458a54d42ad41745fad
1017
+ 2558 96c88e1405d94458a54d42ad41745fad
1018
+ 2559 f46f940cf4ca4930944d9d653f1c1476
1019
+ 2560 97e5b286aedb45c580516c56f370e73b
1020
+ 2561 3ca437ad40074015bf09e97ce1e92f1a
1021
+ 2562 626637f5fa444b36ae3a69ec7eae1629
1022
+ 2563 8a058e7731cd4c0f936c6eef2400f5f5
1023
+ 2564 0424fed0f39947f4b8a0db5e6e5be730
1024
+ 2565 e5a3feacfac341bcb9cc99b74037ce18
1025
+ 2566 a4219f47ea044b33b575d24406e539f3
1026
+ 2567 ea4512ead9af46759ac9636510f1d4c3
1027
+ 2568 9d8018febece4c9f91186dfbea343ceb
1028
+ 2569 8b4c8d6df03544418b3d85c1930fb36e
1029
+ 2569 8b4c8d6df03544418b3d85c1930fb36e
1030
+ 2570 1c1d7c56d70842a48980735e10a853ae
1031
+ 2571 46f847b98b48481aac7a2e70ce8705ec
1032
+ 2572 f0ea400c499d4a0a86524fc61bbff366
1033
+ 2573 488bb9b4759749a6b3c20a94718a77bf
1034
+ 2573 488bb9b4759749a6b3c20a94718a77bf
1035
+ 2575 3281a42d6d584aae9ea81a8ef0f0f155
1036
+ 2575 3281a42d6d584aae9ea81a8ef0f0f155
1037
+ 2576 80abf81ee8ea4687ba7988e650e8711b
1038
+ 2577 9d877a998f4c48a881d683a79180ecf4
1039
+ 2578 fa49b7fac27c4958947060be357e47f6
1040
+ 2580 93e13c7b7c344e0a8978e65ccff0bba4
1041
+ 2581 baab267944b047479c5bf1cf043ea3a5
1042
+ 2583 c9c72ec704974d758d72b4c83d24e19d
1043
+ 2584 df3e2ab5de794ae194e7725ae16f7f9b
1044
+ 2585 189ada0d14774a4e841c5f39c726afde
1045
+ 2586 51f379b0335b4aa5b1ec48b7de6b55ea
1046
+ 2587 08b8787c790e41f1a34ec7355c25ffea
1047
+ 2588 0f1298e58eb940dfb52c608842aa13b7
1048
+ 2589 ecd60c927df941cf8390f3f4e0ca429f
1049
+ 2590 3f65a7eb4d2c4b459c7d6afc61a9dc4f
1050
+ 2591 e0f9702f7b43471cb8a3b66fe632fa65
1051
+ 2592 ff63ed51156d4771875293ae156bb764
1052
+ 2593 3966399e681148b38a39820fdc288339
1053
+ 2594 3133b22f014c40dab954549fc43a0a67
1054
+ 2595 e7de2fe945744e9581c0bf8dbc8355e1
1055
+ 2595 e7de2fe945744e9581c0bf8dbc8355e1
1056
+ 2596 005d4ac159b04fdda3a113136dd918f9
1057
+ 2597 ba669fcba2ac479bb6044250771cd7f7
1058
+ 2598 726cd7b7eba14ee6bb7ea372b564e94f
1059
+ 2598 726cd7b7eba14ee6bb7ea372b564e94f
1060
+ 2600 7bdaba65bd6745c2b9c871578ab55fb7
1061
+ 2601 206f926a34ba4903aec38fd952320bd2
1062
+ 2601 206f926a34ba4903aec38fd952320bd2
1063
+ 2602 bce6f527425843d5bed049b4736c89dc
1064
+ 2604 5795dd94b6744b6a8341f7780893d876
1065
+ 2605 efcd6ec7e75b48b9a3dd04a64d3d051b
1066
+ 2606 45d6a6d453524cc790eb34ae369432cf
1067
+ 2607 9f19c5d4780c44e3af4565f034621509
1068
+ 2608 47fca7850a2f4becb21974a0aae0d5c6
1069
+ 2609 552b3be874334b8ea1e35c60add96ac7
dev_qrels.jsonl ADDED
@@ -0,0 +1,1068 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"qid": "1566", "did": "1635", "score": 1}
2
+ {"qid": "1567", "did": "1641", "score": 1}
3
+ {"qid": "1568", "did": "1645", "score": 1}
4
+ {"qid": "1569", "did": "1648", "score": 1}
5
+ {"qid": "1570", "did": "1653", "score": 1}
6
+ {"qid": "1571", "did": "1656", "score": 1}
7
+ {"qid": "1572", "did": "1654", "score": 1}
8
+ {"qid": "1573", "did": "1659", "score": 1}
9
+ {"qid": "1574", "did": "1662", "score": 1}
10
+ {"qid": "1574", "did": "1663", "score": 1}
11
+ {"qid": "1575", "did": "1665", "score": 1}
12
+ {"qid": "1576", "did": "1672", "score": 1}
13
+ {"qid": "1576", "did": "1673", "score": 1}
14
+ {"qid": "1577", "did": "1678", "score": 1}
15
+ {"qid": "1578", "did": "1680", "score": 1}
16
+ {"qid": "1579", "did": "1685", "score": 1}
17
+ {"qid": "1580", "did": "1689", "score": 1}
18
+ {"qid": "1582", "did": "1695", "score": 1}
19
+ {"qid": "1583", "did": "1699", "score": 1}
20
+ {"qid": "1585", "did": "1705", "score": 1}
21
+ {"qid": "1586", "did": "1690", "score": 1}
22
+ {"qid": "1586", "did": "1692", "score": 1}
23
+ {"qid": "1587", "did": "1709", "score": 1}
24
+ {"qid": "1588", "did": "1714", "score": 1}
25
+ {"qid": "1589", "did": "1716", "score": 1}
26
+ {"qid": "1590", "did": "1719", "score": 1}
27
+ {"qid": "1591", "did": "1724", "score": 1}
28
+ {"qid": "1592", "did": "1726", "score": 1}
29
+ {"qid": "1594", "did": "1735", "score": 1}
30
+ {"qid": "1595", "did": "1737", "score": 1}
31
+ {"qid": "1596", "did": "1740", "score": 1}
32
+ {"qid": "1597", "did": "1749", "score": 1}
33
+ {"qid": "1598", "did": "1752", "score": 1}
34
+ {"qid": "1599", "did": "1756", "score": 1}
35
+ {"qid": "1600", "did": "1759", "score": 1}
36
+ {"qid": "1601", "did": "1765", "score": 1}
37
+ {"qid": "1602", "did": "1717", "score": 1}
38
+ {"qid": "1603", "did": "1723", "score": 1}
39
+ {"qid": "1603", "did": "1724", "score": 1}
40
+ {"qid": "1604", "did": "1769", "score": 1}
41
+ {"qid": "1605", "did": "1773", "score": 1}
42
+ {"qid": "1606", "did": "1777", "score": 1}
43
+ {"qid": "1607", "did": "1780", "score": 1}
44
+ {"qid": "1608", "did": "1784", "score": 1}
45
+ {"qid": "1609", "did": "1791", "score": 1}
46
+ {"qid": "1609", "did": "1793", "score": 1}
47
+ {"qid": "1611", "did": "1801", "score": 1}
48
+ {"qid": "1612", "did": "1804", "score": 1}
49
+ {"qid": "1613", "did": "1800", "score": 1}
50
+ {"qid": "1613", "did": "1801", "score": 1}
51
+ {"qid": "1614", "did": "1807", "score": 1}
52
+ {"qid": "1615", "did": "1635", "score": 1}
53
+ {"qid": "1615", "did": "1637", "score": 1}
54
+ {"qid": "1616", "did": "1731", "score": 1}
55
+ {"qid": "1617", "did": "1809", "score": 1}
56
+ {"qid": "1618", "did": "1816", "score": 1}
57
+ {"qid": "1619", "did": "1819", "score": 1}
58
+ {"qid": "1619", "did": "1820", "score": 1}
59
+ {"qid": "1620", "did": "1824", "score": 1}
60
+ {"qid": "1621", "did": "1825", "score": 1}
61
+ {"qid": "1622", "did": "1829", "score": 1}
62
+ {"qid": "1623", "did": "1831", "score": 1}
63
+ {"qid": "1624", "did": "1835", "score": 1}
64
+ {"qid": "1625", "did": "1838", "score": 1}
65
+ {"qid": "1626", "did": "1799", "score": 1}
66
+ {"qid": "1626", "did": "1801", "score": 1}
67
+ {"qid": "1627", "did": "1843", "score": 1}
68
+ {"qid": "1628", "did": "1850", "score": 1}
69
+ {"qid": "1629", "did": "1852", "score": 1}
70
+ {"qid": "1629", "did": "1854", "score": 1}
71
+ {"qid": "1630", "did": "1855", "score": 1}
72
+ {"qid": "1631", "did": "1861", "score": 1}
73
+ {"qid": "1632", "did": "1866", "score": 1}
74
+ {"qid": "1633", "did": "1871", "score": 1}
75
+ {"qid": "1634", "did": "1873", "score": 1}
76
+ {"qid": "1634", "did": "1875", "score": 1}
77
+ {"qid": "1635", "did": "1724", "score": 1}
78
+ {"qid": "1636", "did": "1711", "score": 1}
79
+ {"qid": "1636", "did": "1714", "score": 1}
80
+ {"qid": "1637", "did": "1877", "score": 1}
81
+ {"qid": "1638", "did": "1886", "score": 1}
82
+ {"qid": "1639", "did": "1891", "score": 1}
83
+ {"qid": "1640", "did": "1895", "score": 1}
84
+ {"qid": "1641", "did": "1897", "score": 1}
85
+ {"qid": "1642", "did": "1901", "score": 1}
86
+ {"qid": "1643", "did": "1906", "score": 1}
87
+ {"qid": "1644", "did": "1912", "score": 1}
88
+ {"qid": "1646", "did": "1917", "score": 1}
89
+ {"qid": "1647", "did": "1920", "score": 1}
90
+ {"qid": "1649", "did": "1927", "score": 1}
91
+ {"qid": "1650", "did": "1931", "score": 1}
92
+ {"qid": "1651", "did": "1935", "score": 1}
93
+ {"qid": "1652", "did": "1938", "score": 1}
94
+ {"qid": "1653", "did": "1942", "score": 1}
95
+ {"qid": "1654", "did": "1838", "score": 1}
96
+ {"qid": "1654", "did": "1839", "score": 1}
97
+ {"qid": "1655", "did": "1945", "score": 1}
98
+ {"qid": "1656", "did": "1951", "score": 1}
99
+ {"qid": "1657", "did": "1955", "score": 1}
100
+ {"qid": "1658", "did": "1958", "score": 1}
101
+ {"qid": "1659", "did": "1935", "score": 1}
102
+ {"qid": "1659", "did": "1936", "score": 1}
103
+ {"qid": "1661", "did": "1967", "score": 1}
104
+ {"qid": "1663", "did": "1817", "score": 1}
105
+ {"qid": "1663", "did": "1820", "score": 1}
106
+ {"qid": "1664", "did": "1971", "score": 1}
107
+ {"qid": "1664", "did": "1972", "score": 1}
108
+ {"qid": "1665", "did": "1680", "score": 1}
109
+ {"qid": "1666", "did": "1974", "score": 1}
110
+ {"qid": "1666", "did": "1976", "score": 1}
111
+ {"qid": "1668", "did": "1980", "score": 1}
112
+ {"qid": "1669", "did": "1636", "score": 1}
113
+ {"qid": "1669", "did": "1638", "score": 1}
114
+ {"qid": "1670", "did": "1988", "score": 1}
115
+ {"qid": "1671", "did": "1867", "score": 1}
116
+ {"qid": "1672", "did": "1994", "score": 1}
117
+ {"qid": "1673", "did": "1719", "score": 1}
118
+ {"qid": "1673", "did": "1720", "score": 1}
119
+ {"qid": "1674", "did": "1897", "score": 1}
120
+ {"qid": "1675", "did": "1997", "score": 1}
121
+ {"qid": "1676", "did": "1935", "score": 1}
122
+ {"qid": "1676", "did": "1936", "score": 1}
123
+ {"qid": "1678", "did": "1998", "score": 1}
124
+ {"qid": "1679", "did": "1750", "score": 1}
125
+ {"qid": "1680", "did": "1685", "score": 1}
126
+ {"qid": "1681", "did": "1732", "score": 1}
127
+ {"qid": "1683", "did": "2005", "score": 1}
128
+ {"qid": "1683", "did": "2006", "score": 1}
129
+ {"qid": "1684", "did": "2009", "score": 1}
130
+ {"qid": "1684", "did": "2011", "score": 1}
131
+ {"qid": "1685", "did": "2014", "score": 1}
132
+ {"qid": "1686", "did": "1953", "score": 1}
133
+ {"qid": "1686", "did": "1954", "score": 1}
134
+ {"qid": "1687", "did": "2017", "score": 1}
135
+ {"qid": "1688", "did": "1829", "score": 1}
136
+ {"qid": "1689", "did": "1974", "score": 1}
137
+ {"qid": "1689", "did": "1976", "score": 1}
138
+ {"qid": "1691", "did": "2023", "score": 1}
139
+ {"qid": "1691", "did": "2025", "score": 1}
140
+ {"qid": "1692", "did": "2026", "score": 1}
141
+ {"qid": "1693", "did": "2031", "score": 1}
142
+ {"qid": "1694", "did": "2032", "score": 1}
143
+ {"qid": "1695", "did": "2040", "score": 1}
144
+ {"qid": "1696", "did": "2042", "score": 1}
145
+ {"qid": "1697", "did": "2045", "score": 1}
146
+ {"qid": "1698", "did": "1699", "score": 1}
147
+ {"qid": "1699", "did": "2051", "score": 1}
148
+ {"qid": "1700", "did": "2052", "score": 1}
149
+ {"qid": "1701", "did": "2055", "score": 1}
150
+ {"qid": "1702", "did": "2059", "score": 1}
151
+ {"qid": "1703", "did": "2036", "score": 1}
152
+ {"qid": "1704", "did": "2064", "score": 1}
153
+ {"qid": "1705", "did": "2067", "score": 1}
154
+ {"qid": "1706", "did": "1777", "score": 1}
155
+ {"qid": "1707", "did": "2068", "score": 1}
156
+ {"qid": "1708", "did": "2072", "score": 1}
157
+ {"qid": "1709", "did": "2074", "score": 1}
158
+ {"qid": "1709", "did": "2076", "score": 1}
159
+ {"qid": "1711", "did": "1932", "score": 1}
160
+ {"qid": "1713", "did": "2082", "score": 1}
161
+ {"qid": "1714", "did": "2083", "score": 1}
162
+ {"qid": "1714", "did": "2085", "score": 1}
163
+ {"qid": "1715", "did": "2067", "score": 1}
164
+ {"qid": "1716", "did": "2088", "score": 1}
165
+ {"qid": "1718", "did": "2020", "score": 1}
166
+ {"qid": "1719", "did": "2069", "score": 1}
167
+ {"qid": "1719", "did": "2070", "score": 1}
168
+ {"qid": "1720", "did": "1914", "score": 1}
169
+ {"qid": "1721", "did": "2095", "score": 1}
170
+ {"qid": "1722", "did": "2100", "score": 1}
171
+ {"qid": "1723", "did": "2101", "score": 1}
172
+ {"qid": "1724", "did": "1745", "score": 1}
173
+ {"qid": "1725", "did": "1703", "score": 1}
174
+ {"qid": "1726", "did": "2105", "score": 1}
175
+ {"qid": "1726", "did": "2107", "score": 1}
176
+ {"qid": "1727", "did": "2048", "score": 1}
177
+ {"qid": "1728", "did": "2109", "score": 1}
178
+ {"qid": "1728", "did": "2111", "score": 1}
179
+ {"qid": "1730", "did": "2083", "score": 1}
180
+ {"qid": "1730", "did": "2085", "score": 1}
181
+ {"qid": "1731", "did": "1926", "score": 1}
182
+ {"qid": "1732", "did": "2113", "score": 1}
183
+ {"qid": "1734", "did": "2120", "score": 1}
184
+ {"qid": "1735", "did": "1994", "score": 1}
185
+ {"qid": "1736", "did": "2044", "score": 1}
186
+ {"qid": "1737", "did": "2128", "score": 1}
187
+ {"qid": "1738", "did": "2074", "score": 1}
188
+ {"qid": "1738", "did": "2076", "score": 1}
189
+ {"qid": "1739", "did": "2132", "score": 1}
190
+ {"qid": "1740", "did": "2137", "score": 1}
191
+ {"qid": "1741", "did": "1906", "score": 1}
192
+ {"qid": "1742", "did": "2142", "score": 1}
193
+ {"qid": "1743", "did": "2144", "score": 1}
194
+ {"qid": "1744", "did": "2150", "score": 1}
195
+ {"qid": "1745", "did": "2153", "score": 1}
196
+ {"qid": "1746", "did": "2001", "score": 1}
197
+ {"qid": "1747", "did": "2137", "score": 1}
198
+ {"qid": "1747", "did": "2139", "score": 1}
199
+ {"qid": "1748", "did": "1801", "score": 1}
200
+ {"qid": "1749", "did": "2154", "score": 1}
201
+ {"qid": "1750", "did": "1920", "score": 1}
202
+ {"qid": "1751", "did": "2160", "score": 1}
203
+ {"qid": "1752", "did": "1835", "score": 1}
204
+ {"qid": "1753", "did": "1838", "score": 1}
205
+ {"qid": "1755", "did": "2170", "score": 1}
206
+ {"qid": "1756", "did": "2171", "score": 1}
207
+ {"qid": "1757", "did": "1897", "score": 1}
208
+ {"qid": "1758", "did": "2174", "score": 1}
209
+ {"qid": "1759", "did": "2180", "score": 1}
210
+ {"qid": "1760", "did": "2186", "score": 1}
211
+ {"qid": "1762", "did": "1849", "score": 1}
212
+ {"qid": "1762", "did": "1850", "score": 1}
213
+ {"qid": "1763", "did": "2194", "score": 1}
214
+ {"qid": "1764", "did": "1970", "score": 1}
215
+ {"qid": "1767", "did": "2200", "score": 1}
216
+ {"qid": "1768", "did": "1796", "score": 1}
217
+ {"qid": "1769", "did": "2166", "score": 1}
218
+ {"qid": "1770", "did": "2068", "score": 1}
219
+ {"qid": "1771", "did": "2202", "score": 1}
220
+ {"qid": "1772", "did": "2206", "score": 1}
221
+ {"qid": "1772", "did": "2207", "score": 1}
222
+ {"qid": "1773", "did": "2043", "score": 1}
223
+ {"qid": "1774", "did": "2209", "score": 1}
224
+ {"qid": "1776", "did": "1879", "score": 1}
225
+ {"qid": "1777", "did": "2026", "score": 1}
226
+ {"qid": "1778", "did": "1719", "score": 1}
227
+ {"qid": "1779", "did": "1916", "score": 1}
228
+ {"qid": "1780", "did": "2208", "score": 1}
229
+ {"qid": "1781", "did": "2212", "score": 1}
230
+ {"qid": "1782", "did": "1926", "score": 1}
231
+ {"qid": "1782", "did": "1928", "score": 1}
232
+ {"qid": "1783", "did": "2219", "score": 1}
233
+ {"qid": "1784", "did": "2220", "score": 1}
234
+ {"qid": "1785", "did": "1752", "score": 1}
235
+ {"qid": "1788", "did": "2160", "score": 1}
236
+ {"qid": "1789", "did": "2107", "score": 1}
237
+ {"qid": "1790", "did": "1900", "score": 1}
238
+ {"qid": "1791", "did": "2078", "score": 1}
239
+ {"qid": "1792", "did": "2229", "score": 1}
240
+ {"qid": "1793", "did": "2174", "score": 1}
241
+ {"qid": "1794", "did": "2230", "score": 1}
242
+ {"qid": "1796", "did": "2235", "score": 1}
243
+ {"qid": "1797", "did": "2237", "score": 1}
244
+ {"qid": "1799", "did": "2244", "score": 1}
245
+ {"qid": "1800", "did": "1700", "score": 1}
246
+ {"qid": "1801", "did": "1765", "score": 1}
247
+ {"qid": "1802", "did": "2032", "score": 1}
248
+ {"qid": "1803", "did": "2247", "score": 1}
249
+ {"qid": "1804", "did": "2250", "score": 1}
250
+ {"qid": "1804", "did": "2252", "score": 1}
251
+ {"qid": "1805", "did": "2054", "score": 1}
252
+ {"qid": "1806", "did": "2170", "score": 1}
253
+ {"qid": "1807", "did": "1657", "score": 1}
254
+ {"qid": "1808", "did": "2014", "score": 1}
255
+ {"qid": "1810", "did": "2261", "score": 1}
256
+ {"qid": "1811", "did": "2263", "score": 1}
257
+ {"qid": "1812", "did": "2268", "score": 1}
258
+ {"qid": "1813", "did": "2273", "score": 1}
259
+ {"qid": "1814", "did": "2275", "score": 1}
260
+ {"qid": "1815", "did": "2089", "score": 1}
261
+ {"qid": "1816", "did": "2282", "score": 1}
262
+ {"qid": "1817", "did": "2285", "score": 1}
263
+ {"qid": "1818", "did": "2066", "score": 1}
264
+ {"qid": "1819", "did": "2287", "score": 1}
265
+ {"qid": "1820", "did": "1690", "score": 1}
266
+ {"qid": "1820", "did": "1692", "score": 1}
267
+ {"qid": "1822", "did": "1649", "score": 1}
268
+ {"qid": "1823", "did": "1885", "score": 1}
269
+ {"qid": "1824", "did": "1971", "score": 1}
270
+ {"qid": "1825", "did": "2294", "score": 1}
271
+ {"qid": "1826", "did": "2300", "score": 1}
272
+ {"qid": "1828", "did": "2307", "score": 1}
273
+ {"qid": "1829", "did": "2309", "score": 1}
274
+ {"qid": "1830", "did": "1709", "score": 1}
275
+ {"qid": "1831", "did": "2312", "score": 1}
276
+ {"qid": "1832", "did": "1716", "score": 1}
277
+ {"qid": "1833", "did": "1926", "score": 1}
278
+ {"qid": "1833", "did": "1928", "score": 1}
279
+ {"qid": "1835", "did": "1886", "score": 1}
280
+ {"qid": "1837", "did": "2076", "score": 1}
281
+ {"qid": "1838", "did": "2317", "score": 1}
282
+ {"qid": "1839", "did": "1831", "score": 1}
283
+ {"qid": "1840", "did": "2321", "score": 1}
284
+ {"qid": "1841", "did": "1920", "score": 1}
285
+ {"qid": "1842", "did": "2328", "score": 1}
286
+ {"qid": "1843", "did": "2297", "score": 1}
287
+ {"qid": "1844", "did": "2142", "score": 1}
288
+ {"qid": "1845", "did": "2205", "score": 1}
289
+ {"qid": "1845", "did": "2206", "score": 1}
290
+ {"qid": "1846", "did": "2332", "score": 1}
291
+ {"qid": "1847", "did": "2336", "score": 1}
292
+ {"qid": "1848", "did": "1966", "score": 1}
293
+ {"qid": "1849", "did": "2338", "score": 1}
294
+ {"qid": "1850", "did": "1964", "score": 1}
295
+ {"qid": "1851", "did": "1970", "score": 1}
296
+ {"qid": "1852", "did": "1658", "score": 1}
297
+ {"qid": "1853", "did": "2307", "score": 1}
298
+ {"qid": "1854", "did": "2343", "score": 1}
299
+ {"qid": "1855", "did": "2344", "score": 1}
300
+ {"qid": "1856", "did": "1774", "score": 1}
301
+ {"qid": "1857", "did": "2006", "score": 1}
302
+ {"qid": "1859", "did": "2306", "score": 1}
303
+ {"qid": "1860", "did": "2353", "score": 1}
304
+ {"qid": "1861", "did": "1930", "score": 1}
305
+ {"qid": "1861", "did": "1932", "score": 1}
306
+ {"qid": "1862", "did": "2356", "score": 1}
307
+ {"qid": "1863", "did": "1876", "score": 1}
308
+ {"qid": "1864", "did": "2006", "score": 1}
309
+ {"qid": "1864", "did": "2008", "score": 1}
310
+ {"qid": "1865", "did": "2357", "score": 1}
311
+ {"qid": "1866", "did": "1945", "score": 1}
312
+ {"qid": "1867", "did": "2043", "score": 1}
313
+ {"qid": "1868", "did": "2243", "score": 1}
314
+ {"qid": "1868", "did": "2244", "score": 1}
315
+ {"qid": "1870", "did": "2336", "score": 1}
316
+ {"qid": "1871", "did": "1751", "score": 1}
317
+ {"qid": "1871", "did": "1752", "score": 1}
318
+ {"qid": "1872", "did": "2265", "score": 1}
319
+ {"qid": "1873", "did": "1808", "score": 1}
320
+ {"qid": "1874", "did": "1735", "score": 1}
321
+ {"qid": "1875", "did": "2093", "score": 1}
322
+ {"qid": "1877", "did": "1801", "score": 1}
323
+ {"qid": "1878", "did": "2364", "score": 1}
324
+ {"qid": "1878", "did": "2366", "score": 1}
325
+ {"qid": "1879", "did": "2368", "score": 1}
326
+ {"qid": "1879", "did": "2370", "score": 1}
327
+ {"qid": "1880", "did": "2371", "score": 1}
328
+ {"qid": "1881", "did": "2377", "score": 1}
329
+ {"qid": "1882", "did": "2180", "score": 1}
330
+ {"qid": "1883", "did": "2378", "score": 1}
331
+ {"qid": "1884", "did": "1894", "score": 1}
332
+ {"qid": "1885", "did": "2381", "score": 1}
333
+ {"qid": "1886", "did": "2386", "score": 1}
334
+ {"qid": "1887", "did": "2389", "score": 1}
335
+ {"qid": "1888", "did": "2283", "score": 1}
336
+ {"qid": "1890", "did": "1952", "score": 1}
337
+ {"qid": "1891", "did": "2377", "score": 1}
338
+ {"qid": "1892", "did": "1866", "score": 1}
339
+ {"qid": "1893", "did": "2393", "score": 1}
340
+ {"qid": "1894", "did": "2398", "score": 1}
341
+ {"qid": "1895", "did": "2061", "score": 1}
342
+ {"qid": "1896", "did": "2401", "score": 1}
343
+ {"qid": "1896", "did": "2402", "score": 1}
344
+ {"qid": "1897", "did": "2407", "score": 1}
345
+ {"qid": "1898", "did": "2107", "score": 1}
346
+ {"qid": "1899", "did": "2410", "score": 1}
347
+ {"qid": "1900", "did": "2413", "score": 1}
348
+ {"qid": "1901", "did": "2414", "score": 1}
349
+ {"qid": "1902", "did": "2419", "score": 1}
350
+ {"qid": "1903", "did": "2424", "score": 1}
351
+ {"qid": "1905", "did": "2427", "score": 1}
352
+ {"qid": "1906", "did": "1695", "score": 1}
353
+ {"qid": "1907", "did": "2431", "score": 1}
354
+ {"qid": "1908", "did": "2410", "score": 1}
355
+ {"qid": "1911", "did": "2366", "score": 1}
356
+ {"qid": "1912", "did": "2444", "score": 1}
357
+ {"qid": "1913", "did": "2204", "score": 1}
358
+ {"qid": "1915", "did": "1938", "score": 1}
359
+ {"qid": "1916", "did": "1769", "score": 1}
360
+ {"qid": "1917", "did": "2166", "score": 1}
361
+ {"qid": "1918", "did": "1829", "score": 1}
362
+ {"qid": "1919", "did": "2014", "score": 1}
363
+ {"qid": "1920", "did": "2420", "score": 1}
364
+ {"qid": "1921", "did": "1838", "score": 1}
365
+ {"qid": "1921", "did": "1839", "score": 1}
366
+ {"qid": "1922", "did": "2309", "score": 1}
367
+ {"qid": "1922", "did": "2310", "score": 1}
368
+ {"qid": "1923", "did": "2447", "score": 1}
369
+ {"qid": "1924", "did": "2398", "score": 1}
370
+ {"qid": "1925", "did": "2323", "score": 1}
371
+ {"qid": "1927", "did": "2456", "score": 1}
372
+ {"qid": "1928", "did": "2459", "score": 1}
373
+ {"qid": "1929", "did": "2460", "score": 1}
374
+ {"qid": "1930", "did": "2336", "score": 1}
375
+ {"qid": "1931", "did": "2466", "score": 1}
376
+ {"qid": "1932", "did": "2471", "score": 1}
377
+ {"qid": "1933", "did": "2472", "score": 1}
378
+ {"qid": "1934", "did": "1695", "score": 1}
379
+ {"qid": "1935", "did": "2332", "score": 1}
380
+ {"qid": "1936", "did": "2275", "score": 1}
381
+ {"qid": "1938", "did": "2479", "score": 1}
382
+ {"qid": "1939", "did": "2171", "score": 1}
383
+ {"qid": "1940", "did": "2481", "score": 1}
384
+ {"qid": "1941", "did": "2255", "score": 1}
385
+ {"qid": "1942", "did": "2309", "score": 1}
386
+ {"qid": "1943", "did": "2487", "score": 1}
387
+ {"qid": "1944", "did": "2488", "score": 1}
388
+ {"qid": "1947", "did": "1735", "score": 1}
389
+ {"qid": "1948", "did": "2495", "score": 1}
390
+ {"qid": "1949", "did": "2429", "score": 1}
391
+ {"qid": "1950", "did": "2497", "score": 1}
392
+ {"qid": "1952", "did": "2350", "score": 1}
393
+ {"qid": "1953", "did": "2505", "score": 1}
394
+ {"qid": "1954", "did": "1833", "score": 1}
395
+ {"qid": "1956", "did": "1985", "score": 1}
396
+ {"qid": "1957", "did": "2201", "score": 1}
397
+ {"qid": "1958", "did": "2472", "score": 1}
398
+ {"qid": "1959", "did": "2507", "score": 1}
399
+ {"qid": "1960", "did": "2511", "score": 1}
400
+ {"qid": "1961", "did": "2481", "score": 1}
401
+ {"qid": "1962", "did": "1703", "score": 1}
402
+ {"qid": "1963", "did": "2507", "score": 1}
403
+ {"qid": "1964", "did": "1821", "score": 1}
404
+ {"qid": "1965", "did": "2498", "score": 1}
405
+ {"qid": "1966", "did": "2517", "score": 1}
406
+ {"qid": "1968", "did": "1708", "score": 1}
407
+ {"qid": "1968", "did": "1710", "score": 1}
408
+ {"qid": "1969", "did": "2380", "score": 1}
409
+ {"qid": "1971", "did": "2520", "score": 1}
410
+ {"qid": "1973", "did": "1914", "score": 1}
411
+ {"qid": "1974", "did": "2487", "score": 1}
412
+ {"qid": "1975", "did": "2523", "score": 1}
413
+ {"qid": "1976", "did": "1858", "score": 1}
414
+ {"qid": "1977", "did": "1901", "score": 1}
415
+ {"qid": "1978", "did": "1734", "score": 1}
416
+ {"qid": "1978", "did": "1735", "score": 1}
417
+ {"qid": "1979", "did": "2174", "score": 1}
418
+ {"qid": "1980", "did": "2216", "score": 1}
419
+ {"qid": "1981", "did": "2186", "score": 1}
420
+ {"qid": "1982", "did": "2528", "score": 1}
421
+ {"qid": "1983", "did": "2530", "score": 1}
422
+ {"qid": "1984", "did": "1658", "score": 1}
423
+ {"qid": "1985", "did": "1939", "score": 1}
424
+ {"qid": "1986", "did": "2149", "score": 1}
425
+ {"qid": "1987", "did": "2418", "score": 1}
426
+ {"qid": "1987", "did": "2420", "score": 1}
427
+ {"qid": "1988", "did": "1641", "score": 1}
428
+ {"qid": "1989", "did": "2533", "score": 1}
429
+ {"qid": "1990", "did": "2282", "score": 1}
430
+ {"qid": "1991", "did": "1671", "score": 1}
431
+ {"qid": "1991", "did": "1672", "score": 1}
432
+ {"qid": "1992", "did": "2541", "score": 1}
433
+ {"qid": "1993", "did": "1866", "score": 1}
434
+ {"qid": "1994", "did": "2089", "score": 1}
435
+ {"qid": "1995", "did": "1751", "score": 1}
436
+ {"qid": "1995", "did": "1752", "score": 1}
437
+ {"qid": "1996", "did": "2465", "score": 1}
438
+ {"qid": "1997", "did": "1773", "score": 1}
439
+ {"qid": "1998", "did": "1670", "score": 1}
440
+ {"qid": "1999", "did": "2543", "score": 1}
441
+ {"qid": "2000", "did": "2495", "score": 1}
442
+ {"qid": "2001", "did": "2074", "score": 1}
443
+ {"qid": "2001", "did": "2076", "score": 1}
444
+ {"qid": "2002", "did": "2246", "score": 1}
445
+ {"qid": "2003", "did": "2055", "score": 1}
446
+ {"qid": "2005", "did": "2085", "score": 1}
447
+ {"qid": "2006", "did": "1898", "score": 1}
448
+ {"qid": "2007", "did": "2063", "score": 1}
449
+ {"qid": "2008", "did": "2453", "score": 1}
450
+ {"qid": "2009", "did": "2549", "score": 1}
451
+ {"qid": "2010", "did": "2136", "score": 1}
452
+ {"qid": "2011", "did": "2380", "score": 1}
453
+ {"qid": "2012", "did": "1892", "score": 1}
454
+ {"qid": "2013", "did": "2553", "score": 1}
455
+ {"qid": "2014", "did": "2031", "score": 1}
456
+ {"qid": "2015", "did": "1680", "score": 1}
457
+ {"qid": "2016", "did": "2043", "score": 1}
458
+ {"qid": "2017", "did": "2250", "score": 1}
459
+ {"qid": "2018", "did": "2556", "score": 1}
460
+ {"qid": "2019", "did": "2418", "score": 1}
461
+ {"qid": "2019", "did": "2420", "score": 1}
462
+ {"qid": "2020", "did": "2432", "score": 1}
463
+ {"qid": "2021", "did": "2560", "score": 1}
464
+ {"qid": "2022", "did": "2547", "score": 1}
465
+ {"qid": "2023", "did": "2201", "score": 1}
466
+ {"qid": "2024", "did": "2281", "score": 1}
467
+ {"qid": "2025", "did": "2088", "score": 1}
468
+ {"qid": "2026", "did": "2562", "score": 1}
469
+ {"qid": "2027", "did": "1971", "score": 1}
470
+ {"qid": "2027", "did": "1972", "score": 1}
471
+ {"qid": "2028", "did": "1985", "score": 1}
472
+ {"qid": "2029", "did": "1867", "score": 1}
473
+ {"qid": "2030", "did": "2346", "score": 1}
474
+ {"qid": "2031", "did": "1824", "score": 1}
475
+ {"qid": "2032", "did": "2052", "score": 1}
476
+ {"qid": "2032", "did": "2054", "score": 1}
477
+ {"qid": "2033", "did": "2389", "score": 1}
478
+ {"qid": "2034", "did": "2553", "score": 1}
479
+ {"qid": "2035", "did": "1850", "score": 1}
480
+ {"qid": "2036", "did": "2565", "score": 1}
481
+ {"qid": "2037", "did": "2080", "score": 1}
482
+ {"qid": "2039", "did": "1952", "score": 1}
483
+ {"qid": "2041", "did": "2196", "score": 1}
484
+ {"qid": "2042", "did": "2062", "score": 1}
485
+ {"qid": "2042", "did": "2063", "score": 1}
486
+ {"qid": "2043", "did": "1979", "score": 1}
487
+ {"qid": "2045", "did": "2061", "score": 1}
488
+ {"qid": "2046", "did": "2570", "score": 1}
489
+ {"qid": "2047", "did": "2565", "score": 1}
490
+ {"qid": "2047", "did": "2567", "score": 1}
491
+ {"qid": "2048", "did": "2263", "score": 1}
492
+ {"qid": "2049", "did": "2449", "score": 1}
493
+ {"qid": "2050", "did": "1932", "score": 1}
494
+ {"qid": "2051", "did": "1663", "score": 1}
495
+ {"qid": "2052", "did": "2471", "score": 1}
496
+ {"qid": "2053", "did": "2381", "score": 1}
497
+ {"qid": "2054", "did": "2571", "score": 1}
498
+ {"qid": "2054", "did": "2573", "score": 1}
499
+ {"qid": "2055", "did": "2017", "score": 1}
500
+ {"qid": "2056", "did": "2505", "score": 1}
501
+ {"qid": "2057", "did": "1763", "score": 1}
502
+ {"qid": "2058", "did": "2170", "score": 1}
503
+ {"qid": "2059", "did": "1873", "score": 1}
504
+ {"qid": "2059", "did": "1876", "score": 1}
505
+ {"qid": "2060", "did": "1974", "score": 1}
506
+ {"qid": "2060", "did": "1976", "score": 1}
507
+ {"qid": "2061", "did": "2372", "score": 1}
508
+ {"qid": "2062", "did": "2574", "score": 1}
509
+ {"qid": "2063", "did": "2344", "score": 1}
510
+ {"qid": "2065", "did": "1852", "score": 1}
511
+ {"qid": "2066", "did": "1826", "score": 1}
512
+ {"qid": "2067", "did": "2137", "score": 1}
513
+ {"qid": "2068", "did": "2020", "score": 1}
514
+ {"qid": "2069", "did": "1645", "score": 1}
515
+ {"qid": "2070", "did": "1953", "score": 1}
516
+ {"qid": "2070", "did": "1954", "score": 1}
517
+ {"qid": "2071", "did": "1926", "score": 1}
518
+ {"qid": "2071", "did": "1927", "score": 1}
519
+ {"qid": "2071", "did": "1928", "score": 1}
520
+ {"qid": "2072", "did": "2427", "score": 1}
521
+ {"qid": "2073", "did": "2204", "score": 1}
522
+ {"qid": "2074", "did": "2579", "score": 1}
523
+ {"qid": "2075", "did": "2360", "score": 1}
524
+ {"qid": "2076", "did": "2586", "score": 1}
525
+ {"qid": "2077", "did": "2543", "score": 1}
526
+ {"qid": "2078", "did": "1756", "score": 1}
527
+ {"qid": "2079", "did": "2032", "score": 1}
528
+ {"qid": "2080", "did": "2587", "score": 1}
529
+ {"qid": "2081", "did": "1974", "score": 1}
530
+ {"qid": "2081", "did": "1976", "score": 1}
531
+ {"qid": "2082", "did": "1808", "score": 1}
532
+ {"qid": "2083", "did": "2591", "score": 1}
533
+ {"qid": "2084", "did": "2411", "score": 1}
534
+ {"qid": "2084", "did": "2412", "score": 1}
535
+ {"qid": "2085", "did": "2226", "score": 1}
536
+ {"qid": "2086", "did": "1640", "score": 1}
537
+ {"qid": "2087", "did": "1695", "score": 1}
538
+ {"qid": "2087", "did": "1696", "score": 1}
539
+ {"qid": "2088", "did": "2301", "score": 1}
540
+ {"qid": "2089", "did": "2544", "score": 1}
541
+ {"qid": "2090", "did": "2597", "score": 1}
542
+ {"qid": "2092", "did": "1865", "score": 1}
543
+ {"qid": "2093", "did": "2063", "score": 1}
544
+ {"qid": "2094", "did": "2261", "score": 1}
545
+ {"qid": "2095", "did": "2471", "score": 1}
546
+ {"qid": "2096", "did": "2120", "score": 1}
547
+ {"qid": "2097", "did": "2521", "score": 1}
548
+ {"qid": "2098", "did": "2599", "score": 1}
549
+ {"qid": "2099", "did": "1935", "score": 1}
550
+ {"qid": "2099", "did": "1936", "score": 1}
551
+ {"qid": "2100", "did": "2556", "score": 1}
552
+ {"qid": "2101", "did": "2530", "score": 1}
553
+ {"qid": "2102", "did": "2579", "score": 1}
554
+ {"qid": "2103", "did": "2327", "score": 1}
555
+ {"qid": "2104", "did": "2309", "score": 1}
556
+ {"qid": "2105", "did": "2602", "score": 1}
557
+ {"qid": "2106", "did": "2125", "score": 1}
558
+ {"qid": "2106", "did": "2129", "score": 1}
559
+ {"qid": "2107", "did": "2071", "score": 1}
560
+ {"qid": "2107", "did": "2072", "score": 1}
561
+ {"qid": "2108", "did": "1673", "score": 1}
562
+ {"qid": "2109", "did": "2416", "score": 1}
563
+ {"qid": "2110", "did": "2522", "score": 1}
564
+ {"qid": "2111", "did": "1893", "score": 1}
565
+ {"qid": "2111", "did": "1896", "score": 1}
566
+ {"qid": "2112", "did": "1665", "score": 1}
567
+ {"qid": "2114", "did": "2615", "score": 1}
568
+ {"qid": "2115", "did": "1659", "score": 1}
569
+ {"qid": "2116", "did": "2294", "score": 1}
570
+ {"qid": "2117", "did": "1789", "score": 1}
571
+ {"qid": "2118", "did": "2107", "score": 1}
572
+ {"qid": "2118", "did": "2108", "score": 1}
573
+ {"qid": "2119", "did": "2069", "score": 1}
574
+ {"qid": "2120", "did": "2365", "score": 1}
575
+ {"qid": "2121", "did": "2128", "score": 1}
576
+ {"qid": "2122", "did": "1756", "score": 1}
577
+ {"qid": "2122", "did": "1758", "score": 1}
578
+ {"qid": "2123", "did": "2589", "score": 1}
579
+ {"qid": "2124", "did": "1777", "score": 1}
580
+ {"qid": "2125", "did": "2038", "score": 1}
581
+ {"qid": "2126", "did": "2617", "score": 1}
582
+ {"qid": "2127", "did": "2416", "score": 1}
583
+ {"qid": "2128", "did": "1876", "score": 1}
584
+ {"qid": "2129", "did": "1726", "score": 1}
585
+ {"qid": "2130", "did": "1938", "score": 1}
586
+ {"qid": "2131", "did": "2520", "score": 1}
587
+ {"qid": "2131", "did": "2521", "score": 1}
588
+ {"qid": "2132", "did": "2562", "score": 1}
589
+ {"qid": "2133", "did": "2220", "score": 1}
590
+ {"qid": "2134", "did": "2235", "score": 1}
591
+ {"qid": "2135", "did": "1895", "score": 1}
592
+ {"qid": "2135", "did": "1896", "score": 1}
593
+ {"qid": "2136", "did": "1817", "score": 1}
594
+ {"qid": "2136", "did": "1820", "score": 1}
595
+ {"qid": "2137", "did": "2622", "score": 1}
596
+ {"qid": "2138", "did": "2290", "score": 1}
597
+ {"qid": "2139", "did": "2626", "score": 1}
598
+ {"qid": "2139", "did": "2627", "score": 1}
599
+ {"qid": "2140", "did": "2593", "score": 1}
600
+ {"qid": "2141", "did": "2268", "score": 1}
601
+ {"qid": "2142", "did": "1885", "score": 1}
602
+ {"qid": "2143", "did": "1635", "score": 1}
603
+ {"qid": "2143", "did": "1637", "score": 1}
604
+ {"qid": "2144", "did": "2625", "score": 1}
605
+ {"qid": "2145", "did": "2510", "score": 1}
606
+ {"qid": "2147", "did": "1973", "score": 1}
607
+ {"qid": "2150", "did": "1784", "score": 1}
608
+ {"qid": "2151", "did": "2630", "score": 1}
609
+ {"qid": "2152", "did": "2634", "score": 1}
610
+ {"qid": "2154", "did": "2638", "score": 1}
611
+ {"qid": "2156", "did": "2009", "score": 1}
612
+ {"qid": "2158", "did": "2072", "score": 1}
613
+ {"qid": "2159", "did": "2026", "score": 1}
614
+ {"qid": "2160", "did": "2105", "score": 1}
615
+ {"qid": "2160", "did": "2107", "score": 1}
616
+ {"qid": "2161", "did": "2522", "score": 1}
617
+ {"qid": "2162", "did": "2124", "score": 1}
618
+ {"qid": "2163", "did": "1785", "score": 1}
619
+ {"qid": "2165", "did": "1663", "score": 1}
620
+ {"qid": "2166", "did": "2174", "score": 1}
621
+ {"qid": "2167", "did": "2622", "score": 1}
622
+ {"qid": "2168", "did": "2238", "score": 1}
623
+ {"qid": "2169", "did": "2103", "score": 1}
624
+ {"qid": "2170", "did": "2573", "score": 1}
625
+ {"qid": "2171", "did": "1867", "score": 1}
626
+ {"qid": "2173", "did": "2263", "score": 1}
627
+ {"qid": "2175", "did": "2069", "score": 1}
628
+ {"qid": "2176", "did": "2471", "score": 1}
629
+ {"qid": "2177", "did": "2009", "score": 1}
630
+ {"qid": "2177", "did": "2011", "score": 1}
631
+ {"qid": "2178", "did": "2145", "score": 1}
632
+ {"qid": "2179", "did": "1894", "score": 1}
633
+ {"qid": "2179", "did": "1896", "score": 1}
634
+ {"qid": "2180", "did": "1974", "score": 1}
635
+ {"qid": "2181", "did": "2438", "score": 1}
636
+ {"qid": "2182", "did": "2644", "score": 1}
637
+ {"qid": "2183", "did": "2219", "score": 1}
638
+ {"qid": "2184", "did": "1852", "score": 1}
639
+ {"qid": "2185", "did": "2183", "score": 1}
640
+ {"qid": "2185", "did": "2186", "score": 1}
641
+ {"qid": "2186", "did": "1809", "score": 1}
642
+ {"qid": "2186", "did": "1813", "score": 1}
643
+ {"qid": "2188", "did": "1880", "score": 1}
644
+ {"qid": "2189", "did": "2647", "score": 1}
645
+ {"qid": "2190", "did": "1640", "score": 1}
646
+ {"qid": "2191", "did": "1715", "score": 1}
647
+ {"qid": "2191", "did": "1717", "score": 1}
648
+ {"qid": "2192", "did": "328", "score": 1}
649
+ {"qid": "2193", "did": "1695", "score": 1}
650
+ {"qid": "2193", "did": "1696", "score": 1}
651
+ {"qid": "2195", "did": "2244", "score": 1}
652
+ {"qid": "2196", "did": "2181", "score": 1}
653
+ {"qid": "2197", "did": "2009", "score": 1}
654
+ {"qid": "2198", "did": "2194", "score": 1}
655
+ {"qid": "2199", "did": "1815", "score": 1}
656
+ {"qid": "2200", "did": "2205", "score": 1}
657
+ {"qid": "2200", "did": "2207", "score": 1}
658
+ {"qid": "2201", "did": "1737", "score": 1}
659
+ {"qid": "2203", "did": "2604", "score": 1}
660
+ {"qid": "2204", "did": "1955", "score": 1}
661
+ {"qid": "2205", "did": "1744", "score": 1}
662
+ {"qid": "2206", "did": "1780", "score": 1}
663
+ {"qid": "2207", "did": "2656", "score": 1}
664
+ {"qid": "2208", "did": "2145", "score": 1}
665
+ {"qid": "2209", "did": "1804", "score": 1}
666
+ {"qid": "2210", "did": "1762", "score": 1}
667
+ {"qid": "2211", "did": "1721", "score": 1}
668
+ {"qid": "2212", "did": "2574", "score": 1}
669
+ {"qid": "2212", "did": "2575", "score": 1}
670
+ {"qid": "2212", "did": "2577", "score": 1}
671
+ {"qid": "2213", "did": "2371", "score": 1}
672
+ {"qid": "2214", "did": "2338", "score": 1}
673
+ {"qid": "2215", "did": "2453", "score": 1}
674
+ {"qid": "2216", "did": "2332", "score": 1}
675
+ {"qid": "2217", "did": "2018", "score": 1}
676
+ {"qid": "2220", "did": "1657", "score": 1}
677
+ {"qid": "2221", "did": "2293", "score": 1}
678
+ {"qid": "2222", "did": "1728", "score": 1}
679
+ {"qid": "2223", "did": "1692", "score": 1}
680
+ {"qid": "2223", "did": "1693", "score": 1}
681
+ {"qid": "2224", "did": "2160", "score": 1}
682
+ {"qid": "2225", "did": "2444", "score": 1}
683
+ {"qid": "2226", "did": "2626", "score": 1}
684
+ {"qid": "2226", "did": "2627", "score": 1}
685
+ {"qid": "2227", "did": "2660", "score": 1}
686
+ {"qid": "2228", "did": "1852", "score": 1}
687
+ {"qid": "2228", "did": "1854", "score": 1}
688
+ {"qid": "2229", "did": "2653", "score": 1}
689
+ {"qid": "2230", "did": "2656", "score": 1}
690
+ {"qid": "2230", "did": "2657", "score": 1}
691
+ {"qid": "2232", "did": "2343", "score": 1}
692
+ {"qid": "2233", "did": "1663", "score": 1}
693
+ {"qid": "2234", "did": "1979", "score": 1}
694
+ {"qid": "2235", "did": "2323", "score": 1}
695
+ {"qid": "2236", "did": "1653", "score": 1}
696
+ {"qid": "2237", "did": "2165", "score": 1}
697
+ {"qid": "2238", "did": "2154", "score": 1}
698
+ {"qid": "2239", "did": "2181", "score": 1}
699
+ {"qid": "2240", "did": "2324", "score": 1}
700
+ {"qid": "2241", "did": "1673", "score": 1}
701
+ {"qid": "2242", "did": "2076", "score": 1}
702
+ {"qid": "2243", "did": "2082", "score": 1}
703
+ {"qid": "2244", "did": "2447", "score": 1}
704
+ {"qid": "2245", "did": "2097", "score": 1}
705
+ {"qid": "2246", "did": "2637", "score": 1}
706
+ {"qid": "2247", "did": "2306", "score": 1}
707
+ {"qid": "2248", "did": "2042", "score": 1}
708
+ {"qid": "2249", "did": "2440", "score": 1}
709
+ {"qid": "2250", "did": "1751", "score": 1}
710
+ {"qid": "2250", "did": "1752", "score": 1}
711
+ {"qid": "2251", "did": "2665", "score": 1}
712
+ {"qid": "2252", "did": "1804", "score": 1}
713
+ {"qid": "2253", "did": "2386", "score": 1}
714
+ {"qid": "2254", "did": "1905", "score": 1}
715
+ {"qid": "2254", "did": "1907", "score": 1}
716
+ {"qid": "2255", "did": "1945", "score": 1}
717
+ {"qid": "2256", "did": "2249", "score": 1}
718
+ {"qid": "2257", "did": "2586", "score": 1}
719
+ {"qid": "2258", "did": "2058", "score": 1}
720
+ {"qid": "2258", "did": "2060", "score": 1}
721
+ {"qid": "2259", "did": "1799", "score": 1}
722
+ {"qid": "2259", "did": "1801", "score": 1}
723
+ {"qid": "2260", "did": "2002", "score": 1}
724
+ {"qid": "2261", "did": "1806", "score": 1}
725
+ {"qid": "2261", "did": "1807", "score": 1}
726
+ {"qid": "2262", "did": "2240", "score": 1}
727
+ {"qid": "2263", "did": "2666", "score": 1}
728
+ {"qid": "2265", "did": "1744", "score": 1}
729
+ {"qid": "2266", "did": "2670", "score": 1}
730
+ {"qid": "2267", "did": "2677", "score": 1}
731
+ {"qid": "2268", "did": "1891", "score": 1}
732
+ {"qid": "2269", "did": "2416", "score": 1}
733
+ {"qid": "2271", "did": "1838", "score": 1}
734
+ {"qid": "2272", "did": "2671", "score": 1}
735
+ {"qid": "2273", "did": "2024", "score": 1}
736
+ {"qid": "2273", "did": "2025", "score": 1}
737
+ {"qid": "2274", "did": "2307", "score": 1}
738
+ {"qid": "2275", "did": "2321", "score": 1}
739
+ {"qid": "2276", "did": "1967", "score": 1}
740
+ {"qid": "2277", "did": "1968", "score": 1}
741
+ {"qid": "2278", "did": "1732", "score": 1}
742
+ {"qid": "2279", "did": "2682", "score": 1}
743
+ {"qid": "2280", "did": "2047", "score": 1}
744
+ {"qid": "2280", "did": "2049", "score": 1}
745
+ {"qid": "2281", "did": "1912", "score": 1}
746
+ {"qid": "2282", "did": "2377", "score": 1}
747
+ {"qid": "2283", "did": "2095", "score": 1}
748
+ {"qid": "2284", "did": "2006", "score": 1}
749
+ {"qid": "2285", "did": "2433", "score": 1}
750
+ {"qid": "2286", "did": "2230", "score": 1}
751
+ {"qid": "2287", "did": "2683", "score": 1}
752
+ {"qid": "2288", "did": "1773", "score": 1}
753
+ {"qid": "2289", "did": "2479", "score": 1}
754
+ {"qid": "2290", "did": "2082", "score": 1}
755
+ {"qid": "2291", "did": "1958", "score": 1}
756
+ {"qid": "2294", "did": "1745", "score": 1}
757
+ {"qid": "2295", "did": "1892", "score": 1}
758
+ {"qid": "2296", "did": "2683", "score": 1}
759
+ {"qid": "2297", "did": "2187", "score": 1}
760
+ {"qid": "2299", "did": "1815", "score": 1}
761
+ {"qid": "2300", "did": "328", "score": 1}
762
+ {"qid": "2301", "did": "2317", "score": 1}
763
+ {"qid": "2302", "did": "1939", "score": 1}
764
+ {"qid": "2303", "did": "2143", "score": 1}
765
+ {"qid": "2303", "did": "2146", "score": 1}
766
+ {"qid": "2304", "did": "2626", "score": 1}
767
+ {"qid": "2304", "did": "2627", "score": 1}
768
+ {"qid": "2305", "did": "2072", "score": 1}
769
+ {"qid": "2306", "did": "2497", "score": 1}
770
+ {"qid": "2307", "did": "1816", "score": 1}
771
+ {"qid": "2308", "did": "1971", "score": 1}
772
+ {"qid": "2308", "did": "1973", "score": 1}
773
+ {"qid": "2309", "did": "1769", "score": 1}
774
+ {"qid": "2311", "did": "1974", "score": 1}
775
+ {"qid": "2313", "did": "2648", "score": 1}
776
+ {"qid": "2314", "did": "2054", "score": 1}
777
+ {"qid": "2315", "did": "2560", "score": 1}
778
+ {"qid": "2316", "did": "2542", "score": 1}
779
+ {"qid": "2318", "did": "2078", "score": 1}
780
+ {"qid": "2319", "did": "2565", "score": 1}
781
+ {"qid": "2322", "did": "1714", "score": 1}
782
+ {"qid": "2323", "did": "2551", "score": 1}
783
+ {"qid": "2324", "did": "2088", "score": 1}
784
+ {"qid": "2325", "did": "2673", "score": 1}
785
+ {"qid": "2326", "did": "2023", "score": 1}
786
+ {"qid": "2327", "did": "2413", "score": 1}
787
+ {"qid": "2328", "did": "2574", "score": 1}
788
+ {"qid": "2329", "did": "2170", "score": 1}
789
+ {"qid": "2330", "did": "2690", "score": 1}
790
+ {"qid": "2331", "did": "2327", "score": 1}
791
+ {"qid": "2332", "did": "1861", "score": 1}
792
+ {"qid": "2333", "did": "1838", "score": 1}
793
+ {"qid": "2333", "did": "1839", "score": 1}
794
+ {"qid": "2334", "did": "2063", "score": 1}
795
+ {"qid": "2335", "did": "1810", "score": 1}
796
+ {"qid": "2337", "did": "2287", "score": 1}
797
+ {"qid": "2338", "did": "1885", "score": 1}
798
+ {"qid": "2339", "did": "1877", "score": 1}
799
+ {"qid": "2342", "did": "2196", "score": 1}
800
+ {"qid": "2343", "did": "2538", "score": 1}
801
+ {"qid": "2344", "did": "1871", "score": 1}
802
+ {"qid": "2345", "did": "1731", "score": 1}
803
+ {"qid": "2346", "did": "1784", "score": 1}
804
+ {"qid": "2347", "did": "2678", "score": 1}
805
+ {"qid": "2348", "did": "2495", "score": 1}
806
+ {"qid": "2351", "did": "2407", "score": 1}
807
+ {"qid": "2352", "did": "2226", "score": 1}
808
+ {"qid": "2353", "did": "2654", "score": 1}
809
+ {"qid": "2353", "did": "2656", "score": 1}
810
+ {"qid": "2353", "did": "2657", "score": 1}
811
+ {"qid": "2354", "did": "1971", "score": 1}
812
+ {"qid": "2355", "did": "2424", "score": 1}
813
+ {"qid": "2356", "did": "2541", "score": 1}
814
+ {"qid": "2357", "did": "2191", "score": 1}
815
+ {"qid": "2358", "did": "2023", "score": 1}
816
+ {"qid": "2359", "did": "2076", "score": 1}
817
+ {"qid": "2360", "did": "2293", "score": 1}
818
+ {"qid": "2361", "did": "2634", "score": 1}
819
+ {"qid": "2363", "did": "2009", "score": 1}
820
+ {"qid": "2363", "did": "2011", "score": 1}
821
+ {"qid": "2364", "did": "1821", "score": 1}
822
+ {"qid": "2365", "did": "2002", "score": 1}
823
+ {"qid": "2366", "did": "2101", "score": 1}
824
+ {"qid": "2367", "did": "2598", "score": 1}
825
+ {"qid": "2368", "did": "1707", "score": 1}
826
+ {"qid": "2369", "did": "2318", "score": 1}
827
+ {"qid": "2370", "did": "2445", "score": 1}
828
+ {"qid": "2370", "did": "2446", "score": 1}
829
+ {"qid": "2371", "did": "2597", "score": 1}
830
+ {"qid": "2372", "did": "1689", "score": 1}
831
+ {"qid": "2373", "did": "2491", "score": 1}
832
+ {"qid": "2374", "did": "2282", "score": 1}
833
+ {"qid": "2375", "did": "2656", "score": 1}
834
+ {"qid": "2375", "did": "2657", "score": 1}
835
+ {"qid": "2376", "did": "2191", "score": 1}
836
+ {"qid": "2377", "did": "2269", "score": 1}
837
+ {"qid": "2378", "did": "2045", "score": 1}
838
+ {"qid": "2378", "did": "2046", "score": 1}
839
+ {"qid": "2379", "did": "1852", "score": 1}
840
+ {"qid": "2379", "did": "1854", "score": 1}
841
+ {"qid": "2380", "did": "1774", "score": 1}
842
+ {"qid": "2381", "did": "2275", "score": 1}
843
+ {"qid": "2382", "did": "2209", "score": 1}
844
+ {"qid": "2383", "did": "1886", "score": 1}
845
+ {"qid": "2384", "did": "2488", "score": 1}
846
+ {"qid": "2386", "did": "1980", "score": 1}
847
+ {"qid": "2387", "did": "2642", "score": 1}
848
+ {"qid": "2388", "did": "2565", "score": 1}
849
+ {"qid": "2390", "did": "2658", "score": 1}
850
+ {"qid": "2390", "did": "2661", "score": 1}
851
+ {"qid": "2391", "did": "2692", "score": 1}
852
+ {"qid": "2392", "did": "2370", "score": 1}
853
+ {"qid": "2393", "did": "2665", "score": 1}
854
+ {"qid": "2394", "did": "2638", "score": 1}
855
+ {"qid": "2395", "did": "2570", "score": 1}
856
+ {"qid": "2398", "did": "2599", "score": 1}
857
+ {"qid": "2399", "did": "2695", "score": 1}
858
+ {"qid": "2400", "did": "1812", "score": 1}
859
+ {"qid": "2400", "did": "1813", "score": 1}
860
+ {"qid": "2401", "did": "2401", "score": 1}
861
+ {"qid": "2402", "did": "2528", "score": 1}
862
+ {"qid": "2403", "did": "2064", "score": 1}
863
+ {"qid": "2404", "did": "2688", "score": 1}
864
+ {"qid": "2405", "did": "2350", "score": 1}
865
+ {"qid": "2406", "did": "2273", "score": 1}
866
+ {"qid": "2407", "did": "1750", "score": 1}
867
+ {"qid": "2408", "did": "2666", "score": 1}
868
+ {"qid": "2409", "did": "2357", "score": 1}
869
+ {"qid": "2410", "did": "2225", "score": 1}
870
+ {"qid": "2411", "did": "1659", "score": 1}
871
+ {"qid": "2411", "did": "1661", "score": 1}
872
+ {"qid": "2412", "did": "1848", "score": 1}
873
+ {"qid": "2413", "did": "2548", "score": 1}
874
+ {"qid": "2414", "did": "2020", "score": 1}
875
+ {"qid": "2415", "did": "2573", "score": 1}
876
+ {"qid": "2416", "did": "1911", "score": 1}
877
+ {"qid": "2417", "did": "2360", "score": 1}
878
+ {"qid": "2418", "did": "1998", "score": 1}
879
+ {"qid": "2419", "did": "2424", "score": 1}
880
+ {"qid": "2420", "did": "2230", "score": 1}
881
+ {"qid": "2421", "did": "1733", "score": 1}
882
+ {"qid": "2422", "did": "2078", "score": 1}
883
+ {"qid": "2423", "did": "1997", "score": 1}
884
+ {"qid": "2424", "did": "2505", "score": 1}
885
+ {"qid": "2425", "did": "2591", "score": 1}
886
+ {"qid": "2427", "did": "2460", "score": 1}
887
+ {"qid": "2428", "did": "1745", "score": 1}
888
+ {"qid": "2429", "did": "1635", "score": 1}
889
+ {"qid": "2429", "did": "1637", "score": 1}
890
+ {"qid": "2430", "did": "2419", "score": 1}
891
+ {"qid": "2431", "did": "1983", "score": 1}
892
+ {"qid": "2431", "did": "1984", "score": 1}
893
+ {"qid": "2433", "did": "1942", "score": 1}
894
+ {"qid": "2434", "did": "1807", "score": 1}
895
+ {"qid": "2435", "did": "2380", "score": 1}
896
+ {"qid": "2436", "did": "1733", "score": 1}
897
+ {"qid": "2437", "did": "2630", "score": 1}
898
+ {"qid": "2438", "did": "2701", "score": 1}
899
+ {"qid": "2439", "did": "2100", "score": 1}
900
+ {"qid": "2440", "did": "2690", "score": 1}
901
+ {"qid": "2441", "did": "1692", "score": 1}
902
+ {"qid": "2441", "did": "1693", "score": 1}
903
+ {"qid": "2442", "did": "2249", "score": 1}
904
+ {"qid": "2443", "did": "2637", "score": 1}
905
+ {"qid": "2444", "did": "2669", "score": 1}
906
+ {"qid": "2444", "did": "2671", "score": 1}
907
+ {"qid": "2446", "did": "1953", "score": 1}
908
+ {"qid": "2446", "did": "1954", "score": 1}
909
+ {"qid": "2447", "did": "1952", "score": 1}
910
+ {"qid": "2448", "did": "2648", "score": 1}
911
+ {"qid": "2449", "did": "1774", "score": 1}
912
+ {"qid": "2450", "did": "1751", "score": 1}
913
+ {"qid": "2450", "did": "1752", "score": 1}
914
+ {"qid": "2451", "did": "2604", "score": 1}
915
+ {"qid": "2452", "did": "2479", "score": 1}
916
+ {"qid": "2453", "did": "2472", "score": 1}
917
+ {"qid": "2454", "did": "2113", "score": 1}
918
+ {"qid": "2455", "did": "2251", "score": 1}
919
+ {"qid": "2456", "did": "2342", "score": 1}
920
+ {"qid": "2456", "did": "2343", "score": 1}
921
+ {"qid": "2457", "did": "2432", "score": 1}
922
+ {"qid": "2458", "did": "1648", "score": 1}
923
+ {"qid": "2460", "did": "2501", "score": 1}
924
+ {"qid": "2461", "did": "1756", "score": 1}
925
+ {"qid": "2462", "did": "2668", "score": 1}
926
+ {"qid": "2464", "did": "2586", "score": 1}
927
+ {"qid": "2465", "did": "2085", "score": 1}
928
+ {"qid": "2467", "did": "1705", "score": 1}
929
+ {"qid": "2468", "did": "2393", "score": 1}
930
+ {"qid": "2470", "did": "2701", "score": 1}
931
+ {"qid": "2471", "did": "2459", "score": 1}
932
+ {"qid": "2472", "did": "2393", "score": 1}
933
+ {"qid": "2473", "did": "1956", "score": 1}
934
+ {"qid": "2473", "did": "1958", "score": 1}
935
+ {"qid": "2474", "did": "2699", "score": 1}
936
+ {"qid": "2475", "did": "2600", "score": 1}
937
+ {"qid": "2476", "did": "2398", "score": 1}
938
+ {"qid": "2477", "did": "2061", "score": 1}
939
+ {"qid": "2478", "did": "2306", "score": 1}
940
+ {"qid": "2479", "did": "2069", "score": 1}
941
+ {"qid": "2480", "did": "1693", "score": 1}
942
+ {"qid": "2481", "did": "2269", "score": 1}
943
+ {"qid": "2482", "did": "2678", "score": 1}
944
+ {"qid": "2483", "did": "2312", "score": 1}
945
+ {"qid": "2484", "did": "2142", "score": 1}
946
+ {"qid": "2485", "did": "1682", "score": 1}
947
+ {"qid": "2486", "did": "2620", "score": 1}
948
+ {"qid": "2488", "did": "1677", "score": 1}
949
+ {"qid": "2489", "did": "2562", "score": 1}
950
+ {"qid": "2490", "did": "1880", "score": 1}
951
+ {"qid": "2491", "did": "1782", "score": 1}
952
+ {"qid": "2493", "did": "2523", "score": 1}
953
+ {"qid": "2494", "did": "2372", "score": 1}
954
+ {"qid": "2495", "did": "2002", "score": 1}
955
+ {"qid": "2497", "did": "2709", "score": 1}
956
+ {"qid": "2499", "did": "2315", "score": 1}
957
+ {"qid": "2500", "did": "2444", "score": 1}
958
+ {"qid": "2501", "did": "2418", "score": 1}
959
+ {"qid": "2501", "did": "2420", "score": 1}
960
+ {"qid": "2502", "did": "2438", "score": 1}
961
+ {"qid": "2506", "did": "1703", "score": 1}
962
+ {"qid": "2508", "did": "2562", "score": 1}
963
+ {"qid": "2508", "did": "2563", "score": 1}
964
+ {"qid": "2509", "did": "2220", "score": 1}
965
+ {"qid": "2510", "did": "1657", "score": 1}
966
+ {"qid": "2511", "did": "1852", "score": 1}
967
+ {"qid": "2512", "did": "2520", "score": 1}
968
+ {"qid": "2512", "did": "2521", "score": 1}
969
+ {"qid": "2513", "did": "2187", "score": 1}
970
+ {"qid": "2514", "did": "2656", "score": 1}
971
+ {"qid": "2515", "did": "1796", "score": 1}
972
+ {"qid": "2516", "did": "1997", "score": 1}
973
+ {"qid": "2517", "did": "2009", "score": 1}
974
+ {"qid": "2517", "did": "2010", "score": 1}
975
+ {"qid": "2517", "did": "2011", "score": 1}
976
+ {"qid": "2518", "did": "1762", "score": 1}
977
+ {"qid": "2519", "did": "2272", "score": 1}
978
+ {"qid": "2520", "did": "2712", "score": 1}
979
+ {"qid": "2522", "did": "2343", "score": 1}
980
+ {"qid": "2524", "did": "2659", "score": 1}
981
+ {"qid": "2525", "did": "2701", "score": 1}
982
+ {"qid": "2526", "did": "2207", "score": 1}
983
+ {"qid": "2527", "did": "2683", "score": 1}
984
+ {"qid": "2527", "did": "2686", "score": 1}
985
+ {"qid": "2528", "did": "1951", "score": 1}
986
+ {"qid": "2529", "did": "1685", "score": 1}
987
+ {"qid": "2530", "did": "2484", "score": 1}
988
+ {"qid": "2531", "did": "2579", "score": 1}
989
+ {"qid": "2532", "did": "1935", "score": 1}
990
+ {"qid": "2533", "did": "1805", "score": 1}
991
+ {"qid": "2534", "did": "2527", "score": 1}
992
+ {"qid": "2535", "did": "2250", "score": 1}
993
+ {"qid": "2536", "did": "2465", "score": 1}
994
+ {"qid": "2537", "did": "2610", "score": 1}
995
+ {"qid": "2538", "did": "1737", "score": 1}
996
+ {"qid": "2539", "did": "2570", "score": 1}
997
+ {"qid": "2540", "did": "2237", "score": 1}
998
+ {"qid": "2541", "did": "2564", "score": 1}
999
+ {"qid": "2544", "did": "1989", "score": 1}
1000
+ {"qid": "2544", "did": "1991", "score": 1}
1001
+ {"qid": "2545", "did": "1810", "score": 1}
1002
+ {"qid": "2546", "did": "2625", "score": 1}
1003
+ {"qid": "2547", "did": "2491", "score": 1}
1004
+ {"qid": "2548", "did": "2300", "score": 1}
1005
+ {"qid": "2549", "did": "2052", "score": 1}
1006
+ {"qid": "2549", "did": "2054", "score": 1}
1007
+ {"qid": "2550", "did": "2607", "score": 1}
1008
+ {"qid": "2551", "did": "2527", "score": 1}
1009
+ {"qid": "2552", "did": "2517", "score": 1}
1010
+ {"qid": "2553", "did": "2573", "score": 1}
1011
+ {"qid": "2555", "did": "1700", "score": 1}
1012
+ {"qid": "2556", "did": "2154", "score": 1}
1013
+ {"qid": "2557", "did": "2342", "score": 1}
1014
+ {"qid": "2557", "did": "2343", "score": 1}
1015
+ {"qid": "2558", "did": "1929", "score": 1}
1016
+ {"qid": "2558", "did": "1932", "score": 1}
1017
+ {"qid": "2559", "did": "1678", "score": 1}
1018
+ {"qid": "2560", "did": "2283", "score": 1}
1019
+ {"qid": "2561", "did": "1789", "score": 1}
1020
+ {"qid": "2562", "did": "1951", "score": 1}
1021
+ {"qid": "2563", "did": "2548", "score": 1}
1022
+ {"qid": "2564", "did": "2617", "score": 1}
1023
+ {"qid": "2565", "did": "2523", "score": 1}
1024
+ {"qid": "2566", "did": "2381", "score": 1}
1025
+ {"qid": "2567", "did": "1894", "score": 1}
1026
+ {"qid": "2568", "did": "2674", "score": 1}
1027
+ {"qid": "2569", "did": "1635", "score": 1}
1028
+ {"qid": "2569", "did": "1637", "score": 1}
1029
+ {"qid": "2570", "did": "2238", "score": 1}
1030
+ {"qid": "2571", "did": "2281", "score": 1}
1031
+ {"qid": "2572", "did": "2224", "score": 1}
1032
+ {"qid": "2573", "did": "2626", "score": 1}
1033
+ {"qid": "2573", "did": "2627", "score": 1}
1034
+ {"qid": "2575", "did": "2569", "score": 1}
1035
+ {"qid": "2575", "did": "2570", "score": 1}
1036
+ {"qid": "2576", "did": "2644", "score": 1}
1037
+ {"qid": "2577", "did": "1939", "score": 1}
1038
+ {"qid": "2578", "did": "2533", "score": 1}
1039
+ {"qid": "2580", "did": "1815", "score": 1}
1040
+ {"qid": "2581", "did": "2100", "score": 1}
1041
+ {"qid": "2583", "did": "1876", "score": 1}
1042
+ {"qid": "2584", "did": "2664", "score": 1}
1043
+ {"qid": "2585", "did": "2637", "score": 1}
1044
+ {"qid": "2586", "did": "2212", "score": 1}
1045
+ {"qid": "2587", "did": "2094", "score": 1}
1046
+ {"qid": "2588", "did": "2638", "score": 1}
1047
+ {"qid": "2589", "did": "2704", "score": 1}
1048
+ {"qid": "2590", "did": "1834", "score": 1}
1049
+ {"qid": "2591", "did": "1942", "score": 1}
1050
+ {"qid": "2592", "did": "2695", "score": 1}
1051
+ {"qid": "2593", "did": "2093", "score": 1}
1052
+ {"qid": "2594", "did": "2224", "score": 1}
1053
+ {"qid": "2595", "did": "2518", "score": 1}
1054
+ {"qid": "2595", "did": "2519", "score": 1}
1055
+ {"qid": "2596", "did": "1919", "score": 1}
1056
+ {"qid": "2597", "did": "1646", "score": 1}
1057
+ {"qid": "2598", "did": "2105", "score": 1}
1058
+ {"qid": "2598", "did": "2107", "score": 1}
1059
+ {"qid": "2600", "did": "1924", "score": 1}
1060
+ {"qid": "2601", "did": "2591", "score": 1}
1061
+ {"qid": "2601", "did": "2592", "score": 1}
1062
+ {"qid": "2602", "did": "1731", "score": 1}
1063
+ {"qid": "2604", "did": "1880", "score": 1}
1064
+ {"qid": "2605", "did": "1785", "score": 1}
1065
+ {"qid": "2606", "did": "2170", "score": 1}
1066
+ {"qid": "2607", "did": "2281", "score": 1}
1067
+ {"qid": "2608", "did": "2507", "score": 1}
1068
+ {"qid": "2609", "did": "2703", "score": 1}
dev_qrels.tsv ADDED
@@ -0,0 +1,1069 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ qid did score
2
+ 1566 1635 1
3
+ 1567 1641 1
4
+ 1568 1645 1
5
+ 1569 1648 1
6
+ 1570 1653 1
7
+ 1571 1656 1
8
+ 1572 1654 1
9
+ 1573 1659 1
10
+ 1574 1662 1
11
+ 1574 1663 1
12
+ 1575 1665 1
13
+ 1576 1672 1
14
+ 1576 1673 1
15
+ 1577 1678 1
16
+ 1578 1680 1
17
+ 1579 1685 1
18
+ 1580 1689 1
19
+ 1582 1695 1
20
+ 1583 1699 1
21
+ 1585 1705 1
22
+ 1586 1690 1
23
+ 1586 1692 1
24
+ 1587 1709 1
25
+ 1588 1714 1
26
+ 1589 1716 1
27
+ 1590 1719 1
28
+ 1591 1724 1
29
+ 1592 1726 1
30
+ 1594 1735 1
31
+ 1595 1737 1
32
+ 1596 1740 1
33
+ 1597 1749 1
34
+ 1598 1752 1
35
+ 1599 1756 1
36
+ 1600 1759 1
37
+ 1601 1765 1
38
+ 1602 1717 1
39
+ 1603 1723 1
40
+ 1603 1724 1
41
+ 1604 1769 1
42
+ 1605 1773 1
43
+ 1606 1777 1
44
+ 1607 1780 1
45
+ 1608 1784 1
46
+ 1609 1791 1
47
+ 1609 1793 1
48
+ 1611 1801 1
49
+ 1612 1804 1
50
+ 1613 1800 1
51
+ 1613 1801 1
52
+ 1614 1807 1
53
+ 1615 1635 1
54
+ 1615 1637 1
55
+ 1616 1731 1
56
+ 1617 1809 1
57
+ 1618 1816 1
58
+ 1619 1819 1
59
+ 1619 1820 1
60
+ 1620 1824 1
61
+ 1621 1825 1
62
+ 1622 1829 1
63
+ 1623 1831 1
64
+ 1624 1835 1
65
+ 1625 1838 1
66
+ 1626 1799 1
67
+ 1626 1801 1
68
+ 1627 1843 1
69
+ 1628 1850 1
70
+ 1629 1852 1
71
+ 1629 1854 1
72
+ 1630 1855 1
73
+ 1631 1861 1
74
+ 1632 1866 1
75
+ 1633 1871 1
76
+ 1634 1873 1
77
+ 1634 1875 1
78
+ 1635 1724 1
79
+ 1636 1711 1
80
+ 1636 1714 1
81
+ 1637 1877 1
82
+ 1638 1886 1
83
+ 1639 1891 1
84
+ 1640 1895 1
85
+ 1641 1897 1
86
+ 1642 1901 1
87
+ 1643 1906 1
88
+ 1644 1912 1
89
+ 1646 1917 1
90
+ 1647 1920 1
91
+ 1649 1927 1
92
+ 1650 1931 1
93
+ 1651 1935 1
94
+ 1652 1938 1
95
+ 1653 1942 1
96
+ 1654 1838 1
97
+ 1654 1839 1
98
+ 1655 1945 1
99
+ 1656 1951 1
100
+ 1657 1955 1
101
+ 1658 1958 1
102
+ 1659 1935 1
103
+ 1659 1936 1
104
+ 1661 1967 1
105
+ 1663 1817 1
106
+ 1663 1820 1
107
+ 1664 1971 1
108
+ 1664 1972 1
109
+ 1665 1680 1
110
+ 1666 1974 1
111
+ 1666 1976 1
112
+ 1668 1980 1
113
+ 1669 1636 1
114
+ 1669 1638 1
115
+ 1670 1988 1
116
+ 1671 1867 1
117
+ 1672 1994 1
118
+ 1673 1719 1
119
+ 1673 1720 1
120
+ 1674 1897 1
121
+ 1675 1997 1
122
+ 1676 1935 1
123
+ 1676 1936 1
124
+ 1678 1998 1
125
+ 1679 1750 1
126
+ 1680 1685 1
127
+ 1681 1732 1
128
+ 1683 2005 1
129
+ 1683 2006 1
130
+ 1684 2009 1
131
+ 1684 2011 1
132
+ 1685 2014 1
133
+ 1686 1953 1
134
+ 1686 1954 1
135
+ 1687 2017 1
136
+ 1688 1829 1
137
+ 1689 1974 1
138
+ 1689 1976 1
139
+ 1691 2023 1
140
+ 1691 2025 1
141
+ 1692 2026 1
142
+ 1693 2031 1
143
+ 1694 2032 1
144
+ 1695 2040 1
145
+ 1696 2042 1
146
+ 1697 2045 1
147
+ 1698 1699 1
148
+ 1699 2051 1
149
+ 1700 2052 1
150
+ 1701 2055 1
151
+ 1702 2059 1
152
+ 1703 2036 1
153
+ 1704 2064 1
154
+ 1705 2067 1
155
+ 1706 1777 1
156
+ 1707 2068 1
157
+ 1708 2072 1
158
+ 1709 2074 1
159
+ 1709 2076 1
160
+ 1711 1932 1
161
+ 1713 2082 1
162
+ 1714 2083 1
163
+ 1714 2085 1
164
+ 1715 2067 1
165
+ 1716 2088 1
166
+ 1718 2020 1
167
+ 1719 2069 1
168
+ 1719 2070 1
169
+ 1720 1914 1
170
+ 1721 2095 1
171
+ 1722 2100 1
172
+ 1723 2101 1
173
+ 1724 1745 1
174
+ 1725 1703 1
175
+ 1726 2105 1
176
+ 1726 2107 1
177
+ 1727 2048 1
178
+ 1728 2109 1
179
+ 1728 2111 1
180
+ 1730 2083 1
181
+ 1730 2085 1
182
+ 1731 1926 1
183
+ 1732 2113 1
184
+ 1734 2120 1
185
+ 1735 1994 1
186
+ 1736 2044 1
187
+ 1737 2128 1
188
+ 1738 2074 1
189
+ 1738 2076 1
190
+ 1739 2132 1
191
+ 1740 2137 1
192
+ 1741 1906 1
193
+ 1742 2142 1
194
+ 1743 2144 1
195
+ 1744 2150 1
196
+ 1745 2153 1
197
+ 1746 2001 1
198
+ 1747 2137 1
199
+ 1747 2139 1
200
+ 1748 1801 1
201
+ 1749 2154 1
202
+ 1750 1920 1
203
+ 1751 2160 1
204
+ 1752 1835 1
205
+ 1753 1838 1
206
+ 1755 2170 1
207
+ 1756 2171 1
208
+ 1757 1897 1
209
+ 1758 2174 1
210
+ 1759 2180 1
211
+ 1760 2186 1
212
+ 1762 1849 1
213
+ 1762 1850 1
214
+ 1763 2194 1
215
+ 1764 1970 1
216
+ 1767 2200 1
217
+ 1768 1796 1
218
+ 1769 2166 1
219
+ 1770 2068 1
220
+ 1771 2202 1
221
+ 1772 2206 1
222
+ 1772 2207 1
223
+ 1773 2043 1
224
+ 1774 2209 1
225
+ 1776 1879 1
226
+ 1777 2026 1
227
+ 1778 1719 1
228
+ 1779 1916 1
229
+ 1780 2208 1
230
+ 1781 2212 1
231
+ 1782 1926 1
232
+ 1782 1928 1
233
+ 1783 2219 1
234
+ 1784 2220 1
235
+ 1785 1752 1
236
+ 1788 2160 1
237
+ 1789 2107 1
238
+ 1790 1900 1
239
+ 1791 2078 1
240
+ 1792 2229 1
241
+ 1793 2174 1
242
+ 1794 2230 1
243
+ 1796 2235 1
244
+ 1797 2237 1
245
+ 1799 2244 1
246
+ 1800 1700 1
247
+ 1801 1765 1
248
+ 1802 2032 1
249
+ 1803 2247 1
250
+ 1804 2250 1
251
+ 1804 2252 1
252
+ 1805 2054 1
253
+ 1806 2170 1
254
+ 1807 1657 1
255
+ 1808 2014 1
256
+ 1810 2261 1
257
+ 1811 2263 1
258
+ 1812 2268 1
259
+ 1813 2273 1
260
+ 1814 2275 1
261
+ 1815 2089 1
262
+ 1816 2282 1
263
+ 1817 2285 1
264
+ 1818 2066 1
265
+ 1819 2287 1
266
+ 1820 1690 1
267
+ 1820 1692 1
268
+ 1822 1649 1
269
+ 1823 1885 1
270
+ 1824 1971 1
271
+ 1825 2294 1
272
+ 1826 2300 1
273
+ 1828 2307 1
274
+ 1829 2309 1
275
+ 1830 1709 1
276
+ 1831 2312 1
277
+ 1832 1716 1
278
+ 1833 1926 1
279
+ 1833 1928 1
280
+ 1835 1886 1
281
+ 1837 2076 1
282
+ 1838 2317 1
283
+ 1839 1831 1
284
+ 1840 2321 1
285
+ 1841 1920 1
286
+ 1842 2328 1
287
+ 1843 2297 1
288
+ 1844 2142 1
289
+ 1845 2205 1
290
+ 1845 2206 1
291
+ 1846 2332 1
292
+ 1847 2336 1
293
+ 1848 1966 1
294
+ 1849 2338 1
295
+ 1850 1964 1
296
+ 1851 1970 1
297
+ 1852 1658 1
298
+ 1853 2307 1
299
+ 1854 2343 1
300
+ 1855 2344 1
301
+ 1856 1774 1
302
+ 1857 2006 1
303
+ 1859 2306 1
304
+ 1860 2353 1
305
+ 1861 1930 1
306
+ 1861 1932 1
307
+ 1862 2356 1
308
+ 1863 1876 1
309
+ 1864 2006 1
310
+ 1864 2008 1
311
+ 1865 2357 1
312
+ 1866 1945 1
313
+ 1867 2043 1
314
+ 1868 2243 1
315
+ 1868 2244 1
316
+ 1870 2336 1
317
+ 1871 1751 1
318
+ 1871 1752 1
319
+ 1872 2265 1
320
+ 1873 1808 1
321
+ 1874 1735 1
322
+ 1875 2093 1
323
+ 1877 1801 1
324
+ 1878 2364 1
325
+ 1878 2366 1
326
+ 1879 2368 1
327
+ 1879 2370 1
328
+ 1880 2371 1
329
+ 1881 2377 1
330
+ 1882 2180 1
331
+ 1883 2378 1
332
+ 1884 1894 1
333
+ 1885 2381 1
334
+ 1886 2386 1
335
+ 1887 2389 1
336
+ 1888 2283 1
337
+ 1890 1952 1
338
+ 1891 2377 1
339
+ 1892 1866 1
340
+ 1893 2393 1
341
+ 1894 2398 1
342
+ 1895 2061 1
343
+ 1896 2401 1
344
+ 1896 2402 1
345
+ 1897 2407 1
346
+ 1898 2107 1
347
+ 1899 2410 1
348
+ 1900 2413 1
349
+ 1901 2414 1
350
+ 1902 2419 1
351
+ 1903 2424 1
352
+ 1905 2427 1
353
+ 1906 1695 1
354
+ 1907 2431 1
355
+ 1908 2410 1
356
+ 1911 2366 1
357
+ 1912 2444 1
358
+ 1913 2204 1
359
+ 1915 1938 1
360
+ 1916 1769 1
361
+ 1917 2166 1
362
+ 1918 1829 1
363
+ 1919 2014 1
364
+ 1920 2420 1
365
+ 1921 1838 1
366
+ 1921 1839 1
367
+ 1922 2309 1
368
+ 1922 2310 1
369
+ 1923 2447 1
370
+ 1924 2398 1
371
+ 1925 2323 1
372
+ 1927 2456 1
373
+ 1928 2459 1
374
+ 1929 2460 1
375
+ 1930 2336 1
376
+ 1931 2466 1
377
+ 1932 2471 1
378
+ 1933 2472 1
379
+ 1934 1695 1
380
+ 1935 2332 1
381
+ 1936 2275 1
382
+ 1938 2479 1
383
+ 1939 2171 1
384
+ 1940 2481 1
385
+ 1941 2255 1
386
+ 1942 2309 1
387
+ 1943 2487 1
388
+ 1944 2488 1
389
+ 1947 1735 1
390
+ 1948 2495 1
391
+ 1949 2429 1
392
+ 1950 2497 1
393
+ 1952 2350 1
394
+ 1953 2505 1
395
+ 1954 1833 1
396
+ 1956 1985 1
397
+ 1957 2201 1
398
+ 1958 2472 1
399
+ 1959 2507 1
400
+ 1960 2511 1
401
+ 1961 2481 1
402
+ 1962 1703 1
403
+ 1963 2507 1
404
+ 1964 1821 1
405
+ 1965 2498 1
406
+ 1966 2517 1
407
+ 1968 1708 1
408
+ 1968 1710 1
409
+ 1969 2380 1
410
+ 1971 2520 1
411
+ 1973 1914 1
412
+ 1974 2487 1
413
+ 1975 2523 1
414
+ 1976 1858 1
415
+ 1977 1901 1
416
+ 1978 1734 1
417
+ 1978 1735 1
418
+ 1979 2174 1
419
+ 1980 2216 1
420
+ 1981 2186 1
421
+ 1982 2528 1
422
+ 1983 2530 1
423
+ 1984 1658 1
424
+ 1985 1939 1
425
+ 1986 2149 1
426
+ 1987 2418 1
427
+ 1987 2420 1
428
+ 1988 1641 1
429
+ 1989 2533 1
430
+ 1990 2282 1
431
+ 1991 1671 1
432
+ 1991 1672 1
433
+ 1992 2541 1
434
+ 1993 1866 1
435
+ 1994 2089 1
436
+ 1995 1751 1
437
+ 1995 1752 1
438
+ 1996 2465 1
439
+ 1997 1773 1
440
+ 1998 1670 1
441
+ 1999 2543 1
442
+ 2000 2495 1
443
+ 2001 2074 1
444
+ 2001 2076 1
445
+ 2002 2246 1
446
+ 2003 2055 1
447
+ 2005 2085 1
448
+ 2006 1898 1
449
+ 2007 2063 1
450
+ 2008 2453 1
451
+ 2009 2549 1
452
+ 2010 2136 1
453
+ 2011 2380 1
454
+ 2012 1892 1
455
+ 2013 2553 1
456
+ 2014 2031 1
457
+ 2015 1680 1
458
+ 2016 2043 1
459
+ 2017 2250 1
460
+ 2018 2556 1
461
+ 2019 2418 1
462
+ 2019 2420 1
463
+ 2020 2432 1
464
+ 2021 2560 1
465
+ 2022 2547 1
466
+ 2023 2201 1
467
+ 2024 2281 1
468
+ 2025 2088 1
469
+ 2026 2562 1
470
+ 2027 1971 1
471
+ 2027 1972 1
472
+ 2028 1985 1
473
+ 2029 1867 1
474
+ 2030 2346 1
475
+ 2031 1824 1
476
+ 2032 2052 1
477
+ 2032 2054 1
478
+ 2033 2389 1
479
+ 2034 2553 1
480
+ 2035 1850 1
481
+ 2036 2565 1
482
+ 2037 2080 1
483
+ 2039 1952 1
484
+ 2041 2196 1
485
+ 2042 2062 1
486
+ 2042 2063 1
487
+ 2043 1979 1
488
+ 2045 2061 1
489
+ 2046 2570 1
490
+ 2047 2565 1
491
+ 2047 2567 1
492
+ 2048 2263 1
493
+ 2049 2449 1
494
+ 2050 1932 1
495
+ 2051 1663 1
496
+ 2052 2471 1
497
+ 2053 2381 1
498
+ 2054 2571 1
499
+ 2054 2573 1
500
+ 2055 2017 1
501
+ 2056 2505 1
502
+ 2057 1763 1
503
+ 2058 2170 1
504
+ 2059 1873 1
505
+ 2059 1876 1
506
+ 2060 1974 1
507
+ 2060 1976 1
508
+ 2061 2372 1
509
+ 2062 2574 1
510
+ 2063 2344 1
511
+ 2065 1852 1
512
+ 2066 1826 1
513
+ 2067 2137 1
514
+ 2068 2020 1
515
+ 2069 1645 1
516
+ 2070 1953 1
517
+ 2070 1954 1
518
+ 2071 1926 1
519
+ 2071 1927 1
520
+ 2071 1928 1
521
+ 2072 2427 1
522
+ 2073 2204 1
523
+ 2074 2579 1
524
+ 2075 2360 1
525
+ 2076 2586 1
526
+ 2077 2543 1
527
+ 2078 1756 1
528
+ 2079 2032 1
529
+ 2080 2587 1
530
+ 2081 1974 1
531
+ 2081 1976 1
532
+ 2082 1808 1
533
+ 2083 2591 1
534
+ 2084 2411 1
535
+ 2084 2412 1
536
+ 2085 2226 1
537
+ 2086 1640 1
538
+ 2087 1695 1
539
+ 2087 1696 1
540
+ 2088 2301 1
541
+ 2089 2544 1
542
+ 2090 2597 1
543
+ 2092 1865 1
544
+ 2093 2063 1
545
+ 2094 2261 1
546
+ 2095 2471 1
547
+ 2096 2120 1
548
+ 2097 2521 1
549
+ 2098 2599 1
550
+ 2099 1935 1
551
+ 2099 1936 1
552
+ 2100 2556 1
553
+ 2101 2530 1
554
+ 2102 2579 1
555
+ 2103 2327 1
556
+ 2104 2309 1
557
+ 2105 2602 1
558
+ 2106 2125 1
559
+ 2106 2129 1
560
+ 2107 2071 1
561
+ 2107 2072 1
562
+ 2108 1673 1
563
+ 2109 2416 1
564
+ 2110 2522 1
565
+ 2111 1893 1
566
+ 2111 1896 1
567
+ 2112 1665 1
568
+ 2114 2615 1
569
+ 2115 1659 1
570
+ 2116 2294 1
571
+ 2117 1789 1
572
+ 2118 2107 1
573
+ 2118 2108 1
574
+ 2119 2069 1
575
+ 2120 2365 1
576
+ 2121 2128 1
577
+ 2122 1756 1
578
+ 2122 1758 1
579
+ 2123 2589 1
580
+ 2124 1777 1
581
+ 2125 2038 1
582
+ 2126 2617 1
583
+ 2127 2416 1
584
+ 2128 1876 1
585
+ 2129 1726 1
586
+ 2130 1938 1
587
+ 2131 2520 1
588
+ 2131 2521 1
589
+ 2132 2562 1
590
+ 2133 2220 1
591
+ 2134 2235 1
592
+ 2135 1895 1
593
+ 2135 1896 1
594
+ 2136 1817 1
595
+ 2136 1820 1
596
+ 2137 2622 1
597
+ 2138 2290 1
598
+ 2139 2626 1
599
+ 2139 2627 1
600
+ 2140 2593 1
601
+ 2141 2268 1
602
+ 2142 1885 1
603
+ 2143 1635 1
604
+ 2143 1637 1
605
+ 2144 2625 1
606
+ 2145 2510 1
607
+ 2147 1973 1
608
+ 2150 1784 1
609
+ 2151 2630 1
610
+ 2152 2634 1
611
+ 2154 2638 1
612
+ 2156 2009 1
613
+ 2158 2072 1
614
+ 2159 2026 1
615
+ 2160 2105 1
616
+ 2160 2107 1
617
+ 2161 2522 1
618
+ 2162 2124 1
619
+ 2163 1785 1
620
+ 2165 1663 1
621
+ 2166 2174 1
622
+ 2167 2622 1
623
+ 2168 2238 1
624
+ 2169 2103 1
625
+ 2170 2573 1
626
+ 2171 1867 1
627
+ 2173 2263 1
628
+ 2175 2069 1
629
+ 2176 2471 1
630
+ 2177 2009 1
631
+ 2177 2011 1
632
+ 2178 2145 1
633
+ 2179 1894 1
634
+ 2179 1896 1
635
+ 2180 1974 1
636
+ 2181 2438 1
637
+ 2182 2644 1
638
+ 2183 2219 1
639
+ 2184 1852 1
640
+ 2185 2183 1
641
+ 2185 2186 1
642
+ 2186 1809 1
643
+ 2186 1813 1
644
+ 2188 1880 1
645
+ 2189 2647 1
646
+ 2190 1640 1
647
+ 2191 1715 1
648
+ 2191 1717 1
649
+ 2192 328 1
650
+ 2193 1695 1
651
+ 2193 1696 1
652
+ 2195 2244 1
653
+ 2196 2181 1
654
+ 2197 2009 1
655
+ 2198 2194 1
656
+ 2199 1815 1
657
+ 2200 2205 1
658
+ 2200 2207 1
659
+ 2201 1737 1
660
+ 2203 2604 1
661
+ 2204 1955 1
662
+ 2205 1744 1
663
+ 2206 1780 1
664
+ 2207 2656 1
665
+ 2208 2145 1
666
+ 2209 1804 1
667
+ 2210 1762 1
668
+ 2211 1721 1
669
+ 2212 2574 1
670
+ 2212 2575 1
671
+ 2212 2577 1
672
+ 2213 2371 1
673
+ 2214 2338 1
674
+ 2215 2453 1
675
+ 2216 2332 1
676
+ 2217 2018 1
677
+ 2220 1657 1
678
+ 2221 2293 1
679
+ 2222 1728 1
680
+ 2223 1692 1
681
+ 2223 1693 1
682
+ 2224 2160 1
683
+ 2225 2444 1
684
+ 2226 2626 1
685
+ 2226 2627 1
686
+ 2227 2660 1
687
+ 2228 1852 1
688
+ 2228 1854 1
689
+ 2229 2653 1
690
+ 2230 2656 1
691
+ 2230 2657 1
692
+ 2232 2343 1
693
+ 2233 1663 1
694
+ 2234 1979 1
695
+ 2235 2323 1
696
+ 2236 1653 1
697
+ 2237 2165 1
698
+ 2238 2154 1
699
+ 2239 2181 1
700
+ 2240 2324 1
701
+ 2241 1673 1
702
+ 2242 2076 1
703
+ 2243 2082 1
704
+ 2244 2447 1
705
+ 2245 2097 1
706
+ 2246 2637 1
707
+ 2247 2306 1
708
+ 2248 2042 1
709
+ 2249 2440 1
710
+ 2250 1751 1
711
+ 2250 1752 1
712
+ 2251 2665 1
713
+ 2252 1804 1
714
+ 2253 2386 1
715
+ 2254 1905 1
716
+ 2254 1907 1
717
+ 2255 1945 1
718
+ 2256 2249 1
719
+ 2257 2586 1
720
+ 2258 2058 1
721
+ 2258 2060 1
722
+ 2259 1799 1
723
+ 2259 1801 1
724
+ 2260 2002 1
725
+ 2261 1806 1
726
+ 2261 1807 1
727
+ 2262 2240 1
728
+ 2263 2666 1
729
+ 2265 1744 1
730
+ 2266 2670 1
731
+ 2267 2677 1
732
+ 2268 1891 1
733
+ 2269 2416 1
734
+ 2271 1838 1
735
+ 2272 2671 1
736
+ 2273 2024 1
737
+ 2273 2025 1
738
+ 2274 2307 1
739
+ 2275 2321 1
740
+ 2276 1967 1
741
+ 2277 1968 1
742
+ 2278 1732 1
743
+ 2279 2682 1
744
+ 2280 2047 1
745
+ 2280 2049 1
746
+ 2281 1912 1
747
+ 2282 2377 1
748
+ 2283 2095 1
749
+ 2284 2006 1
750
+ 2285 2433 1
751
+ 2286 2230 1
752
+ 2287 2683 1
753
+ 2288 1773 1
754
+ 2289 2479 1
755
+ 2290 2082 1
756
+ 2291 1958 1
757
+ 2294 1745 1
758
+ 2295 1892 1
759
+ 2296 2683 1
760
+ 2297 2187 1
761
+ 2299 1815 1
762
+ 2300 328 1
763
+ 2301 2317 1
764
+ 2302 1939 1
765
+ 2303 2143 1
766
+ 2303 2146 1
767
+ 2304 2626 1
768
+ 2304 2627 1
769
+ 2305 2072 1
770
+ 2306 2497 1
771
+ 2307 1816 1
772
+ 2308 1971 1
773
+ 2308 1973 1
774
+ 2309 1769 1
775
+ 2311 1974 1
776
+ 2313 2648 1
777
+ 2314 2054 1
778
+ 2315 2560 1
779
+ 2316 2542 1
780
+ 2318 2078 1
781
+ 2319 2565 1
782
+ 2322 1714 1
783
+ 2323 2551 1
784
+ 2324 2088 1
785
+ 2325 2673 1
786
+ 2326 2023 1
787
+ 2327 2413 1
788
+ 2328 2574 1
789
+ 2329 2170 1
790
+ 2330 2690 1
791
+ 2331 2327 1
792
+ 2332 1861 1
793
+ 2333 1838 1
794
+ 2333 1839 1
795
+ 2334 2063 1
796
+ 2335 1810 1
797
+ 2337 2287 1
798
+ 2338 1885 1
799
+ 2339 1877 1
800
+ 2342 2196 1
801
+ 2343 2538 1
802
+ 2344 1871 1
803
+ 2345 1731 1
804
+ 2346 1784 1
805
+ 2347 2678 1
806
+ 2348 2495 1
807
+ 2351 2407 1
808
+ 2352 2226 1
809
+ 2353 2654 1
810
+ 2353 2656 1
811
+ 2353 2657 1
812
+ 2354 1971 1
813
+ 2355 2424 1
814
+ 2356 2541 1
815
+ 2357 2191 1
816
+ 2358 2023 1
817
+ 2359 2076 1
818
+ 2360 2293 1
819
+ 2361 2634 1
820
+ 2363 2009 1
821
+ 2363 2011 1
822
+ 2364 1821 1
823
+ 2365 2002 1
824
+ 2366 2101 1
825
+ 2367 2598 1
826
+ 2368 1707 1
827
+ 2369 2318 1
828
+ 2370 2445 1
829
+ 2370 2446 1
830
+ 2371 2597 1
831
+ 2372 1689 1
832
+ 2373 2491 1
833
+ 2374 2282 1
834
+ 2375 2656 1
835
+ 2375 2657 1
836
+ 2376 2191 1
837
+ 2377 2269 1
838
+ 2378 2045 1
839
+ 2378 2046 1
840
+ 2379 1852 1
841
+ 2379 1854 1
842
+ 2380 1774 1
843
+ 2381 2275 1
844
+ 2382 2209 1
845
+ 2383 1886 1
846
+ 2384 2488 1
847
+ 2386 1980 1
848
+ 2387 2642 1
849
+ 2388 2565 1
850
+ 2390 2658 1
851
+ 2390 2661 1
852
+ 2391 2692 1
853
+ 2392 2370 1
854
+ 2393 2665 1
855
+ 2394 2638 1
856
+ 2395 2570 1
857
+ 2398 2599 1
858
+ 2399 2695 1
859
+ 2400 1812 1
860
+ 2400 1813 1
861
+ 2401 2401 1
862
+ 2402 2528 1
863
+ 2403 2064 1
864
+ 2404 2688 1
865
+ 2405 2350 1
866
+ 2406 2273 1
867
+ 2407 1750 1
868
+ 2408 2666 1
869
+ 2409 2357 1
870
+ 2410 2225 1
871
+ 2411 1659 1
872
+ 2411 1661 1
873
+ 2412 1848 1
874
+ 2413 2548 1
875
+ 2414 2020 1
876
+ 2415 2573 1
877
+ 2416 1911 1
878
+ 2417 2360 1
879
+ 2418 1998 1
880
+ 2419 2424 1
881
+ 2420 2230 1
882
+ 2421 1733 1
883
+ 2422 2078 1
884
+ 2423 1997 1
885
+ 2424 2505 1
886
+ 2425 2591 1
887
+ 2427 2460 1
888
+ 2428 1745 1
889
+ 2429 1635 1
890
+ 2429 1637 1
891
+ 2430 2419 1
892
+ 2431 1983 1
893
+ 2431 1984 1
894
+ 2433 1942 1
895
+ 2434 1807 1
896
+ 2435 2380 1
897
+ 2436 1733 1
898
+ 2437 2630 1
899
+ 2438 2701 1
900
+ 2439 2100 1
901
+ 2440 2690 1
902
+ 2441 1692 1
903
+ 2441 1693 1
904
+ 2442 2249 1
905
+ 2443 2637 1
906
+ 2444 2669 1
907
+ 2444 2671 1
908
+ 2446 1953 1
909
+ 2446 1954 1
910
+ 2447 1952 1
911
+ 2448 2648 1
912
+ 2449 1774 1
913
+ 2450 1751 1
914
+ 2450 1752 1
915
+ 2451 2604 1
916
+ 2452 2479 1
917
+ 2453 2472 1
918
+ 2454 2113 1
919
+ 2455 2251 1
920
+ 2456 2342 1
921
+ 2456 2343 1
922
+ 2457 2432 1
923
+ 2458 1648 1
924
+ 2460 2501 1
925
+ 2461 1756 1
926
+ 2462 2668 1
927
+ 2464 2586 1
928
+ 2465 2085 1
929
+ 2467 1705 1
930
+ 2468 2393 1
931
+ 2470 2701 1
932
+ 2471 2459 1
933
+ 2472 2393 1
934
+ 2473 1956 1
935
+ 2473 1958 1
936
+ 2474 2699 1
937
+ 2475 2600 1
938
+ 2476 2398 1
939
+ 2477 2061 1
940
+ 2478 2306 1
941
+ 2479 2069 1
942
+ 2480 1693 1
943
+ 2481 2269 1
944
+ 2482 2678 1
945
+ 2483 2312 1
946
+ 2484 2142 1
947
+ 2485 1682 1
948
+ 2486 2620 1
949
+ 2488 1677 1
950
+ 2489 2562 1
951
+ 2490 1880 1
952
+ 2491 1782 1
953
+ 2493 2523 1
954
+ 2494 2372 1
955
+ 2495 2002 1
956
+ 2497 2709 1
957
+ 2499 2315 1
958
+ 2500 2444 1
959
+ 2501 2418 1
960
+ 2501 2420 1
961
+ 2502 2438 1
962
+ 2506 1703 1
963
+ 2508 2562 1
964
+ 2508 2563 1
965
+ 2509 2220 1
966
+ 2510 1657 1
967
+ 2511 1852 1
968
+ 2512 2520 1
969
+ 2512 2521 1
970
+ 2513 2187 1
971
+ 2514 2656 1
972
+ 2515 1796 1
973
+ 2516 1997 1
974
+ 2517 2009 1
975
+ 2517 2010 1
976
+ 2517 2011 1
977
+ 2518 1762 1
978
+ 2519 2272 1
979
+ 2520 2712 1
980
+ 2522 2343 1
981
+ 2524 2659 1
982
+ 2525 2701 1
983
+ 2526 2207 1
984
+ 2527 2683 1
985
+ 2527 2686 1
986
+ 2528 1951 1
987
+ 2529 1685 1
988
+ 2530 2484 1
989
+ 2531 2579 1
990
+ 2532 1935 1
991
+ 2533 1805 1
992
+ 2534 2527 1
993
+ 2535 2250 1
994
+ 2536 2465 1
995
+ 2537 2610 1
996
+ 2538 1737 1
997
+ 2539 2570 1
998
+ 2540 2237 1
999
+ 2541 2564 1
1000
+ 2544 1989 1
1001
+ 2544 1991 1
1002
+ 2545 1810 1
1003
+ 2546 2625 1
1004
+ 2547 2491 1
1005
+ 2548 2300 1
1006
+ 2549 2052 1
1007
+ 2549 2054 1
1008
+ 2550 2607 1
1009
+ 2551 2527 1
1010
+ 2552 2517 1
1011
+ 2553 2573 1
1012
+ 2555 1700 1
1013
+ 2556 2154 1
1014
+ 2557 2342 1
1015
+ 2557 2343 1
1016
+ 2558 1929 1
1017
+ 2558 1932 1
1018
+ 2559 1678 1
1019
+ 2560 2283 1
1020
+ 2561 1789 1
1021
+ 2562 1951 1
1022
+ 2563 2548 1
1023
+ 2564 2617 1
1024
+ 2565 2523 1
1025
+ 2566 2381 1
1026
+ 2567 1894 1
1027
+ 2568 2674 1
1028
+ 2569 1635 1
1029
+ 2569 1637 1
1030
+ 2570 2238 1
1031
+ 2571 2281 1
1032
+ 2572 2224 1
1033
+ 2573 2626 1
1034
+ 2573 2627 1
1035
+ 2575 2569 1
1036
+ 2575 2570 1
1037
+ 2576 2644 1
1038
+ 2577 1939 1
1039
+ 2578 2533 1
1040
+ 2580 1815 1
1041
+ 2581 2100 1
1042
+ 2583 1876 1
1043
+ 2584 2664 1
1044
+ 2585 2637 1
1045
+ 2586 2212 1
1046
+ 2587 2094 1
1047
+ 2588 2638 1
1048
+ 2589 2704 1
1049
+ 2590 1834 1
1050
+ 2591 1942 1
1051
+ 2592 2695 1
1052
+ 2593 2093 1
1053
+ 2594 2224 1
1054
+ 2595 2518 1
1055
+ 2595 2519 1
1056
+ 2596 1919 1
1057
+ 2597 1646 1
1058
+ 2598 2105 1
1059
+ 2598 2107 1
1060
+ 2600 1924 1
1061
+ 2601 2591 1
1062
+ 2601 2592 1
1063
+ 2602 1731 1
1064
+ 2604 1880 1
1065
+ 2605 1785 1
1066
+ 2606 2170 1
1067
+ 2607 2281 1
1068
+ 2608 2507 1
1069
+ 2609 2703 1
dev_queries.jsonl ADDED
The diff for this file is too large to render. See raw diff